comparison cmn/index.html @ 0:1e44d666ced1

Import site from parrot
author Chris Cannam
date Fri, 13 Oct 2017 09:23:49 +0100
parents
children eea58cdb7c08
comparison
equal deleted inserted replaced
-1:000000000000 0:1e44d666ced1
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>Classical Music Navigator - RDF</title>
7
8 <style type="text/css" media="all">
9 @import url(../style.css);
10 </style>
11 <link rel="meta" type="application/rdf+xml" title="FOAF" href="http://kurtisrandom.com/foaf.rdf" />
12 </head>
13
14 <body>
15
16
17 <h1 style="font-size: 250%;">Classical Music Navigator</h1>
18
19 <div id="tagline">Structured data about classical composers and their network of influence</div>
20
21 <p>
22 <!--<a href="http://esw.w3.org/topic/SweoIG/TaskForces/CommunityProjects/LinkingOpenData"><img border="0" alt="Linking Open Data" src="lod.jpg" /></a>-->
23
24
25 <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>
26 </p>
27
28 <h2><a name="disc" id="disc"></a>0. Disclaimer</h2>
29 <p>
30 This is a non-commercial site. The information contained in this site has been collected from several
31 sources and its accuracy cannot be guaranteed.
32 No copyright has been intentionally
33 violated. If you feel a copyright has been violated please contact <a href="#contact">me</a> immediately and the material will be removed
34 </p>
35
36 <h2><a name="intro" id="intro"></a>1. Introduction</h2>
37 <p>
38 This is a data set of classical composers and their network of influence as originally described by
39 Charles H. Smith et al. in the original Classical Music Navigator site <a href="#ref-1">[1]</a>. A small
40 ad-hoc Classical Music Navigator ontology <a href="#ref-cmno">[2]</a> is used to describe influence concepts
41 and the Music Ontology <a href="#ref-mo">[3]</a> is used to describe composers.<p>
42
43
44 <h2> <label="data" id="data"></a>2. Data</h2>
45 <p>
46 This modest data set contains around 10k triples.<p>
47
48 In this data set you find statements like the following:<p>
49
50 <pre>
51 @prefix : &lt;http://dbtune.org/cmn/resource/&gt; .
52 @prefix cmno: &lt;http://purl.org/ontology/classicalmusicnav#&gt; .
53 @prefix foaf: &lt;http://xmlns.com/foaf/0.1/&gt; .
54 @prefix mo: &lt;http://purl.org/ontology/mo/&gt; .
55 @prefix owl: &lt;http://www.w3.org/2002/07/owl#&gt; .
56 @prefix rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt; .
57
58 :CAGE a mo:Composer;
59 cmno:hasInfluenced :BOUL2,
60 :CRUM,
61 :FELD,
62 :GLAS,
63 :HARR2,
64 :KAGE,
65 :LUTO,
66 :MADE,
67 :OLIV,
68 :REIC1,
69 :RILE,
70 :STOC,
71 :TAKE;
72 cmno:influencedBy :BOUL2,
73 :COWE,
74 :FELD,
75 :HARR2,
76 :IVES,
77 :SATI,
78 :SCHO,
79 :VARE,
80 :WEBE2;
81 mo:musicbrainz &lt;http://musicbrainz.org/artist/76325a9d-6c25-4649-96b1-84e9b99d6b4b&gt;;
82 = &lt;http://dbpedia.org/resource/John_Cage&gt;;
83 foaf:birthday "1912-92";
84 foaf:name "John Cage" .
85 </pre>
86
87 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>
88
89 <!--Browsing the dataset directly is currently not supported <p>-->
90
91 A <a href="http://www.w3.org/TR/rdf-sparql-query/">SPARQL</a> endpoint with a slick <a
92 href="http://virtuoso.openlinksw.com/wiki/main/Main/VOSSparqlProtocol">Virtuoso</a>
93 web interface is available at <a
94 href="http://dbtune.org/cmn/sparql">http://dbtune.org/cmn/sparql</a> <p>
95
96 An example query to find all composers who influenced John Cage:
97
98 <pre>
99 prefix cmn: &lt;http://dbtune.org/cmn/resource/&gt;
100 prefix cmno: &lt;http://purl.org/ontology/classicalmusicnav#&gt;
101
102
103 SELECT ?o WHERE {cmn:CAGE cmno:influencedBy ?o}
104 </pre>
105
106
107 <h2><a name="references" id="references">A. References</h2>
108
109 <dl>
110 <dt class="label" id="ref-1">Original Classical Music Navigator</dt>
111 <dd>
112 <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
113 the network of influence between classical music composers and is the basis of the Classical Music Navigator Ontology and data set.
114 </dd>
115
116 <dt class="label" id="ref-cmno">Classical Music Navigator Ontology</dt>
117 <dd>
118 <em><a href="http://purl.org/ontology/classicalmusicnav">CMNO</a></em> is an ontology for describing the influence network between classical
119 composers...
120 </dd>
121
122 <dt class="label" id="ref-mo">Music Ontology</dt>
123 <dd>
124 <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
125 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
126 data.
127 </dd>
128 <!--<dt class="label" id="ref-1">Original Classical Music Navigator</dt>
129 <dd>
130 <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
131 the network of influence between classical music composers and is the basis of the Classical Music Navigator Ontology and data set.
132 </dd>
133 </dl>-->
134
135 </body>
136
137 </html>
138