Skip to content

Approved example

An approved example shows a sanctioned piece of messaging or content that teams can reuse as a positive reference.

Entity properties

Property Type Description
id IRI Stable identifier for the approved example.
title Text Human-readable example title.
dataSource Text Source of the approved example.
reviewWorkflow Text Approval path for publication.
hasPolicy Text Governing policy reference.
brando:jsonLdSidecar URL Linked JSON sidecar for the same entity.

Examples

The three tabs below show the same ABC Example Inc entity as a Markdown body, YAML frontmatter, and JSON sidecar.

Example 1

ABC Example Inc approved launch messaging example.

# ABC Example Inc approved launch messaging example

## Summary

This approved example shows how ABC Example Inc can describe workflow confidence in launch messaging without overclaiming automation outcomes.

## Properties

- **Brand:** ABC Example Inc
- **Channel:** Campaign landing page and paid social
- **Review workflow:** Content lead review, brand review, legal review

## Relationships

- **Has policy:** ABC Example Inc campaign claims policy
- **Applies to product:** ABC Flow Pilot
- **Effective during:** Workflow confidence launch

## Controls

- **Required:** Keep language outcome-oriented but evidence-backed
- **Reviewed:** Before publication and after each material edit
- **Prohibited:** Numeric productivity promises without cited evidence

## References

- ABC Example Inc workflow confidence launch campaign strategy
- ABC Example Inc workflow automation market review 2026
- ABC Example Inc launch evidence record
brando_type: ApprovedExample
id: https://example.com/brands/abc-example-inc/examples/approved/workflow-confidence-launch
title: ABC Example Inc approved launch messaging example
tags:
  - approved-example
  - launch
  - messaging
"brando:jsonLdSidecar": https://example.com/brands/abc-example-inc/examples/approved/workflow-confidence-launch.json
properties:
  brand: ABC Example Inc
  channel: Campaign landing page and paid social
  reviewWorkflow: Content lead review, brand review, legal review
relationships:
  hasPolicy:
    - ABC Example Inc campaign claims policy
  appliesToProduct:
    - ABC Flow Pilot
  effectiveDuring:
    - Workflow confidence launch
controls:
  required:
    - Keep language outcome-oriented but evidence-backed
  reviewed:
    - Before publication and after each material edit
  prohibited:
    - Numeric productivity promises without cited evidence
references:
  sourceDocuments:
    - ABC Example Inc workflow confidence launch campaign strategy
    - ABC Example Inc workflow automation market review 2026
  evidenceRecords:
    - ABC Example Inc launch evidence record
{
  "@context": {
    "schema": "https://schema.org/",
    "brando": "https://brandoschema.com/"
  },
  "@id": "https://example.com/brands/abc-example-inc/examples/approved/workflow-confidence-launch",
  "@type": "brando:ApprovedExample",
  "schema:name": "ABC Example Inc approved launch messaging example",
  "brando:jsonLdSidecar": "https://example.com/brands/abc-example-inc/examples/approved/workflow-confidence-launch.json",
  "brando:properties": {
    "brand": "ABC Example Inc",
    "channel": "Campaign landing page and paid social",
    "reviewWorkflow": "Content lead review, brand review, legal review"
  },
  "brando:relationships": {
    "hasPolicy": ["ABC Example Inc campaign claims policy"],
    "appliesToProduct": ["ABC Flow Pilot"],
    "effectiveDuring": ["Workflow confidence launch"]
  },
  "brando:controls": {
    "required": ["Keep language outcome-oriented but evidence-backed"],
    "reviewed": ["Before publication and after each material edit"],
    "prohibited": ["Numeric productivity promises without cited evidence"]
  },
  "brando:references": {
    "sourceDocuments": [
      "ABC Example Inc workflow confidence launch campaign strategy",
      "ABC Example Inc workflow automation market review 2026"
    ],
    "evidenceRecords": ["ABC Example Inc launch evidence record"]
  }
}