diff cmn/index.html @ 15:eea58cdb7c08

Classical and CMN-related fixes
author Chris Cannam
date Wed, 08 Nov 2017 13:57:16 +0000
parents 1e44d666ced1
children 7a3f4b31c61d
line wrap: on
line diff
--- a/cmn/index.html	Wed Nov 08 11:56:36 2017 +0000
+++ b/cmn/index.html	Wed Nov 08 13:57:16 2017 +0000
@@ -86,24 +86,34 @@
 
 Note we have provided links to <a href="http://musicbrainz.org/">Musicbrainz</a> identifiers and <a href="http://dbpedia.org/About">DBpedia</a> where possible.<p>
 
-<!--Browsing the dataset directly is currently not supported <p>-->
 
-A <a href="http://www.w3.org/TR/rdf-sparql-query/">SPARQL</a> endpoint with a slick <a 
-href="http://virtuoso.openlinksw.com/wiki/main/Main/VOSSparqlProtocol">Virtuoso</a>
- web interface is available at <a 
-href="http://dbtune.org/cmn/sparql">http://dbtune.org/cmn/sparql</a> <p>
+<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/cmn/sparql/">http://dbtune.org/cmn/sparql/</a>. There is also a small
+web interface available at <a href="http://dbtune.org/cmn/store/">http://dbtune.org/cmn/store/</a>.
+</p>
 
-An example query to find all composers who influenced John Cage:
+<p>
+Here are some entry points to the dataset:
+</p>
 
-<pre>
-prefix cmn: &lt;http://dbtune.org/cmn/resource/&gt;
-prefix cmno: &lt;http://purl.org/ontology/classicalmusicnav#&gt;
+<p>Resources:</p>
+<ul>
+<li><a href="http://dbtune.org/cmn/resource/VIVA">Antonio Vivaldi</a></li>
+<li><a href="http://dbtune.org/cmn/resource/SHOS">Dmitri Shostakovich</a></li>
+</ul>
 
+ 
+<p>Example SPARQL query. (This link loads a query into the query editor, but you will still need to press the query button on the right of the editor to run the query.)</p>
+<ul>
+<li><a href="http://dbtune.org/cmn/store?query=prefix+cmn:+<http://dbtune.org/cmn/resource/>%0Aprefix+cmno:+<http://purl.org/ontology/classicalmusicnav%23>%0ASELECT+?o+WHERE+{cmn:CAGE+cmno:influencedBy+?o}">Composers who influenced John Cage</a></li>
 
-SELECT ?o WHERE {cmn:CAGE cmno:influencedBy ?o}
-</pre>
-
-
+<p>The service also exposes a directory index:</p>
+<ul>
+  <li><a href="http://dbtune.org/cmn/all/composer">All composers</a></li>
+</ul>
+  
 <h2><a name="references" id="references">A. References</h2>
 
     <dl>
@@ -125,12 +135,7 @@
 to provide a democratic mechanism for doing so. Anybody can publish Music Ontology data and link it with existing data, in order to help create a music-related web of 
 data.
       </dd>
-<!--<dt class="label" id="ref-1">Original Classical Music Navigator</dt>
-<dd>
-        <em><a href="http://www.wku.edu/~smithch/music/index2.htm">Classical Music Navigator</a></em> is the original website constructed by Charles H. Smith to map
-the network of influence between classical music composers and is the basis of the Classical Music Navigator Ontology and data set.
-        </dd>
-    </dl>-->
+    </dl>
 
 </body>