Mercurial > hg > dbtune-site
comparison classical/classical.html @ 10:a6c39acf6005
Add classical references
author | Chris Cannam |
---|---|
date | Tue, 07 Nov 2017 11:21:13 +0000 |
parents | |
children | 63954ef5bbb1 |
comparison
equal
deleted
inserted
replaced
9:649634e11bf1 | 10:a6c39acf6005 |
---|---|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
2 | |
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
4 | |
5 <head> | |
6 <title>DBTune - Classical RDF Service</title> | |
7 | |
8 <link rel="stylesheet" type="text/css" href="http://dbtune.org/style.css" /> | |
9 </head> | |
10 | |
11 <body> | |
12 | |
13 <h1 style="font-size: 250%">DBTune.org/classical</h1> | |
14 | |
15 <h2><a name="disc" id="disc"></a>0. Disclaimer</h2> | |
16 <p> | |
17 This is a non-commercial site. The information contained in this site has been collected from several sources and its accuracy cannot be guaranteed. | |
18 </p> | |
19 | |
20 <h2><a name="intro" id="intro"></a>1. Introduction</h2> | |
21 <p> | |
22 This set of resources describes concepts and individuals related to the canon of | |
23 Western Classical Music. The data has been aggregated and to some extent hand | |
24 curated by Chris Cannam at Queen Mary University of London. | |
25 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. | |
26 </p> | |
27 | |
28 <p> | |
29 This resource provides inter-linking via <code>owl:sameAs</code> to appropriate | |
30 resources in | |
31 <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>. | |
32 | |
33 <h2<a name="use" id="use"></a>2. Using this resource</h2> | |
34 <p> | |
35 The most appropriate way to explore and begin using this resource is via the SNORQL AJAX client available at | |
36 <pre> | |
37 <a href="http://dbtune.org/classical/snorql/" target="_blank">http://dbtune.org/classical/snorql/</a> | |
38 </pre> | |
39 The SNORQL client includes several example queries which should help beginning users of this resource see what is possible | |
40 </p> | |
41 <p> | |
42 The service is intended to be (re)used via the publicly available SPARQL endpoint at | |
43 <pre> | |
44 http://dbtune.org/classical/sparql/ | |
45 </pre> | |
46 Which conforms to the <a href="http://www.w3.org/TR/rdf-sparql-query/" target="_blank">W3C SPARQL Query Language for RDF Recommendation</a> | |
47 </p> | |
48 <p> | |
49 This resource is backed by an instance of the <a href="http://4store.org/" | |
50 target="_blank">4Store</a> RDF triple store. All URIs at dbtune.org/classical | |
51 should be dereferencable via our <a href="http://www4.wiwiss.fu-berlin.de/pubby/" target="_blank">Pubby</a> server. | |
52 </p> | |
53 | |
54 <h2>3. Code</h2> | |
55 <p> | |
56 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. | |
57 </p> | |
58 </body> | |
59 </html> |