Mercurial > hg > dbtune-rdf-services
comparison classical/urispace/classical_mapping.pl @ 17:c14a90b92260
Indexing fixes
author | Chris Cannam |
---|---|
date | Tue, 07 Nov 2017 11:59:10 +0000 |
parents | ab3e3ac0119f |
children |
comparison
equal
deleted
inserted
replaced
16:ab3e3ac0119f | 17:c14a90b92260 |
---|---|
35 '?query=construct { %3fx a ', Concept, | 35 '?query=construct { %3fx a ', Concept, |
36 '} where { %3fx a ', Concept, '.}' | 36 '} where { %3fx a ', Concept, '.}' |
37 ]) :- | 37 ]) :- |
38 sparql_end_point(SparqlEndPoint). | 38 sparql_end_point(SparqlEndPoint). |
39 | 39 |
40 mapping:see_other_rdf(requested_pattern([all,artist]), redirect_pattern(Query)) :- | 40 mapping:see_other_rdf(requested_pattern([all,composer]), redirect_pattern(Query)) :- |
41 directory_query('%3Chttp://dbtune.org/classical/resource/type/Composer%3E', Query). | 41 directory_query('%3Chttp://dbtune.org/classical/resource/type/Composer%3E', Query). |
42 | |
43 mapping:see_other_rdf(requested_pattern([all,composition]), redirect_pattern(Query)) :- | |
44 directory_query('%3Chttp://purl.org/ontology/mo/Composition%3E', Query). | |
45 | |
46 mapping:see_other_rdf(requested_pattern([all,work]), redirect_pattern(Query)) :- | |
47 directory_query('%3Chttp://purl.org/ontology/mo/MusicalWork%3E', Query). | |
48 | |
49 mapping:see_other_rdf(requested_pattern([all,conductor]), redirect_pattern(Query)) :- | |
50 directory_query('%3Chttp://dbtune.org/classical/resource/type/Conductor%3E', Query). | |
42 | 51 |
43 mapping:see_other(requested_pattern([all,Concept]),redirect_pattern([Renderer,Directory,Concept])) :- | 52 mapping:see_other(requested_pattern([all,Concept]),redirect_pattern([Renderer,Directory,Concept])) :- |
44 html_renderer(Renderer), | 53 html_renderer(Renderer), |
45 directory(Directory). | 54 directory(Directory). |