description
Provides a human-readable summary that explains what an MSP-1 resource is about, what it covers, and why it exists.
AI-friendly semantics for trusted information.
MSP-1 Namespace Term
Declares the purpose, goal, or intended function of an MSP-1 resource, page, section, action, or communication.
msp:intent states what a resource is meant to accomplish. It helps agents, validators, and implementation tools understand purpose without relying only on inference from content, title, layout, or surrounding context.
An intent may be expressed as a clear natural-language string or as a structured object when category, audience, scope, motivation, priority, or local interpretive framing is useful. The string form is the lean form. In object form, statement provides the primary intent declaration.
{
"msp:intent": "Explain the purpose and structure of the MSP-1 metadata protocol."
}
Structured intent:
{
"msp:intent": {
"statement": "Teach beginner photographers how to use window light for portraiture.",
"category": "instructional",
"audience": "beginner photographers",
"scope": "page"
}
}
Section-level intent:
{
"msp:section": {
"id": "lighting-basics",
"intent": "Provide foundational understanding of natural and artificial lighting principles."
}
}
The intent term explains what the resource is for. It is related to description, type, and interpretiveFrame, but it is not interchangeable with those terms.
Provides a human-readable summary that explains what an MSP-1 resource is about, what it covers, and why it exists.
Declares the contextual lens, orientation, assumptions, or boundaries through which an MSP-1 resource should be understood.
Classifies an MSP-1 resource, entity, page, section, provenance entry, intent, role, or related declaration into a meaningful semantic category.
Describes the website as a top-level MSP-1 semantic entity.
Describes a single web page or page-equivalent resource as an addressable semantic unit.
Describes a logical or structural subdivision of a page.
Documents the origin, lineage, creation method, source relationship, and contributor context of an MSP-1 resource.