{"id":1176,"date":"2026-02-25T10:36:58","date_gmt":"2026-02-25T10:36:58","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/dfd-exercises-and-templates\/dfg-terminology-list\/"},"modified":"2026-02-25T10:36:58","modified_gmt":"2026-02-25T10:36:58","slug":"dfg-terminology-list","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/dfd-exercises-and-templates\/dfg-terminology-list\/","title":{"rendered":"Glossary of DFD Terms and Relationships"},"content":{"rendered":"<p>Never assume that a term is self-explanatory. Misunderstanding a single word\u2014like \u201cprocess\u201d or \u201cdata store\u201d\u2014can derail an entire model. I\u2019ve seen teams waste weeks on a misaligned diagram simply because \u201cdata flow\u201d was interpreted differently across stakeholders. The fix? Anchor every term to a shared definition.<\/p>\n<p>This glossary is built from over two decades of modeling systems from healthcare to finance, where consistency wasn\u2019t just ideal\u2014it was non-negotiable. You\u2019ll find precise, field-tested definitions that clarify ambiguity and align with DFD standards. Each term includes context, usage, and why it matters in balancing and leveling. Use this as your go-to reference.<\/p>\n<h2>Core DFD Elements<\/h2>\n<h3>Process<\/h3>\n<p>Represents a transformation or computation that alters data. It takes input, performs an operation, and produces output.<\/p>\n<p>Not a program or function\u2014it\u2019s a logical action. For example, \u201cvalidate customer login\u201d is a process, not a code block.<\/p>\n<p>Key rule: Every process must have at least one input and one output. If it has neither, it\u2019s not a valid process.<\/p>\n<h3>External Entity<\/h3>\n<p>An actor outside the system boundary that sends or receives data flows. Also called a &#8220;source&#8221; or &#8220;sink.&#8221;<\/p>\n<p>Examples: Customer, Bank, Government Agency.<\/p>\n<p>Always label with a noun and avoid verbs. \u201cCustomer\u201d is correct; \u201cSubmitting Application\u201d is misleading\u2014use \u201cCustomer\u201d with a clear data flow like \u201cSubmits Application\u201d.<\/p>\n<h3>Data Flow<\/h3>\n<p>Represents the movement of data between processes, data stores, or external entities. It\u2019s not a physical transfer\u2014it\u2019s a logical description of data being passed.<\/p>\n<p>Use clear, action-oriented labels: \u201cCustomer Order Details\u201d or \u201cPayment Confirmation.\u201d<\/p>\n<p>Never describe the data itself. \u201cSend data\u201d is vague. \u201cTransmit Invoice to Accounting\u201d is precise.<\/p>\n<h3>Data Store<\/h3>\n<p>Represents a place where data is held for later use. It is not a database or file system\u2014it\u2019s a conceptual container.<\/p>\n<p>Example: \u201cCustomer Records\u201d or \u201cPending Orders.\u201d<\/p>\n<p>Must be referenced by at least one process. If a data store is not accessed, it\u2019s redundant.<\/p>\n<h2>Structural and Relational Concepts<\/h2>\n<h3>System Boundary<\/h3>\n<p>Defines the scope of the system being modeled. Everything inside is part of the system; everything outside is external.<\/p>\n<p>Drawn as a rectangle or box around the primary processes. It\u2019s the first line of defense against scope creep.<\/p>\n<p>Ask: \u201cDoes this flow cross the boundary? If yes, it must be labeled and accounted for.\u201d<\/p>\n<h3>Leveling<\/h3>\n<p>The process of decomposing a high-level DFD into increasingly detailed levels (e.g., Level 0 \u2192 Level 1 \u2192 Level 2).<\/p>\n<p>Each level adds detail while preserving the parent\u2019s context. Level 0 is the context diagram; Level 1 shows high-level processes.<\/p>\n<p>Never skip levels. Each decomposition must be traceable and logically consistent.<\/p>\n<h3>Decomposition<\/h3>\n<p>The act of breaking down a complex process into smaller, manageable sub-processes.<\/p>\n<p>Use the \u201cWhat happens next?\u201d question: \u201cAfter receiving an order, what does the system do?\u201d Split actions until each sub-process is atomic.<\/p>\n<p>Rule of thumb: If a process can be split further without changing the data flow, it\u2019s not fully decomposed.<\/p>\n<h3>Atomic Process<\/h3>\n<p>A process that cannot be meaningfully decomposed further. It\u2019s the smallest unit of functional activity.<\/p>\n<p>It must have inputs, outputs, and a clear transformation. There is no internal data flow.<\/p>\n<p>Example: \u201cCalculate tax\u201d is atomic. \u201cProcess order\u201d is not\u2014it can be broken into \u201cValidate,\u201d \u201cConfirm,\u201d \u201cSend to Billing.\u201d<\/p>\n<h2>Validation and Consistency<\/h2>\n<h3>DFD Balancing<\/h3>\n<p>The principle that data flows in and out of each level must match across parent and child diagrams.<\/p>\n<p>Every flow into a process in a child diagram must have a corresponding flow in the parent. Same for outputs.<\/p>\n<p>If you see \u201cCustomer Order\u201d in Level 1 but \u201cCustomer Order Submission\u201d in Level 2, you\u2019ve violated balancing.<\/p>\n<h3>Consistency Across Levels<\/h3>\n<p>Meaning and labeling must remain stable between levels. A change in terminology breaks traceability.<\/p>\n<p>Use a data dictionary. If \u201cCustomer Order\u201d is defined as \u201ca record of products ordered by a customer,\u201d that definition must apply at all levels.<\/p>\n<p>Don\u2019t rename terms for \u201cclarity.\u201d Rename only when necessary\u2014and update the dictionary.<\/p>\n<h3>Data Dictionary<\/h3>\n<p>A formal list of all data elements used in the DFD, including name, definition, aliases, and source.<\/p>\n<p>Not optional. It\u2019s your truth layer. Without it, even a balanced DFD can be misinterpreted.<\/p>\n<p>Example entry:<\/p>\n<ul>\n<li><strong>Name:<\/strong> Customer Order<\/li>\n<li><strong>Definition:<\/strong> A record containing customer ID, order date, list of items, and total amount.<\/li>\n<li><strong>Source:<\/strong> Customer, Order Entry System<\/li>\n<\/ul>\n<h3>Traceability<\/h3>\n<p>The ability to link a DFD element back to its source\u2014whether a requirement, user story, or business rule.<\/p>\n<p>Use reference IDs: \u201cReq-004\u201d or \u201cUser Story #123.\u201d This ensures auditing and impact analysis.<\/p>\n<p>Without traceability, your model becomes a black box. Balancing becomes guesswork.<\/p>\n<h2>Key Relationships and Patterns<\/h2>\n<h3>Input-Output Relationship<\/h3>\n<p>A fundamental principle: every process must have both input and output data flows.<\/p>\n<p>Missing an input? The process lacks context. Missing output? It does nothing.<\/p>\n<p>Even a \u201cvalidation\u201d process must output \u201cValidated Data\u201d or \u201cError Message.\u201d<\/p>\n<h3>Flow Containment<\/h3>\n<p>Ensures that no data flow leaves the system without being accounted for in the external entity.<\/p>\n<p>Example: If \u201cPayment Confirmation\u201d flows to \u201cBank,\u201d the bank must be an external entity with a receiving flow.<\/p>\n<p>Never allow unaccounted flows. They indicate boundary or scope errors.<\/p>\n<h3>Looping Flow<\/h3>\n<p>A data flow that returns to the same process. It\u2019s allowed\u2014but only if it represents a state change or delayed processing.<\/p>\n<p>Example: \u201cRecheck Validation\u201d loop in a fraud detection process.<\/p>\n<p>Use looping flows cautiously. They can suggest poor process design or missing data store.<\/p>\n<h2>Common Pitfalls and Fixes<\/h2>\n<h3>Over-Decomposition<\/h3>\n<p>Breaking down processes too far\u2014into steps that aren\u2019t meaningful in isolation.<\/p>\n<p>Fix: Ensure each sub-process has a clear function. If it\u2019s just \u201cdo step 1 of 5,\u201d it\u2019s not atomic.<\/p>\n<h3>Under-Decomposition<\/h3>\n<p>Leaving too much complexity in a single process.<\/p>\n<p>Fix: Ask: \u201cCan this process be split to improve clarity or maintainability?\u201d If yes, decompose.<\/p>\n<h3>Missing Data Store<\/h3>\n<p>When data is stored but not represented in the DFD.<\/p>\n<p>Fix: If data is retained across time (e.g., past orders), it must be in a data store. Don\u2019t assume it\u2019s implicit.<\/p>\n<h2>Data Flow Definitions at a Glance<\/h2>\n<table>\n<tbody>\n<tr>\n<th><strong>Term<\/strong><\/th>\n<th><strong>Definition<\/strong><\/th>\n<th><strong>Example<\/strong><\/th>\n<\/tr>\n<tr>\n<td><strong>Process<\/strong><\/td>\n<td>Transforms input data into output data.<\/td>\n<td>Calculate total invoice<\/td>\n<\/tr>\n<tr>\n<td><strong>Data Flow<\/strong><\/td>\n<td>Logical movement of data between elements.<\/td>\n<td>Send Invoice to Customer<\/td>\n<\/tr>\n<tr>\n<td><strong>Data Store<\/strong><\/td>\n<td>Logical container for data not actively in motion.<\/td>\n<td>Order History Database<\/td>\n<\/tr>\n<tr>\n<td><strong>External Entity<\/strong><\/td>\n<td>Actor outside system boundary sending or receiving data.<\/td>\n<td>Payment Gateway<\/td>\n<\/tr>\n<tr>\n<td><strong>System Boundary<\/strong><\/td>\n<td>Defines scope of the system.<\/td>\n<td>Box around core processes<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>Frequently Asked Questions<\/h2>\n<h3>What is the purpose of a DFD glossary?<\/h3>\n<p>To eliminate ambiguity. Without a shared understanding of terms like \u201cdata flow,\u201d \u201cprocess,\u201d or \u201cdata store,\u201d models become inconsistent and unverifiable.<\/p>\n<h3>How do I ensure data flow definitions are consistent across levels?<\/h3>\n<p>Use a data dictionary. Define every data element once. Use the same name and meaning at every level. Never rename \u201cCustomer Order\u201d to \u201cOrder Entry\u201d unless you update the dictionary.<\/p>\n<h3>Can I use synonyms in different DFD levels?<\/h3>\n<p>No. Synonyms create inconsistency. If you use \u201cOrder\u201d in Level 1 and \u201cPurchase\u201d in Level 2, they must refer to the same data. Use a master list to enforce naming standards.<\/p>\n<h3>Why is DFD balancing so critical?<\/h3>\n<p>It ensures that the model reflects reality. If a flow appears in a child diagram but not the parent, you\u2019re modeling something outside the system\u2019s scope\u2014or missing a vital connection.<\/p>\n<h3>How often should I update the DFD glossary?<\/h3>\n<p>Every time a term is added, changed, or removed. It\u2019s not a one-time task\u2014it\u2019s a living reference. Update it when you revise any level.<\/p>\n<h3>What\u2019s the difference between a data flow and a data store?<\/h3>\n<p>A data flow is movement. A data store is storage. A flow \u201cmoves\u201d data from one place to another. A store \u201cholds\u201d data over time. Think of data flow as a river, and data store as a lake.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Never assume that a term is self-explanatory. Misunderstanding a single word\u2014like \u201cprocess\u201d or \u201cdata store\u201d\u2014can derail an entire model. I\u2019ve seen teams waste weeks on a misaligned diagram simply because \u201cdata flow\u201d was interpreted differently across stakeholders. The fix? Anchor every term to a shared definition. This glossary is built from over two decades of [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1173,"menu_order":2,"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-1176","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 Glossary: Key Terms &amp; Relationships<\/title>\n<meta name=\"description\" content=\"Master the essential DFD glossary with clear definitions, data flow definitions, and DFD terminology list for accurate modeling. Improve your system analysis skills today.\" \/>\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\/pt\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/dfd-exercises-and-templates\/dfg-terminology-list\/\" \/>\n<meta property=\"og:locale\" content=\"pt_PT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"DFD Glossary: Key Terms &amp; Relationships\" \/>\n<meta property=\"og:description\" content=\"Master the essential DFD glossary with clear definitions, data flow definitions, and DFD terminology list for accurate modeling. Improve your system analysis skills today.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/dfd-exercises-and-templates\/dfg-terminology-list\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Skills Portugu\u00eas\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tempo estimado de leitura\" \/>\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:\/\/skills.visual-paradigm.com\/pt\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/dfd-exercises-and-templates\/dfg-terminology-list\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/dfd-exercises-and-templates\/dfg-terminology-list\/\",\"name\":\"DFD Glossary: Key Terms & Relationships\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/#website\"},\"datePublished\":\"2026-02-25T10:36:58+00:00\",\"description\":\"Master the essential DFD glossary with clear definitions, data flow definitions, and DFD terminology list for accurate modeling. Improve your system analysis skills today.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/dfd-exercises-and-templates\/dfg-terminology-list\/#breadcrumb\"},\"inLanguage\":\"pt-PT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/dfd-exercises-and-templates\/dfg-terminology-list\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/dfd-exercises-and-templates\/dfg-terminology-list\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pt\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mastering Data Flow Diagram Levels and Balancing\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Learning Reinforcement Tools\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/dfd-exercises-and-templates\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Glossary of DFD Terms and Relationships\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/#website\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pt\/\",\"name\":\"Visual Paradigm Skills Portugu\u00eas\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/skills.visual-paradigm.com\/pt\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt-PT\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/#organization\",\"name\":\"Visual Paradigm Skills Portugu\u00eas\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pt\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-PT\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pt\/wp-content\/uploads\/sites\/9\/2026\/02\/favicon.svg\",\"contentUrl\":\"https:\/\/skills.visual-paradigm.com\/pt\/wp-content\/uploads\/sites\/9\/2026\/02\/favicon.svg\",\"width\":70,\"height\":70,\"caption\":\"Visual Paradigm Skills Portugu\u00eas\"},\"image\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"DFD Glossary: Key Terms & Relationships","description":"Master the essential DFD glossary with clear definitions, data flow definitions, and DFD terminology list for accurate modeling. Improve your system analysis skills today.","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\/pt\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/dfd-exercises-and-templates\/dfg-terminology-list\/","og_locale":"pt_PT","og_type":"article","og_title":"DFD Glossary: Key Terms & Relationships","og_description":"Master the essential DFD glossary with clear definitions, data flow definitions, and DFD terminology list for accurate modeling. Improve your system analysis skills today.","og_url":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/dfd-exercises-and-templates\/dfg-terminology-list\/","og_site_name":"Visual Paradigm Skills Portugu\u00eas","twitter_card":"summary_large_image","twitter_misc":{"Tempo estimado de leitura":"6 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/dfd-exercises-and-templates\/dfg-terminology-list\/","url":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/dfd-exercises-and-templates\/dfg-terminology-list\/","name":"DFD Glossary: Key Terms & Relationships","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/pt\/#website"},"datePublished":"2026-02-25T10:36:58+00:00","description":"Master the essential DFD glossary with clear definitions, data flow definitions, and DFD terminology list for accurate modeling. Improve your system analysis skills today.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/dfd-exercises-and-templates\/dfg-terminology-list\/#breadcrumb"},"inLanguage":"pt-PT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/pt\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/dfd-exercises-and-templates\/dfg-terminology-list\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/dfd-exercises-and-templates\/dfg-terminology-list\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/pt\/"},{"@type":"ListItem","position":2,"name":"Mastering Data Flow Diagram Levels and Balancing","item":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/"},{"@type":"ListItem","position":3,"name":"Learning Reinforcement Tools","item":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/mastering-data-flow-diagram-leveling-and-balancing\/dfd-exercises-and-templates\/"},{"@type":"ListItem","position":4,"name":"Glossary of DFD Terms and Relationships"}]},{"@type":"WebSite","@id":"https:\/\/skills.visual-paradigm.com\/pt\/#website","url":"https:\/\/skills.visual-paradigm.com\/pt\/","name":"Visual Paradigm Skills Portugu\u00eas","description":"","publisher":{"@id":"https:\/\/skills.visual-paradigm.com\/pt\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/skills.visual-paradigm.com\/pt\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-PT"},{"@type":"Organization","@id":"https:\/\/skills.visual-paradigm.com\/pt\/#organization","name":"Visual Paradigm Skills Portugu\u00eas","url":"https:\/\/skills.visual-paradigm.com\/pt\/","logo":{"@type":"ImageObject","inLanguage":"pt-PT","@id":"https:\/\/skills.visual-paradigm.com\/pt\/#\/schema\/logo\/image\/","url":"https:\/\/skills.visual-paradigm.com\/pt\/wp-content\/uploads\/sites\/9\/2026\/02\/favicon.svg","contentUrl":"https:\/\/skills.visual-paradigm.com\/pt\/wp-content\/uploads\/sites\/9\/2026\/02\/favicon.svg","width":70,"height":70,"caption":"Visual Paradigm Skills Portugu\u00eas"},"image":{"@id":"https:\/\/skills.visual-paradigm.com\/pt\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/docs\/1176","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/docs\/1176\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/docs\/1173"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/media?parent=1176"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/doc_tag?post=1176"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}