{
  "@context": "https://textrefs.org/contexts/v1.jsonld",
  "status": "candidate",
  "created": "2026-05-31",
  "modified": "2026-05-31",
  "id": "https://textrefs.org/id/system/homer-book-line",
  "key": "homer-book-line",
  "type": "CitationSystem",
  "preferred_label": "Homeric book-line",
  "normalization_version": "1.0.0",
  "locator_regex": "^(?<book>[1-9]|1[0-9]|2[0-4])\\.(?<line>[1-9][0-9]*)$",
  "examples": {
    "valid": [
      "1.1",
      "24.804",
      "12.453"
    ],
    "invalid": [
      "0.1",
      "25.1",
      "1.0",
      "1"
    ]
  }
}