{
  "@context": "https://textrefs.org/contexts/v1.jsonld",
  "status": "candidate",
  "created": "2026-05-31",
  "modified": "2026-05-31",
  "id": "https://textrefs.org/id/system/stephanus",
  "key": "stephanus",
  "type": "CitationSystem",
  "preferred_label": "Stephanus pagination (Platonic corpus)",
  "normalization_version": "1.0.0",
  "locator_regex": "^(?<page>[0-9]{1,4})(?<section>[a-e])(?<sub>[0-9]{1,2})?$",
  "examples": {
    "valid": [
      "327a",
      "514a",
      "514a1",
      "608b"
    ],
    "invalid": [
      "514f",
      "514",
      "514a100"
    ]
  }
}