# HG changeset patch # User Chris Cannam # Date 1510053673 0 # Node ID a6c39acf60054198d5da656018b2c0850ac6db28 # Parent 649634e11bf11f00109f1c1994dd70fa21304a44 Add classical references diff -r 649634e11bf1 -r a6c39acf6005 classical/.htaccess --- /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] + diff -r 649634e11bf1 -r a6c39acf6005 classical/classical.html --- /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 @@ + + + + + +DBTune - Classical RDF Service + + + + + + +

DBTune.org/classical

+ +

0. Disclaimer

+

+This is a non-commercial site. The information contained in this site has been collected from several sources and its accuracy cannot be guaranteed. +

+ +

1. Introduction

+

+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 Linked Data resource that provides many references to existing information sources.

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. +

+ +

+This resource provides inter-linking via owl:sameAs to appropriate +resources in +DBpedia, DBTune/musicbrainz, and BBC/music. + +2. Using this resource +

+The most appropriate way to explore and begin using this resource is via the SNORQL AJAX client available at +

+   http://dbtune.org/classical/snorql/
+
+The SNORQL client includes several example queries which should help beginning users of this resource see what is possible +

+

+The service is intended to be (re)used via the publicly available SPARQL endpoint at +

+    http://dbtune.org/classical/sparql/
+
+Which conforms to the W3C SPARQL Query Language for RDF Recommendation +

+

+This resource is backed by an instance of the 4Store RDF triple store. All URIs at dbtune.org/classical +should be dereferencable via our Pubby server. +

+ +

3. Code

+

+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. +

+ +