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

Add properties for modulation type and subchannels to BroadcastFrequencySpecification#2111

Closed
vholland opened this issue Dec 20, 2018 · 5 comments
Assignees

Comments

@vholland
Copy link
Contributor

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"
  }
}

@thadguidry
Copy link
Contributor

+1 is SubChannel a fairly global term or standard here ? or is there a better international term ?

@vholland
Copy link
Contributor Author

I am not a domain expert, but is the term I found in reading up on the subject

@danbri
Copy link
Contributor

danbri commented Feb 6, 2019

+1 sounds plausible to me

ping @njh @rvguha w.r.t. naming choices

@vholland
Copy link
Contributor Author

vholland commented Feb 8, 2019

Implemented in PR #2144

@vholland
Copy link
Contributor Author

Included in schema.org 3.5.

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