{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "One of the sections into which a book is divided. A chapter usually has a section number or a name.",
      "rdfs:label" : "Chapter",
      "rdfs:subClassOf" : "schema:CreativeWork",
      "schema:isPartOf" : "http:bib.schema.org"
   },
   "properties" : {
      "schema:pageEnd" : {
         "owl:equivalentProperty" : "bibo:pageEnd",
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The page on which the work ends; for example \"138\" or \"xvi\".",
         "rdfs:label" : "pageEnd",
         "schema:contributor" : "collab:bibex",
         "schema:domainIncludes" : [
            "schema:Chapter",
            "schema:PublicationIssue",
            "schema:PublicationVolume",
            "schema:Article"
         ],
         "schema:rangeIncludes" : [
            "schema:Text",
            "schema:Integer"
         ]
      },
      "schema:pageStart" : {
         "owl:equivalentProperty" : "bibo:pageStart",
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The page on which the work starts; for example \"135\" or \"xiii\".",
         "rdfs:label" : "pageStart",
         "schema:contributor" : "collab:bibex",
         "schema:domainIncludes" : [
            "schema:Article",
            "schema:Chapter",
            "schema:PublicationIssue",
            "schema:PublicationVolume"
         ],
         "schema:rangeIncludes" : [
            "schema:Text",
            "schema:Integer"
         ]
      },
      "schema:pagination" : {
         "owl:equivalentProperty" : "bibo:pages",
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Any description of pages that is not separated into pageStart and pageEnd; for example, \"1-6, 9, 55\" or \"10-12, 46-49\".",
         "rdfs:label" : "pagination",
         "schema:contributor" : "collab:bibex",
         "schema:domainIncludes" : [
            "schema:Chapter",
            "schema:PublicationIssue",
            "schema:PublicationVolume",
            "schema:Article"
         ],
         "schema:rangeIncludes" : "schema:Text"
      }
   }
}