This page documents an OPTIMADE Property Definition. See https://schemas.optimade.org/ for more information.
ID: https://schemas.optimade.org/defs/v1.2/properties/optimade/references/chapter
Definition name: chapter
Property name: chapter
Description: The chapter, section, or similar part number (the chapter field in the BibTeX specification).
Type: string
Examples:
"5"
JSON definition:
{
"$id": "https://schemas.optimade.org/defs/v1.2/properties/optimade/references/chapter",
"$schema": "https://schemas.optimade.org/meta/v1.2/optimade/property_definition.json",
"title": "chapter",
"x-optimade-type": "string",
"x-optimade-definition": {
"label": "chapter_optimade_references",
"kind": "property",
"version": "1.2.0",
"format": "1.2",
"name": "chapter"
},
"type": [
"string",
"null"
],
"description": "The chapter, section, or similar part number (the chapter field in the BibTeX specification).",
"examples": [
"5"
],
"x-optimade-unit": "inapplicable"
}