Hi, I'm trying to deploy some linked data about classical music composers. After some nice advice from the list I've been able to setup a resource - data - page framework for serving the data. http://dbtune.org/cmn/resource/WAGN redirects nicely to either data/WAGN for rdf or page/WAGN for html. The data pages and the sparql endpoint behave pretty much exactly as i'd expect :-)
however http://dbtune.org/cmn/page/WAGN (should be info about Wagner) but the only properties i can see are xhv:alternate xhv:stylesheet rdfs:seeAlso there should be loads of cmno:hasInfluenced properties, some foaf, and links to dbpedia which do appear in the RDF my rewrite rule is: /cmn/page/(.*)$ to /rdfdesc/description.vsp?g=http://dbtune.org/cmn/resource/$U1 any assistance would be greatly appreciated. cheers, kurt j