{
  "@context": "https://textrefs.org/contexts/v1.jsonld",
  "status": "candidate",
  "created": "2026-05-31",
  "modified": "2026-05-31",
  "id": "https://textrefs.org/id/system/daodejing-chapter",
  "key": "daodejing-chapter",
  "type": "CitationSystem",
  "preferred_label": "Daodejing chapter (transmitted 81-chapter text)",
  "normalization_version": "1.0.0",
  "locator_regex": "^(?<chapter>[1-9]|[1-7][0-9]|8[01])$",
  "examples": {
    "valid": [
      "1",
      "42",
      "81"
    ],
    "invalid": [
      "0",
      "82",
      "1.1"
    ]
  }
}