{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A podcast is an episodic series of digital audio or video files which a user can download and listen to.",
      "rdfs:label" : "PodcastSeries",
      "rdfs:subClassOf" : "schema:CreativeWorkSeries",
      "schema:isPartOf" : "http:pending.schema.org",
      "schema:source" : "https://github.com/schemaorg/schemaorg/issues/373"
   },
   "properties" : {
      "schema:actor" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "An actor, e.g. in TV, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.",
         "rdfs:label" : "actor",
         "schema:domainIncludes" : [
            "schema:CreativeWorkSeason",
            "schema:RadioSeries",
            "schema:VideoObject",
            "schema:TVSeries",
            "schema:VideoGame",
            "schema:Event",
            "schema:Episode",
            "schema:PodcastSeries",
            "schema:Movie",
            "schema:VideoGameSeries",
            "schema:Clip",
            "schema:MovieSeries"
         ],
         "schema:rangeIncludes" : "schema:Person"
      },
      "schema:webFeed" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The URL for a feed, e.g. associated with a podcast series, blog, or series of date-stamped updates. This is usually RSS or Atom.",
         "rdfs:label" : "webFeed",
         "schema:domainIncludes" : [
            "schema:PodcastSeries",
            "schema:SpecialAnnouncement"
         ],
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : [
            "schema:URL",
            "schema:DataFeed"
         ],
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/373"
      }
   }
}