Dear Backstage Developers,

I have been working (in my spare time) on a PHP library to make it easy to 
consume the RDF data that the BBC publishes under bbc.co.uk/programmes.

The Google Code project is here:
http://code.google.com/p/bbc-programmes-php/


In its current state, the library allows you to write this:
$episode = BBC_Programmes_Programme::find('b00p4h42');
$broadcasts = $episode->broadcasts();

To get the broadcast times of Series 3, Episode 1 of Gavin and Stacey.



Has anyone here been using the BBC Programmes RDF?
What are you using the data for?
What did you find easy/hard?


The kind of tasks I am thinking about are:
- Give me todays schedule for BBC One in Wales.
- Give me a list of the national BBC Radio stations.
- What programme was on Dec 23rd at 21:05 on Radio 1?
- Give me a list of tracks played on Huw Stephens episode.


Would be great to get an idea of what would be useful to people.


Thanks,

nick.

Reply via email to