view classical/classical.html @ 12:63954ef5bbb1

Classical entry points
author Chris Cannam
date Tue, 07 Nov 2017 15:43:22 +0000
parents a6c39acf6005
children 86e6192659db
line wrap: on
line source
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>
<title>DBTune - Classical RDF Service</title>

<link rel="stylesheet" type="text/css" href="http://dbtune.org/style.css" />
</head>

<body>

<h1 style="font-size: 250%">DBTune.org/classical</h1>

<h2><a name="disc" id="disc"></a>0. Disclaimer</h2>
<p>
This is a non-commercial site. The information contained in this site has been collected from several sources and its accuracy cannot be guaranteed.
</p>

<h2><a name="intro" id="intro"></a>1. Introduction</h2>
<p>
This set of resources describes concepts and individuals related to the canon of
Western Classical Music.  The data has been aggregated and to some extent hand
curated by Chris Cannam at Queen Mary University of London.
This collection of knowledge includes information about composers, compositions, performers, relationships of influence, and other data.  The intention is to provide a <a href="http://linkeddata.org" target="_blank">Linked Data</a> resource that provides many references to existing information sources. <p>Currently the composer data is expected to be reasonably reliable, but the other data in this dataset is likely to be highly provisional, unreliable, and subject to change.
</p>

<p>
This resource provides inter-linking via <code>owl:sameAs</code> to appropriate
resources in
<a href="http://dbpedia.org/" target="_blank">DBpedia</a>, <a href="http://dbtune.org/musicbrainz" target="_blank">DBTune/musicbrainz</a>, and <a href="http://bbc.co.uk/music" target="_blank">BBC/music</a>.

<h2><a name="use" id="use"></a>2. Using this resource</h2>
<p>
  This service exposes a <a href="http://www.w3.org/TR/rdf-sparql-query/">SPARQL</a> end-point, available
at <a href="http://dbtune.org/classical/sparql/">http://dbtune.org/classical/sparql/</a>. There is also a small
web interface available at <a href="http://dbtune.org/classical/store/">http://dbtune.org/classical/store/</a>.
</p>

<p>
Here are some entry points to the dataset:
</p>

<p>Resources</p>
<ul>
<li><a href="http://dbtune.org/classical/resource/composer/ravel_maurice">Maurice Ravel</a></li>
<li><a href="http://dbtune.org/classical/resource/work/bach_johann_sebastian/BWV_232">Mass in B minor BWV 232 by JS Bach</a></li>
<li><a href="http://dbtune.org/classical/resource/work/bruch_max/47">Kol Nidrei for cello and orchestra by Max Bruch</a></li>
</ul>

<p>The service exposes some directory indexes:</p>
<ul>
  <li><a href="http://dbtune.org/classical/all/composer">All composers</a></li>
  <li><a href="http://dbtune.org/classical/all/work">All works</a></li>
  <li><a href="http://dbtune.org/classical/all/composition">All composition events</a></li>
  <li><a href="http://dbtune.org/classical/all/conductor">All conductors</a></li>
</ul>

<h2>3. Code</h2>
<p>
As of this time, the code used to build this resource is unreleased.  It will likely be made available under some open source license in the future.
</p>
</body>
</html>