Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kenoir/rudolf
An experiment with EasyRdf
https://github.com/kenoir/rudolf
Last synced: 9 days ago
JSON representation
An experiment with EasyRdf
- Host: GitHub
- URL: https://github.com/kenoir/rudolf
- Owner: kenoir
- Created: 2012-08-06T16:01:48.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-08-06T16:17:21.000Z (over 12 years ago)
- Last Synced: 2024-11-08T21:59:28.204Z (2 months ago)
- Language: PHP
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Rudolf.php
==========An experiment with easyRdf (https://github.com/njh/easyrdf) & BBC Programme data.
Gets some details about upcoming sci-fi programmes on the BBC.
$rudolf = new Rudolf();
$programmeDetails = $rudolf->main();foreach($programmeDetails as $programme){
print $programme['title'] . "\n";
print $programme['synopsis'] . "\n";
print "\n\n";
}