On 2/2/09 8:47 AM, Kurt J wrote:
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

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Please give me a resource URI as that is going to be the easiest way to explain the solution.

Also, you could add a triple connecting the information resource to what it describes via a foaf:primarytopic triple.

"description.vsp" is geared towards describing information resources, hence my comment above (which is how you make a conduit into the specific resource description graph).

--


Regards,

Kingsley Idehen       Weblog: http://www.openlinksw.com/blog/~kidehen
President&  CEO
OpenLink Software     Web: http://www.openlinksw.com





Reply via email to