annotate dbtune.html @ 19:1e79ce3ff5f5 tip

Simplify and cut some non-working resource paths
author Chris Cannam
date Wed, 08 Nov 2017 15:27:23 +0000
parents eea58cdb7c08
children
rev   line source
Chris@0 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
Chris@0 2
Chris@0 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
Chris@0 4
Chris@0 5 <head>
Chris@0 6 <title>DBTune - Music-Related RDF</title>
Chris@0 7
Chris@0 8 <style type="text/css" media="all">
Chris@0 9 @import url(style.css);
Chris@0 10 </style>
Chris@0 11 <link rel="meta" type="application/rdf+xml" title="FOAF" href="http://moustaki.org/foaf.rdf" />
Chris@0 12 </head>
Chris@0 13
Chris@0 14 <body>
Chris@0 15
Chris@0 16
Chris@0 17 <h1 style="font-size: 250%;">DBTune.org</h1>
Chris@0 18
Chris@0 19 <div id="tagline">DBTune - <i>Serving music-related RDF since 2007</i></div>
Chris@0 20
Chris@0 21 <p>
Chris@0 22 <a href="http://esw.w3.org/topic/SweoIG/TaskForces/CommunityProjects/LinkingOpenData"><img border="0" alt="Linking Open Data" src="lod.jpg" /></a>
Chris@0 23
Chris@0 24
Chris@0 25 <a href="http://www.elec.qmul.ac.uk/digitalmusic/"><img border="0" alt="Centre for Digital Music, Queen Mary, University of London" src="c4dm.png"/></a>
Chris@0 26 </p>
Chris@0 27
Chris@0 28
Chris@0 29 <h2><a name="disc" id="disc"></a>0. Disclaimer</h2>
Chris@0 30 <p>
Chris@0 31 This is a non-commercial site. The information contained in this site has been collected from several
Chris@0 32 sources and its accuracy cannot be guaranteed.
Chris@0 33 No copyright has been intentionally
Chris@0 34 violated. If you feel a copyright has been violated please contact <a href="#contact">me</a> immediately and the material will be removed
Chris@0 35 </p>
Chris@0 36
Chris@0 37 <h2><a name="intro" id="intro"></a>1. Introduction</h2>
Chris@0 38
Chris@0 39 <p>
Chris@0 40 <a href="http://dbtune.org/">DBTune</a> hosts a number of servers, providing access to
Chris@15 41 music-related structured data, in a <a href="http://linkeddata.org/">Linked Data</a> fashion. <!-- No longer true (most of this was MySpace): It now provides access to more than <a href="http://blog.dbtune.org/post/2008/04/02/DBTune-is-providing-131-billion-triples">14 billion RDF triples</a>. -->
Chris@0 42 All the services hosted here are based on open Web standards such as <a href="http://www.w3.org/RDF/">RDF</a>
Chris@0 43 and <a href="http://www.w3.org/TR/rdf-sparql-query/">SPARQL</a>.
Chris@0 44 </p>
Chris@0 45 <p>
Chris@0 46 This effort is part of the <a href="http://esw.w3.org/topic/SweoIG/TaskForces/CommunityProjects/LinkingOpenData">Linking
Chris@0 47 Open Data on the Semantic Web</a> community project, hosted by the <a href="http://www.w3.org/2001/sw/sweo/">Semantic
Chris@0 48 Web Education and Outreach</a> interest group.
Chris@0 49 </p>
Chris@15 50 <p><em>November 2017 update:</em> This server has recently been revived at the Centre for Digital Music following a period of downtime. Many of the datasets have been restored, mostly using a default ClioPatria server viewing static data (i.e. datasets that were originally dynamic are now old static snapshots). Some datasets have been officially retired. More details are below.</p>
Chris@0 51 <p>
Chris@0 52 <!--<b>
Chris@0 53 Please do get the <a href="http://dig.csail.mit.edu/2007/tab/">Tabulator Firefox Extension</a>.
Chris@0 54 </b>
Chris@0 55 Indeed, I removed the default redirection towards external RDF visualisation services, so all DBTune URIs will look much better
Chris@0 56 if you install it.-->
Chris@15 57 <!-- These are mostly dead...
Chris@0 58 You can browse DBTune data using any of the following Semantic Web browsers:
Chris@0 59 <ul>
Chris@0 60 <li><a href="http://dig.csail.mit.edu/2007/tab/">Tabulator</a></li>
Chris@0 61 <li><a href="http://demo.openlinksw.com/rdfbrowser2/">OpenLink Data Explorer</a></li>
Chris@0 62 <li><a href="http://dataviewer.zitgist.com/">Zitgist data viewer</a></li>
Chris@0 63 <li><a href="http://beckr.org/marbles">Marbles</a></li>
Chris@0 64 <li><a href="http://www4.wiwiss.fu-berlin.de/rdf_browser/">DISCO</a></li>
Chris@0 65 </ul>
Chris@0 66 You can also use the <a href="http://dig.csail.mit.edu/2007/tab/">Tabulator Firefox extension</a> or the <a href="https://addons.mozilla.org/en-US/firefox/addon/8062">OpenLink Data Explorer</a>.
Chris@15 67 -->
Chris@0 68 </p>
Chris@0 69
Chris@0 70 <h2><a name="concept" id="concept"></a>2. Quick overview of underlying concepts (or the "Semantic Web" in 10 lines... Don't slap me, please)</h2>
Chris@0 71 <p>
Chris@0 72 Resources on the Web can be far more than web pages. They can identify anything: <a href="http://moustaki.org/foaf.rdf#moustaki">me</a>,
Chris@0 73 <a href="http://dbtune.org/jamendo/artist/5">a French band</a>, <a href="http://zitgist.com/music/signal/6da76448-982a-4a01-b65b-9a710301c9c9">an audio
Chris@0 74 signal</a>, etc.
Chris@0 75 </p>
Chris@0 76 <p>
Chris@0 77 Such resources have associated <i>representations</i> (accessed, in our case, through <a href="http://en.wikipedia.org/wiki/HTTP">HTTP</a>),
Chris@0 78 which may be either human-readable (an <a href="http://www.w3.org/TR/xhtml1/">XHTML document</a>,
Chris@0 79 for example) or machine-processable (<a href="http://microformats.org/">Microformats</a> or <a href="http://www.w3.org/RDF/">RDF</a>).
Chris@0 80 These representations may hold links to further resources, allowing to jump from one resource to another, which may be actually hosted
Chris@0 81 in different places. This is were the <i>Web</i> aspect comes into place.
Chris@0 82 </p>
Chris@0 83 <p>
Chris@0 84 Let's take an example. The resource <a href="http://dbtune.org/jamendo/artist/5">http://dbtune.org/jamendo/artist/5</a> identifies a French band, called
Chris@0 85 <i>Both</i>. Asking for a RDF representation of this resource gives us back the following statement:
Chris@0 86 <pre>
Chris@0 87 &lt;http://dbtune.org/jamendo/artist/5&gt; &lt;http://xmlns.com/foaf/0.1/based_near&gt; &lt;http://sws.geonames.org/2991627/&gt;
Chris@0 88 </pre>
Chris@0 89 We can then follow this <i>link</i> to get to a resource identifying a geographic location, located within the <a href="http://geonames.org/">dataset</a>.
Chris@0 90 Moreover, this <i>link</i> is also a resource identifier! So if we don't know what it means to be <i>based_near</i> something, we can
Chris@0 91 still access a representation of it, which would give us statements such as "<i>based_near</i> is a property, and it relates a person or a group
Chris@0 92 of person to a geographical location".
Chris@0 93 </p>
Chris@0 94
Chris@0 95
Chris@0 96 <h2><a name="datasets" id="datasets"></a>3. Available datasets</h2>
Chris@0 97
Chris@0 98
Chris@0 99 <p>
Chris@0 100 The following datasets are available on this server:
Chris@0 101
Chris@0 102 <ol>
Chris@0 103 <li><a href="http://dbtune.org/jamendo/">Jamendo</a>, holding data from the <a href="http://jamendo.org/">Jamendo website</a> (<a href="http://dbtune.org/jamendo/#query">SPARQL end-point</a>
Chris@0 104 available, as well as browsable URIs, <a href="http://dbtune.org/jamendo/#dump">RDF dump available</a>) ;</li>
Chris@0 105 <li><a href="http://dbtune.org/magnatune/">Magnatune</a>, holding data from the <a href="http://magnatune.com/">Magnatune label</a> (<a href="http://dbtune.org/magnatune/#query">SPARQL end-point</a>
Chris@0 106 and browsable URIs, <a href="http://dbtune.org/magnatune/#dump">RDF dump available</a>) ;</li>
Chris@0 107 <li><a href="http://dbtune.org/bbc/peel/">BBC John Peel sessions</a>, holding <a href="http://bbc-hackday.dyndns.org/">data released during the Hackday, 2007</a> (<a href="http://dbtune.org/bbc/peel/#query">SPARQL end-point</a> and browsable URIs, <a href="http://dbtune.org/bbc/peel/#dump">RDF dump available</a>) ;</li>
Chris@15 108 <li><a href="http://dbtune.org/cmn/">Classical Music Navigator data</a> adapted from Charles H Smith's CMN site (<a href="http://dbtune.org/cmn/#use">SPARQL end-point</a> and browsable URIs, <a href="http://dbtune.org/cmn/#dump">RDF dump available</a>) ;</li>
Chris@15 109 <li><a href="http://dbtune.org/classical/">DBTune classical data</a>, a larger and messier dataset adapted from various sources (<a href="http://dbtune.org/classical/#use">SPARQL end-point</a> and browsable URIs, <a href="http://dbtune.org/classical/#dump">RDF dump available</a>) ;</li>
Chris@0 110 <li><a href="http://purl.org/ontology/chord/#symbolservice">A chord symbol service</a>, holding descriptions of chords, generated on-the-fly (browsable URIs)</a></li>
Chris@6 111 <li><a href="http://dbtune.org/musicbrainz/">Musicbrainz data</a>, powered by <a href="http://www4.wiwiss.fu-berlin.de/bizer/d2r-server/">D2R server</a> and a <a href="http://motools.svn.sourceforge.net/viewvc/motools/musicbrainz/musicbrainz_mo.n3?view=markup">D2RQ mapping</a>, SPARQL end-point available</li>
Chris@6 112 <li><a href="http://the.echonest.com/analyze.html">Echonest Analyze</a> XML to Music Ontology RDF <a href="http://dbtune.org/echonest/">transform</a></li>
Chris@6 113 </ol>
Chris@6 114 </p>
Chris@6 115
Chris@6 116 <h3>3a. Formerly-available datasets</h3>
Chris@6 117
Chris@6 118 <p>
Chris@6 119 The following datasets used to be available on this server but are no
Chris@6 120 longer provided, in most cases because the third-party APIs backing
Chris@6 121 them no longer exist. The descriptive pages are retained for
Chris@6 122 historical interest.
Chris@6 123
Chris@6 124 <ol>
Chris@0 125 <li><a href="http://dbtune.org/last-fm/">AudioScrobbler data</a>, displaying your last 10 played tracks as RDF linked to <a href="http://musicbainz.org/">Musicbrainz</a> dereferencable URIs</li>
Chris@0 126 <li><a href="http://dbtune.org/myspace/">MySpace data</a>, providing URIs and associated RDF representations for top-friends and available tracks on <a href="http://myspace.com/">MySpace</a></li>
Chris@0 127 <li><a href="http://dbtune.org/bbc/playcount/">BBC playcount data</a>, linking <a href="http://bbc-programmes.dyndns.org/">The BBC Programmes linked data</a> and <a href="http://dbtune.org/musicbrainz/">the Musicbrainz linked data</a>, SPARQL end-point available</li>
Chris@0 128 <li><a href="http://dbtune.org/henry/">Henry</a>, a SPARQL end-point interpreting signal processing workflows and providing on-demand content-based data</li>
Chris@0 129 </ol>
Chris@6 130
Chris@6 131 <p>
Chris@6 132 The datasets originally available on this server, as well as their
Chris@6 133 interlinks, correspond to the blue circles in the following diagram.
Chris@6 134 </p>
Chris@6 135 <p>
Chris@6 136 <img src="lod.png" alt="Depiction of the different DBTune datasets" width="70%"/>
Chris@6 137 </p>
Chris@6 138 <p>
Chris@6 139 Original diagram from <a href="http://dowhatimean.net/">Richard
Chris@6 140 Cyganiak</a> under the <a href="http://creativecommons.org/licenses/by-sa/3.0/">CC-BY-SA</a> license.
Chris@0 141 </p>
Chris@0 142
Chris@0 143 <h2><a name="links" id="links"></a>4. Links to external datasets</a></h2>
Chris@0 144 <p>
Chris@0 145 The following dataset interlinking have been achieved:
Chris@0 146
Chris@0 147 <ol>
Chris@0 148 <li><a href="http://dbtune.org/jamendo/">Jamendo</a> to <a href="http://zitgist.com/music/">Musicbrainz</a> (using some kind of <a href="http://blog.dbtune.org/post/2007/06/11/Linking-open-data%3A-interlinking-the-Jamendo-and-the-Musicbrainz-datasets">record linkage technique</a>)</li>
Chris@0 149 <li><a href="http://dbtune.org/jamendo/">Jamendo</a> to <a href="http://geonames.org/">Geonames</a></li>
Chris@0 150 <li><a href="http://dbtune.org/magnatune/">Magnatune</a> to <a href="http://dbpedia.org/">DBPedia</a></li>
Chris@0 151 <li><a href="http://dbtune.org/bbc/peel/">John Peel</a> to <a href="http://dbpedia.org/">DBPedia</a></li>
Chris@0 152 <li><a href="http://dbtune.org/musicbrainz/">Musicbrainz</a> to <a href="http://dbpedia.org/">DBPedia</a>, <a href="http://dbtune.org/myspace/">MySpace</a> and <a href="http://www.lingvoj.org/">Lingvoj</a></li>
Chris@0 153 <li><a href="http://dbtune.org/bbc/playcount/">BBC playcount data</a> to
Chris@0 154 <a href="http://bbc-programmes.dyndns.org/">BBC Programmes</a> and <a href="http://dbtune.org/musicbrainz/">Musicbrainz</a></li>
Chris@0 155 </ol>
Chris@0 156
Chris@0 157 </p>
Chris@0 158
Chris@0 159
Chris@0 160 <h2><a name="ack" id="ack"></a>5. Acknowledgements</h2>
Chris@0 161 <p>
Chris@0 162 All the things provided by this server relies on the work of many people. Let's try to mention a few:
Chris@0 163 <ul>
Chris@0 164 <li>The <a href="http://musicontology.com">Music ontology</a> community</li>
Chris@6 165 <li><a href="http://sonictruths.net">Christopher Sutton</a>, for taking care of the original server</li>
Chris@0 166 <li>Everybody in the <a href="http://linkeddata.org">The Linking Open Data on the Semantic Web SWEO project</a></li>
Chris@0 167 <li>The <a href="http://dbpedia.org/">DBPedia</a> people, for letting me steal their CSS and their db* pattern</li>
Chris@0 168 <li>The <a href="http://www.bbc.co.uk/radio/">BBC audio and music interactive</a> folks</li>
Chris@0 169 <li>The <a href="http://jamendo.org/">Jamendo</a> and the <a href="http://magnatune.com">Magnatune</a> teams</li>
Chris@0 170 <li><a href="http://www.swi-prolog.org/">SWI-Prolog</a> developers, especially <a href="http://www.science.uva.nl/~wielemak/">Jan Wielemaker</a>, for all
Chris@0 171 his really fast replies to our really annoying emails :-)</li>
Chris@0 172 <li>The <a href="http://www.okfn.org/">Open Knowledge Foundation</a></li>
Chris@0 173 <li>And everybody in the <a href="http://www.elec.qmul.ac.uk/digitalmusic/">Centre for Digital Music</a>!</li>
Chris@0 174 </ul>
Chris@0 175 </p>
Chris@0 176
Chris@0 177 <h2><a name="contact" id="contact"></a>6. Contact</h2>
Chris@6 178 <ul>
Chris@6 179 <li><a href="http://moustaki.org/">Yves Raimond</a></li>
Chris@6 180 <li>Server maintenance (2017 iteration): <a href="http://www.eecs.qmul.ac.uk/people/view/3111">Chris Cannam</a><br><a href="http://c4dm.eecs.qmul.ac.uk/">Centre for Digital Music</a>, Queen Mary, University of London</li>
Chris@6 181 </ul>
Chris@0 182 </p>
Chris@0 183 <p>
Chris@0 184 <a href="http://moustaki.org/foaf.rdf#moustaki"><img alt="FOAF" src="http://moustaki.org/img/foaf.gif" style="border: 0px solid ; width: 62px; height: 22px;"/></a>
Chris@0 185 </p>
Chris@0 186
Chris@0 187 <script type="text/javascript">
Chris@0 188 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
Chris@0 189 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
Chris@0 190 </script>
Chris@0 191 <script type="text/javascript">
Chris@0 192 var pageTracker = _gat._getTracker("UA-3327144-3");
Chris@0 193 pageTracker._initData();
Chris@0 194 pageTracker._trackPageview();
Chris@0 195 </script>
Chris@0 196
Chris@0 197 </body>
Chris@0 198
Chris@0 199 </html>
Chris@0 200