Mercurial > hg > dbtune-site
view cmn/index.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 | eb878d1d7d87 |
children |
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>Classical Music Navigator - RDF</title> <style type="text/css" media="all"> @import url(../style.css); </style> <link rel="meta" type="application/rdf+xml" title="FOAF" href="http://kurtisrandom.com/foaf.rdf" /> </head> <body> <h1 style="font-size: 250%;">Classical Music Navigator</h1> <div id="tagline">Structured data about classical composers and their network of influence</div> <p> <!--<a href="http://esw.w3.org/topic/SweoIG/TaskForces/CommunityProjects/LinkingOpenData"><img border="0" alt="Linking Open Data" src="lod.jpg" /></a>--> <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> </p> <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. No copyright has been intentionally violated. If you feel a copyright has been violated please contact <a href="#contact">me</a> immediately and the material will be removed </p> <h2><a name="intro" id="intro"></a>1. Introduction</h2> <p> This is a data set of classical composers and their network of influence as originally described by Charles H. Smith et al. in the original Classical Music Navigator site <a href="#ref-1">[1]</a>. A small ad-hoc Classical Music Navigator ontology <a href="#ref-cmno">[2]</a> is used to describe influence concepts and the Music Ontology <a href="#ref-mo">[3]</a> is used to describe composers.<p> <h2> <label="data" id="data"></a>2. Data</h2> <p> This modest data set contains around 10k triples.<p> In this data set you find statements like the following:<p> <pre> @prefix : <http://purl.org/NET/classicalmusicnav#> . @prefix cmno: <http://purl.org/ontology/classicalmusicnav#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix mo: <http://purl.org/ontology/mo/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . :CAGE a mo:Composer; cmno:hasInfluenced :BOUL2, :CRUM, :FELD, :GLAS, :HARR2, :KAGE, :LUTO, :MADE, :OLIV, :REIC1, :RILE, :STOC, :TAKE; cmno:influencedBy :BOUL2, :COWE, :FELD, :HARR2, :IVES, :SATI, :SCHO, :VARE, :WEBE2; mo:musicbrainz <http://musicbrainz.org/artist/76325a9d-6c25-4649-96b1-84e9b99d6b4b>; = <http://dbpedia.org/resource/John_Cage>; foaf:birthday "1912-92"; foaf:name "John Cage" . </pre> 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> <h2><a name="use" id="use"></a>3. 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> <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://purl.org/NET/classicalmusicnav%23>%0Aprefix+cmno:+<http://purl.org/ontology/classicalmusicnav%23>%0ASELECT+?o+WHERE+{cmn:CAGE+cmno:influencedBy+?o}">Composers who influenced John Cage</a></li> </ul> <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="dump" id="dump"></a>4. RDF dump</h2> <p> The RDF dump is <a href="https://c4dm.eecs.qmul.ac.uk/rdr/bitstream/handle/123456789/41/cmn.tar.gz">available for download</a>. This link is available under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 License</a>. </p> <h2><a name="references" id="references">A. References</h2> <dl> <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> <dt class="label" id="ref-cmno">Classical Music Navigator Ontology</dt> <dd> <em><a href="http://purl.org/ontology/classicalmusicnav">CMNO</a></em> is an ontology for describing the influence network between classical composers... </dd> <dt class="label" id="ref-mo">Music Ontology</dt> <dd> <em><a href="http://musicontology.com">Music Ontology</a></em> is an attempt to provide a vocabulary for linking a wide range music-related information, and 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> </dl> </body> </html>