intent
Declares the purpose, goal, or intended function of a resource.
AI-friendly semantics for trusted information.
MSP-1 Namespace Term
Declares the contextual lens, orientation, assumptions, or boundaries through which an MSP-1 resource should be understood.
msp:interpretiveFrame expresses how a resource should be contextualized when it could otherwise be read through multiple lenses. It helps identify the relevant orientation, boundary, or contextual stance for interpretation.
The interpretive frame sits alongside msp:intent, but focuses on how the resource should be read in context rather than why it was created. intent explains what the resource is for; interpretiveFrame explains the contextual lens for understanding it.
The lean form uses a single string when one framing statement is sufficient.
{
"msp:interpretiveFrame": "This guide should be interpreted from a practical, real-world photography workflow perspective."
}
The structured form may be used when the frame needs additional context.
{
"msp:interpretiveFrame": {
"frame": "Technical documentation lens for MSP-1 implementation guidance.",
"category": "instructional",
"tone": "neutral",
"perspective": "developer implementation context",
"scope": "page"
}
}
description, intent, type, and content.Declares the purpose, goal, or intended function of a resource.
Provides a human-readable summary of what the resource is about.
Classifies a resource, entity, page, section, or declaration into a meaningful semantic category.
Describes a logical or structural subdivision that may carry its own contextual metadata.