MSP-1 Namespace Term

msp:protocol

Declares which semantic protocol is being used (for example, MSP-1), so AI agents know which rules, expectations, and structures to apply when interpreting metadata.

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

Definition

msp:protocol specifies the name of the semantic protocol governing a resource’s metadata. For MSP-1 implementations, this will typically be the string "MSP-1", acting as a clear signal that the site or page adheres to the Mark Semantic Protocol’s expectations and vocabulary.

This term helps AI agents quickly recognize that MSP-1 semantics are present and should be interpreted accordingly.

Usage

{
  "msp:protocol": "MSP-1",
  "msp:version": "1.0.0"
}

Related Terms