changeset 10:a6c39acf6005

Add classical references
author Chris Cannam
date Tue, 07 Nov 2017 11:21:13 +0000
parents 649634e11bf1
children d95267afa12a
files classical/.htaccess classical/classical.html
diffstat 2 files changed, 71 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/classical/.htaccess	Tue Nov 07 11:21:13 2017 +0000
@@ -0,0 +1,12 @@
+RewriteEngine On
+RewriteBase /classical
+
+RewriteRule ^$ classical.html [L]
+
+RewriteRule store(.*) http://localhost:2145/classical/cliopatria/yasgui/index.html [P]
+RewriteRule sparql http://localhost:2145/classical/cliopatria/sparql [P]
+RewriteRule cliopatria/(.*) http://localhost:2145/classical/cliopatria/$1 [P]
+RewriteRule ^(.*)\.(html|css|mov)$ - [P]
+
+RewriteRule ^(.*)$ http://localhost:2144/$1 [P]
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/classical/classical.html	Tue Nov 07 11:21:13 2017 +0000
@@ -0,0 +1,59 @@
+<!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>DBTune - Classical RDF Service</title>
+
+<link rel="stylesheet" type="text/css" href="http://dbtune.org/style.css" />
+</head>
+
+<body>
+
+<h1 style="font-size: 250%">DBTune.org/classical</h1>
+
+<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.
+</p>
+
+<h2><a name="intro" id="intro"></a>1. Introduction</h2>
+<p>
+This set of resources describes concepts and individuals related to the canon of
+Western Classical Music.  The data has been aggregated and to some extent hand
+curated by Chris Cannam at Queen Mary University of London.
+This collection of knowledge includes information about composers, compositions, performers, relationships of influence, and other data.  The intention is to provide a <a href="http://linkeddata.org" target="_blank">Linked Data</a> resource that provides many references to existing information sources. <p>Currently the composer data is expected to be reasonably reliable, but the other data in this dataset is likely to be highly provisional, unreliable, and subject to change.
+</p>
+
+<p>
+This resource provides inter-linking via <code>owl:sameAs</code> to appropriate
+resources in
+<a href="http://dbpedia.org/" target="_blank">DBpedia</a>, <a href="http://dbtune.org/musicbrainz" target="_blank">DBTune/musicbrainz</a>, and <a href="http://bbc.co.uk/music" target="_blank">BBC/music</a>.
+
+<h2<a name="use" id="use"></a>2. Using this resource</h2>
+<p>
+The most appropriate way to explore and	begin using this resource is via the SNORQL AJAX client available at
+<pre>
+   <a href="http://dbtune.org/classical/snorql/" target="_blank">http://dbtune.org/classical/snorql/</a>
+</pre>
+The SNORQL client includes several example queries which should	help beginning users of this resource see what	is possible
+</p>
+<p>
+The service is intended to be (re)used via the publicly available SPARQL endpoint at
+<pre>
+    http://dbtune.org/classical/sparql/
+</pre>
+Which conforms to the <a href="http://www.w3.org/TR/rdf-sparql-query/" target="_blank">W3C SPARQL Query Language for RDF Recommendation</a>
+</p>
+<p>
+This resource is backed by an instance of the <a href="http://4store.org/"
+target="_blank">4Store</a> RDF triple store.  All URIs at dbtune.org/classical
+should be dereferencable via our <a href="http://www4.wiwiss.fu-berlin.de/pubby/" target="_blank">Pubby</a> server.
+</p>
+
+<h2>3. Code</h2>
+<p>
+As of this time, the code used to build this resource is unreleased.  It will likely be made available under some open source license in the future.
+</p>
+</body>
+</html>