Skip to content

Add properties for modulation type and subchannels to BroadcastFrequencySpecification #2111

@vickitardif

Description

@vickitardif

In some cases, it is not enough to provide a broadcast frequency to describe a radio station. One must also know the sub channel. I propose two new properties:

  • broadcastSignalModulation to specify things like AM vs FM
  • broadcastSubChannel to specify the subchannel

An example would be:

{
  "@context": "http://schema.org/",
  "@type": "BroadcastService",
  "broadcastFrequency": {
    "@type": "BroadcastFrequencySpecification",
    "broadcastFrequencyValue": "89.3",
    "broadcastSignalModulation": "FM",
    "broadcastSubChannel": "HD1"
  }
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions