{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A collection of items, e.g. creative works or products.",
      "rdfs:label" : "Collection",
      "rdfs:subClassOf" : "schema:CreativeWork",
      "schema:isPartOf" : "http:bib.schema.org"
   },
   "properties" : {
      "schema:collectionSize" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The number of items in the [[Collection]].",
         "rdfs:label" : "collectionSize",
         "schema:domainIncludes" : "schema:Collection",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Integer",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1759"
      }
   }
}