This ontology aims at providing a simple vocabulary for describing programmes. It covers brands, series (seasons), episodes, broadcast events, broadcast services, etc. Its development was funded by the BBC, and is heavily grounded on previous programmes data modelling work done there.
How to make a basic Recommendation to a friend, based on your opinion of the similarity between two shows. more...
<?xml version="1.0"?>
<rdf:RDF xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:sim="http://purl.org/ontology/similarity/" xmlns:rec="http://purl.org/ontology/rec/core#" xmlns:mo="http://purl.org/ontology/mo/" xmlns:po="http://purl.org/ontology/po/" xmlns:mobiletv="http://bcmoney-mobiletv.com/ontology#">
<po:programme rdf:about="#theDailyShow">
<rdfs:seeAlso rdf:resource="http://dbpedia.org/page/The_Daily_Show" />
</po:programme>
<po:programme rdf:about="#theColbertReport">
<rdfs:seeAlso rdf:resource="http://dbpedia.org/page/The_Colbert_Report" />
</po:programme>
<rec:Recommendation rdf:about="http://bcmoney-mobiletv.com/ontology#episodeRecommendation">
<rec:recommender rdf:resource="http://openrecommender.org" />
<rec:recommendation_audience rdf:resource="http://bcmoney-mobiletv.com/ontology#friends" />
<sim:subject rdf:resource="#theDailyShow" />
<rec:recommendation_object rdf:resource="#theColbertReport" />
<rec:for rdf:resource="#theDailyShow" />
<sim:method>
<sim:Similarity rdf:about="#myObviousSimilarity">
<sim:element rdf:resource="#theDailyShow" />
<sim:element rdf:resource="#theColbertReport" />
<sim:weight>0.95</sim:weight>
<dc:description>These shows are really just two sides of the same coin. Though the hosts pretend to have a long-standing rivalry due to differing political views, their friendship is noticeable, and the differing political views mostly imaginary. Many members of the original Daily Show production moved across the street to the set of The Colbert Report to bring the same production qualities and style to the newer show. Colbert has proven the more aggressive but Stewart still holds his own and subtly gets the best of Colbert (as per the script... but hey, I love it anyway as long as their exchanges are worth a laugh).</dc:description>
<foaf:maker>
<foaf:Person rdf:about="#me">
<foaf:name>Bryan Copeland</foaf:name>
<foaf:homepage rdf:resource="http://bryancopeland.com" />
<foaf:nick>bcmoney</foaf:nick>
<rdfs:seeAlso rdf:resource="http://bcmoney-mobiletv.com/bryan/foaf" />
<mobiletv:community rdf:resource="http://bcmoney-mobiletv.com/">
<mobiletv:friends rdf:resource="http://bcmoney-mobiletv.com/bryan">
<foaf:knows rdf:resource="bcmoney"/>
<foaf:knows rdf:resource="TheLyle"/>
<foaf:knows rdf:resource="DCWorks"/>
<foaf:knows rdf:resource="Jaysay"/>
<foaf:knows rdf:resource="shannyc"/>
<foaf:knows rdf:resource="devomax"/>
<foaf:knows rdf:resource="rballs"/>
<foaf:knows rdf:resource="dick"/>
<foaf:knows rdf:resource="Greg"/>
<foaf:knows rdf:resource="NANA"/>
<foaf:knows rdf:resource="cartermatty"/>
<foaf:knows rdf:resource="roma"/>
<foaf:knows rdf:resource="RStyles"/>
<foaf:knows rdf:resource="pragmatic_guy"/>
<foaf:knows rdf:resource="logester"/>
<foaf:knows rdf:resource="kedarwavde"/>
<foaf:knows rdf:resource="OwenRyuto"/>
<foaf:knows rdf:resource="sdcnnng"/>
</mobiletv:friends>
</mobiletv:community>
</foaf:Person>
</foaf:maker>
</sim:Similarity>
</sim:method>
</rec:Recommendation>
</rdf:RDF>A description of one episode of the TV series "The Sky at Night" more...
@prefix po: <http://purl.org/ontology/po/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
<http://www.bbc.co.uk/programmes/b0074rkk#programme>
dc:title "A Journey through Space and Time" ;
po:genre <http://www.bbc.co.uk/programmes/genres/factual/scienceandnature#genre> ;
po:long_synopsis """Patrick Moore presents a retrospective of five
decades of The Sky at Night, recalling the
history of space exploration from the first
Russian Sputnik, the major astronomical
discoveries over half a century, and the people
he has met, from Orville Wright to Neil
Armstrong.""" ;
po:masterbrand <http://www.bbc.co.uk/bbcfour#service> ;
po:medium_synopsis """Patrick Moore looks back over five decades of
The Sky at Night, recalling the history of
space exploration and the major astronomical
discoveries.""" ;
po:microsite <http://www.bbc.co.uk/science/space/skyatnight/> ;
po:short_synopsis """Patrick Moore presents a retrospective of five
decades of The Sky at Night.""" ;
po:version <http://www.bbc.co.uk/programmes/b005y38l#programme> ;
a po:Episode .
<http://www.bbc.co.uk/programmes/b006mk7h#programme>
po:episode <http://www.bbc.co.uk/programmes/b0074rkk#programme> ;
a po:Brand .