Skip to content

Market report

A market report captures category language, competitor framing, and strategic market observations for a defined planning period.

Entity properties

Property Type Description
id IRI Stable identifier for the report.
title Text Human-readable report title.
dataSource Text Approved source basis for the report.
reviewWorkflow Text Review path for strategy, legal, and brand teams.
effectiveDuring Text Planning window the report supports.
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 workflow automation market review 2026.

# ABC Example Inc workflow automation market review 2026

## Summary

This report summarises the workflow automation category language, buyer priorities, and competitor framing relevant to ABC Example Inc during the 2026 planning cycle.

## Properties

- **Brand:** ABC Example Inc
- **Data source:** Analyst desk research and approved internal notes
- **Review workflow:** Strategy lead review, legal review, brand review
- **Tags:** market-intelligence, positioning, category-language

## Relationships

- **Applies to product:** ABC Flow Pilot
- **Effective during:** 2026 planning cycle
- **Has policy:** ABC Example Inc external market citation policy

## Controls

- **Required:** Cite approved market sources only
- **Reviewed:** Quarterly by strategy and legal
- **Escalated:** Named competitor comparisons and unverified market share claims

## References

- ABC Example Inc workflow benchmark example
- ABC Example Inc workflow category notes
- ABC Example Inc Q1 evidence record
brando_type: MarketReport
id: https://example.com/brands/abc-example-inc/reports/workflow-automation-market-review-2026
title: ABC Example Inc workflow automation market review 2026
tags:
  - market-intelligence
  - positioning
  - category-language
"brando:jsonLdSidecar": https://example.com/brands/abc-example-inc/reports/workflow-automation-market-review-2026.json
properties:
  brand: ABC Example Inc
  dataSource: Analyst desk research and approved internal notes
  reviewWorkflow: Strategy lead review, legal review, brand review
relationships:
  appliesToProduct:
    - ABC Flow Pilot
  effectiveDuring:
    - 2026 planning cycle
  hasPolicy:
    - ABC Example Inc external market citation policy
controls:
  required:
    - Cite approved market sources only
  reviewed:
    - Quarterly by strategy and legal
  escalated:
    - Named competitor comparisons and unverified market share claims
references:
  benchmarkExamples:
    - ABC Example Inc workflow benchmark example
  sourceDocuments:
    - ABC Example Inc workflow category notes
  evidenceRecords:
    - ABC Example Inc Q1 evidence record
{
  "@context": {
    "schema": "https://schema.org/",
    "brando": "https://brandoschema.com/"
  },
  "@id": "https://example.com/brands/abc-example-inc/reports/workflow-automation-market-review-2026",
  "@type": "brando:MarketReport",
  "schema:name": "ABC Example Inc workflow automation market review 2026",
  "brando:jsonLdSidecar": "https://example.com/brands/abc-example-inc/reports/workflow-automation-market-review-2026.json",
  "brando:properties": {
    "brand": "ABC Example Inc",
    "dataSource": "Analyst desk research and approved internal notes",
    "reviewWorkflow": "Strategy lead review, legal review, brand review",
    "tags": ["market-intelligence", "positioning", "category-language"]
  },
  "brando:relationships": {
    "appliesToProduct": ["ABC Flow Pilot"],
    "effectiveDuring": ["2026 planning cycle"],
    "hasPolicy": ["ABC Example Inc external market citation policy"]
  },
  "brando:controls": {
    "required": ["Cite approved market sources only"],
    "reviewed": ["Quarterly by strategy and legal"],
    "escalated": ["Named competitor comparisons and unverified market share claims"]
  },
  "brando:references": {
    "benchmarkExamples": ["ABC Example Inc workflow benchmark example"],
    "sourceDocuments": ["ABC Example Inc workflow category notes"],
    "evidenceRecords": ["ABC Example Inc Q1 evidence record"]
  }
}