Mercurial > hg > dbtune-site
comparison 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 |
comparison
equal
deleted
inserted
replaced
14:4e8315c4ff5e | 15:eea58cdb7c08 |
---|---|
84 foaf:name "John Cage" . | 84 foaf:name "John Cage" . |
85 </pre> | 85 </pre> |
86 | 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> | 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 | 88 |
89 <!--Browsing the dataset directly is currently not supported <p>--> | |
90 | 89 |
91 A <a href="http://www.w3.org/TR/rdf-sparql-query/">SPARQL</a> endpoint with a slick <a | 90 <h2><a name="use" id="use"></a>2. Using this resource</h2> |
92 href="http://virtuoso.openlinksw.com/wiki/main/Main/VOSSparqlProtocol">Virtuoso</a> | 91 <p> |
93 web interface is available at <a | 92 This service exposes a <a href="http://www.w3.org/TR/rdf-sparql-query/">SPARQL</a> end-point, available |
94 href="http://dbtune.org/cmn/sparql">http://dbtune.org/cmn/sparql</a> <p> | 93 at <a href="http://dbtune.org/cmn/sparql/">http://dbtune.org/cmn/sparql/</a>. There is also a small |
94 web interface available at <a href="http://dbtune.org/cmn/store/">http://dbtune.org/cmn/store/</a>. | |
95 </p> | |
95 | 96 |
96 An example query to find all composers who influenced John Cage: | 97 <p> |
98 Here are some entry points to the dataset: | |
99 </p> | |
97 | 100 |
98 <pre> | 101 <p>Resources:</p> |
99 prefix cmn: <http://dbtune.org/cmn/resource/> | 102 <ul> |
100 prefix cmno: <http://purl.org/ontology/classicalmusicnav#> | 103 <li><a href="http://dbtune.org/cmn/resource/VIVA">Antonio Vivaldi</a></li> |
104 <li><a href="http://dbtune.org/cmn/resource/SHOS">Dmitri Shostakovich</a></li> | |
105 </ul> | |
101 | 106 |
107 | |
108 <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> | |
109 <ul> | |
110 <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> | |
102 | 111 |
103 SELECT ?o WHERE {cmn:CAGE cmno:influencedBy ?o} | 112 <p>The service also exposes a directory index:</p> |
104 </pre> | 113 <ul> |
105 | 114 <li><a href="http://dbtune.org/cmn/all/composer">All composers</a></li> |
106 | 115 </ul> |
116 | |
107 <h2><a name="references" id="references">A. References</h2> | 117 <h2><a name="references" id="references">A. References</h2> |
108 | 118 |
109 <dl> | 119 <dl> |
110 <dt class="label" id="ref-1">Original Classical Music Navigator</dt> | 120 <dt class="label" id="ref-1">Original Classical Music Navigator</dt> |
111 <dd> | 121 <dd> |
123 <dd> | 133 <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 | 134 <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 | 135 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. | 136 data. |
127 </dd> | 137 </dd> |
128 <!--<dt class="label" id="ref-1">Original Classical Music Navigator</dt> | 138 </dl> |
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 | 139 |
135 </body> | 140 </body> |
136 | 141 |
137 </html> | 142 </html> |
138 | 143 |