{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A single season of a podcast. Many podcasts do not break down into separate seasons. In that case, PodcastSeries should be used.",
      "rdfs:label" : "PodcastSeason",
      "rdfs:subClassOf" : "schema:CreativeWorkSeason",
      "schema:isPartOf" : "http:pending.schema.org",
      "schema:source" : "https://github.com/schemaorg/schemaorg/issues/373"
   },
   "properties" : {}
}