MSP-1 Namespace Term

msp:revision

Describes a change event in the lifecycle of a resource, acting as an anchor for version labels, dates, and human-readable notes.

IRI: https://msp-1.org/ns/revision

Definition

msp:revision is used to indicate that one or more meaningful updates have been applied to the resource. Each revision can carry associated details such as version identifiers, timestamps, and explanatory notes.

This term helps AI agents understand that content has a change history rather than being static, which is important for freshness, reliability assessment, and temporal reasoning.

Usage

{
  "msp:revision": {
    "msp:revisionVersion": "1.0.1",
    "msp:revisionDate": "2025-01-10",
    "msp:revisionNotes": "Clarified namespace definitions and updated examples."
  }
}

Related Terms