- From: François Scharffe <francois.scharffe@lirmm.fr>
- Date: Wed, 15 Jan 2014 16:38:50 -0500
- To: public-vocabs@w3.org
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