Representing a radio broadcasting format and frequency

Hello everyone,

I would like to describe a radio station, its broadcasting type, and the 
list of frequencies for each area in which it is broadcasted.
There is the RadioStation class but it doesn't seem possible to express 
what I want to using schema.org.
Ideally it would look like:

{ "@id": "http://www.fipradio.fr/",
   "@type": "RadioStation",
   "name": "FIP",
   "broadcastingType": "FM",
   "radioFrequency":
   [  {"location": "Paris", "frequency": " 105.1" },
      {"location": "Toulouse", "frequency": "103.5" },
         ... ]
}

Any idea ?

François

Received on Wednesday, 15 January 2014 21:40:33 UTC