Chris@0: Chris@0: Chris@0: Chris@0: Chris@0: Chris@0: DBTune - Myspace RDF Service Chris@0: Chris@0: Chris@0: Chris@0: Chris@0: Chris@0: Chris@0: Chris@0: Chris@0:

DBTune.org

Chris@0: Chris@0:
Myspace RDF Service
Chris@0: Chris@0:

1. Introduction

Chris@0: Chris@9:

Note: This service is long down, following the disappearance of the original MySpace. This page is retained for historical interest.

Chris@0: Chris@0:

Chris@0: Chris@0: This service provides a live RDF representation of Myspace users. Chris@0: If the user is also an artist, then the corresponding tracks in the streaming audio cache are included in the RDF. Chris@0: Note that only the top friends of the target Myspace user are included in the RDF. Chris@0:

Chris@0: Chris@0: Chris@0:

Chris@0: This representations is designed using the Chris@0: Music Ontology, FOAF, and a small Chris@0: Myspace Ontology. The scraping is handled by the Chris@0: MyPySpace. Chris@0:

Chris@0: Chris@0:

Chris@0: Please note this service may sometimes behave unexpectedly as Myspace makes changes to their page templates. Please contact kurtjx at gmail if you have any questions or notice any problems with this service. This service is in no way affiliated or endorsed by Myspace.com. Chris@0: Chris@0:

2. Using this service

Chris@0: Chris@0:

Chris@0: Starting from a Myspace user name: Chris@0:

Chris@0: http://myspace.com/<user name>
Chris@0: 
Chris@0: Just get the following URI: Chris@0:
Chris@0: http://dbtune.org/myspace/<user name>
Chris@0: 
Chris@0: Alternatively, you can use the Myspace user id directly: Chris@0:
Chris@0: http://dbtune.org/myspace/uid/<userID>
Chris@0: 
Chris@0: Chris@0:

Chris@0: Chris@0:

For example, the following URI identifies a band in MySpace: Chris@0:

Chris@0: http://dbtune.org/myspace/lesversaillaisesamoustache
Chris@0: 
Chris@0:

Chris@0: Chris@0: Chris@0:

Chris@0: If you have a MySpace account, you can Chris@0: add the corresponding information to your FOAF profile by adding the following statement in it: Chris@0:

Chris@0: <my URI> owl:sameAs <http://dbtune.org/myspace/<user name>
Chris@0: 
Chris@0:

Chris@0: Chris@0:

3. Code

Chris@0:

Chris@0: As usual, all the code running this service Chris@0: is open source and based Chris@0: on Python and SWI-Prolog Chris@0: Chris@0:

Chris@0: Chris@0: Chris@0: Chris@0: Chris@0: Chris@0: Chris@0: Chris@0: Chris@0: Chris@0: Chris@0: Chris@0: