Skip to content

TelevisionChannel needs genre #1364

@thadguidry

Description

@thadguidry

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions