Mercurial > hg > dbtune-site
diff cmn/index.html @ 0:1e44d666ced1
Import site from parrot
author | Chris Cannam |
---|---|
date | Fri, 13 Oct 2017 09:23:49 +0100 |
parents | |
children | eea58cdb7c08 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cmn/index.html Fri Oct 13 09:23:49 2017 +0100 @@ -0,0 +1,138 @@ +<!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://dbtune.org/cmn/resource/> . + @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> + +<!--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> + +An example query to find all composers who influenced John Cage: + +<pre> +prefix cmn: <http://dbtune.org/cmn/resource/> +prefix cmno: <http://purl.org/ontology/classicalmusicnav#> + + +SELECT ?o WHERE {cmn:CAGE cmno:influencedBy ?o} +</pre> + + +<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> +<!--<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>--> + +</body> + +</html> +