Audit record
An audit record captures a review outcome, findings, and required follow-up actions against governed materials.
Entity properties
| Property | Type | Description |
|---|---|---|
id |
IRI | Stable identifier for the audit record. |
title |
Text | Human-readable audit title. |
reviewWorkflow |
Text | Audit and sign-off path. |
riskTag |
Text | Main risk area tracked by the audit. |
effectiveDuring |
Text | Audit window or reporting period. |
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 audit record Q1 2026.
# ABC Example Inc audit record Q1 2026
## Summary
This audit record documents the quarterly review of claims, disclosures, and approved campaign materials for ABC Example Inc.
## Properties
- **Brand:** ABC Example Inc
- **Risk tag:** claims-governance
- **Review workflow:** Compliance lead review, legal sign-off, brand governance sign-off
## Relationships
- **Reviews:** ABC Example Inc launch evidence record
- **Reviews:** ABC Example Inc approved launch messaging example
- **Effective during:** Q1 2026
## Controls
- **Required:** Log any unsupported claim and the remediation owner
- **Reviewed:** Quarterly
- **Escalated:** Repeat claim issues across channels or agencies
## References
- ABC Example Inc launch evidence record
- ABC Example Inc source document set
- ABC Example Inc regulatory disclosure on deployment conditions
brando_type: AuditRecord
id: https://example.com/brands/abc-example-inc/audits/q1-2026-claims-governance
title: ABC Example Inc audit record Q1 2026
tags:
- audit-record
- governance
- quarterly-review
"brando:jsonLdSidecar": https://example.com/brands/abc-example-inc/audits/q1-2026-claims-governance.json
properties:
brand: ABC Example Inc
riskTag: claims-governance
reviewWorkflow: Compliance lead review, legal sign-off, brand governance sign-off
relationships:
reviews:
- ABC Example Inc launch evidence record
- ABC Example Inc approved launch messaging example
effectiveDuring:
- Q1 2026
controls:
required:
- Log any unsupported claim and the remediation owner
reviewed:
- Quarterly
escalated:
- Repeat claim issues across channels or agencies
references:
evidenceRecords:
- ABC Example Inc launch evidence record
sourceDocuments:
- ABC Example Inc source document set
disclosures:
- ABC Example Inc regulatory disclosure on deployment conditions
{
"@context": {
"schema": "https://schema.org/",
"brando": "https://brandoschema.com/"
},
"@id": "https://example.com/brands/abc-example-inc/audits/q1-2026-claims-governance",
"@type": "brando:AuditRecord",
"schema:name": "ABC Example Inc audit record Q1 2026",
"brando:jsonLdSidecar": "https://example.com/brands/abc-example-inc/audits/q1-2026-claims-governance.json",
"brando:properties": {
"brand": "ABC Example Inc",
"riskTag": "claims-governance",
"reviewWorkflow": "Compliance lead review, legal sign-off, brand governance sign-off"
},
"brando:relationships": {
"reviews": [
"ABC Example Inc launch evidence record",
"ABC Example Inc approved launch messaging example"
],
"effectiveDuring": ["Q1 2026"]
},
"brando:controls": {
"required": ["Log any unsupported claim and the remediation owner"],
"reviewed": ["Quarterly"],
"escalated": ["Repeat claim issues across channels or agencies"]
},
"brando:references": {
"evidenceRecords": ["ABC Example Inc launch evidence record"],
"sourceDocuments": ["ABC Example Inc source document set"],
"disclosures": ["ABC Example Inc regulatory disclosure on deployment conditions"]
}
}