comparison classical/classical.html @ 12:63954ef5bbb1

Classical entry points
author Chris Cannam
date Tue, 07 Nov 2017 15:43:22 +0000
parents a6c39acf6005
children 86e6192659db
comparison
equal deleted inserted replaced
11:d95267afa12a 12:63954ef5bbb1
28 <p> 28 <p>
29 This resource provides inter-linking via <code>owl:sameAs</code> to appropriate 29 This resource provides inter-linking via <code>owl:sameAs</code> to appropriate
30 resources in 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>. 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 32
33 <h2<a name="use" id="use"></a>2. Using this resource</h2> 33 <h2><a name="use" id="use"></a>2. Using this resource</h2>
34 <p> 34 <p>
35 The most appropriate way to explore and begin using this resource is via the SNORQL AJAX client available at 35 This service exposes a <a href="http://www.w3.org/TR/rdf-sparql-query/">SPARQL</a> end-point, available
36 <pre> 36 at <a href="http://dbtune.org/classical/sparql/">http://dbtune.org/classical/sparql/</a>. There is also a small
37 <a href="http://dbtune.org/classical/snorql/" target="_blank">http://dbtune.org/classical/snorql/</a> 37 web interface available at <a href="http://dbtune.org/classical/store/">http://dbtune.org/classical/store/</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> 38 </p>
39
41 <p> 40 <p>
42 The service is intended to be (re)used via the publicly available SPARQL endpoint at 41 Here are some entry points to the dataset:
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> 42 </p>
48 <p> 43
49 This resource is backed by an instance of the <a href="http://4store.org/" 44 <p>Resources</p>
50 target="_blank">4Store</a> RDF triple store. All URIs at dbtune.org/classical 45 <ul>
51 should be dereferencable via our <a href="http://www4.wiwiss.fu-berlin.de/pubby/" target="_blank">Pubby</a> server. 46 <li><a href="http://dbtune.org/classical/resource/composer/ravel_maurice">Maurice Ravel</a></li>
52 </p> 47 <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>
48 <li><a href="http://dbtune.org/classical/resource/work/bruch_max/47">Kol Nidrei for cello and orchestra by Max Bruch</a></li>
49 </ul>
50
51 <p>The service exposes some directory indexes:</p>
52 <ul>
53 <li><a href="http://dbtune.org/classical/all/composer">All composers</a></li>
54 <li><a href="http://dbtune.org/classical/all/work">All works</a></li>
55 <li><a href="http://dbtune.org/classical/all/composition">All composition events</a></li>
56 <li><a href="http://dbtune.org/classical/all/conductor">All conductors</a></li>
57 </ul>
53 58
54 <h2>3. Code</h2> 59 <h2>3. Code</h2>
55 <p> 60 <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. 61 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> 62 </p>