Music Portal for Last.fm and Myspace ontology (Sharanya Chinnusamy - - PowerPoint PPT Presentation

music portal for last fm and myspace ontology
SMART_READER_LITE
LIVE PREVIEW

Music Portal for Last.fm and Myspace ontology (Sharanya Chinnusamy - - PowerPoint PPT Presentation

Music Portal for Last.fm and Myspace ontology (Sharanya Chinnusamy ) B636 Final Project - What is Ontology ? - Languages used DBTune Myspace ontology Classes: Agent, AudioFile, Country, Genre, MusicArtist, Page Properties: age,


slide-1
SLIDE 1

Music Portal for Last.fm and Myspace ontology

(Sharanya Chinnusamy ) B636 Final Project

slide-2
SLIDE 2
  • What is Ontology ?
  • Languages used
slide-3
SLIDE 3

DBTune

slide-4
SLIDE 4

Myspace ontology

 Classes: Agent, AudioFile, Country, Genre,

MusicArtist, Page

 Properties: age, bandMembers,

cachedMP3, friend, genreTag, influences, myspaceID, plays, profileViews, recordLabel, recordLabelType, soundsLike, topFriend, totalPlays

slide-5
SLIDE 5

SPARQL Query

PREFIX mysp:<http://purl.org/ontology/myspace#> PREFIX foaf:<http://xmlns.com/foaf/0.1/> PREFIX mo:<http://purl.org/ontology/mo/> SELECT ?image ?profile_views ?no_of_friends ?location ?country ?title ?link ?track_img ?noof_plays WHERE { ?artist a mo:MusicArtist ; foaf:name "dj cappel" . ?artist foaf:depiction ?image ; mysp:profileViews ?profile_views ; mysp:locality ?location ; mysp:country ?country ; mysp:totalFriends ?no_of_friends . ?artist foaf:made ?track . ?track dc:title ?title ; mo:available_as ?link ; foaf:depiction ?track_img ; mysp:plays ?noof_plays . }

slide-6
SLIDE 6

Last.fm

 Demo

slide-7
SLIDE 7

Thank you !

Questions???