Replies: 2 comments 1 reply
This comment was marked as spam.
This comment was marked as spam.
-
|
As per the example on the PodcastEpisode page, the relationship between an episode and its series is derived via the partOfSeries property. You also have the option of referencing a season it is part of using partOfSeason. Providing the referenced entities are available to those consuming the data, that should be sufficient. If you did want to explicitly reference episodes from within the PodcastSeries description, you could use the hasPart property. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Does the PodcastSeries object have a place for episodes in the way an Event has subEvent? Or do we simply implement the Episode page with a partOfSeries and allow indexing systems to figure it out on their own?
Beta Was this translation helpful? Give feedback.
All reactions