Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TelevisionChannel needs genre#1364

Closed
thadguidry opened this issue Sep 13, 2016 · 4 comments
Closed

TelevisionChannel needs genre #1364

thadguidry opened this issue Sep 13, 2016 · 4 comments

Comments

@thadguidry
Copy link
Contributor

thadguidry commented Sep 13, 2016

http://schema.org/TelevisionChannel currently doesn't have a property to hold genre

(There might be other Types in Schema.org within Entertainment, Creative forms that could also benefit from having a genre property)

(we have category available on Service http://schema.org/BroadcastService , but that's different )

Use case Examples:

{
"@context":"http://schema.org",
"@type":"TelevisionChannel",
"name": "ESPN2",
"genre": "Sports",
"broadcastChannelId":"016",
"broadcastServiceTier":"Premium",
"inBroadcastLineup":{
"@type":"CableOrSatelliteService",
"name": "Comcast",
}
}

{
"@context":"http://schema.org",
"@type":"TelevisionChannel",
"name": "MTV HD",
"genre": ["Music", "Reality"],
"broadcastChannelId":"69",
"broadcastServiceTier":"Standard TV",
"inBroadcastLineup":{
"@type":"CableOrSatelliteService",
"name": "TimeWarner Cable",
}
}

capture

@vholland
Copy link
Contributor

+1

We could add the property to BroadcastChannel so RadioChannel could benefit as well.

@danbri
Copy link
Contributor

danbri commented Sep 14, 2016

Sounds good to me.

@danbri
Copy link
Contributor

danbri commented Sep 14, 2016

/cc @rvguha w.r.t. #1063

@danbri danbri closed this as completed in e5e4585 Sep 30, 2016
@danbri
Copy link
Contributor

danbri commented Sep 30, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants