{
  "@context": "https://textrefs.org/contexts/v1.jsonld",
  "status": "candidate",
  "created": "2026-05-31",
  "modified": "2026-05-31",
  "id": "https://textrefs.org/id/system/bible-book-chapter-verse",
  "key": "bible-book-chapter-verse",
  "type": "CitationSystem",
  "preferred_label": "Bible book-chapter-verse (OSIS-style)",
  "normalization_version": "1.0.0",
  "locator_regex": "^(?<book>[A-Za-z][A-Za-z0-9_]*)\\.(?<chapter>[1-9][0-9]*)\\.(?<verse>[1-9][0-9]*)$",
  "examples": {
    "valid": [
      "Genesis.1.1",
      "Psalms.23.1",
      "Matthew.5.3"
    ],
    "invalid": [
      "Genesis.0.1",
      "Genesis.1",
      "1.1.1",
      "Genesis 1:1"
    ]
  }
}