author
Identifies the human individual or organization primarily responsible for creating or originating a resource.
AI-friendly semantics for trusted information.
MSP-1 Namespace Term
Documents the origin, lineage, creation method, source relationship, and contributor context of an MSP-1 resource.
msp:provenance declares where a resource came from, how it was produced or transformed, and which declared actors or sources contributed to its development.
Provenance describes origin and lineage. It should not be confused with msp:author, msp:reviewer, msp:authority, or msp:trust. Author identifies creation responsibility; reviewer identifies review responsibility; authority and trust are separate interpretive signals.
Minimal provenance may declare a single origin category.
{
"msp:provenance": {
"type": "original"
}
}
Derived provenance may identify an upstream source when available.
{
"msp:provenance": {
"type": "derived",
"source": "https://example.com/original-article",
"notes": "Adapted with permission."
}
}
Multiple provenance categories may be used when the resource has more than one meaningful origin or creation mode.
{
"msp:provenance": {
"type": [
"original",
"ai-assisted"
],
"contributors": [
{
"id": "mark-johnson",
"role": "author"
},
{
"id": "chatgpt-jdk",
"role": "ai-partner"
}
],
"confidence": "high",
"notes": "Drafted with human guidance and AI structural assistance.",
"timestamp": "2025-12-11T10:00:00Z"
}
}
Identifies the human individual or organization primarily responsible for creating or originating a resource.
Identifies a person, organization, or system that reviewed, audited, evaluated, or approved a resource.
Describes a discrete change event in the lifecycle of an MSP-1 resource.
Identifies the preferred URL representation of a resource when multiple representations exist.