{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A part of a successively published publication such as a periodical or multi-volume work, often numbered. It may represent a time span, such as a year.\\n\\nSee also [blog post](http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html).",
      "rdfs:label" : "PublicationVolume",
      "rdfs:subClassOf" : "schema:CreativeWork",
      "schema:contributor" : "collab:bibex"
   },
   "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"
      },
      "schema:volumeNumber" : {
         "owl:equivalentProperty" : "bibo:volume",
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Identifies the volume of publication or multi-part work; for example, \"iii\" or \"2\".",
         "rdfs:label" : "volumeNumber",
         "rdfs:subPropertyOf" : "schema:position",
         "schema:contributor" : "collab:bibex",
         "schema:domainIncludes" : "schema:PublicationVolume",
         "schema:rangeIncludes" : [
            "schema:Integer",
            "schema:Text"
         ]
      }
   }
}