- From: Kingsley Idehen <kidehen@openlinksw.com>
- Date: Wed, 07 Jan 2009 13:30:15 -0500
- To: Manu Sporny <msporny@digitalbazaar.com>
- CC: RDFa Discussion <public-rdfa@w3.org>
On 1/7/09 12:16 PM, Manu Sporny wrote: > Kingsley Idehen wrote: > >> btw - why not add a triple that links the document to the things that >> the document is about by using foaf:primarytopic and/or dc:topic >> properties? >> > > Hmm, I added foaf:primaryTopic first and then dc:topic, linking the main > document to #why-so-serious, and nothing seemed to happen at this URL: > > http://linkeddata.uriburner.com/about/html/http://rdfa.digitalbazaar.com/fuzzbot/demo/video.html > > What am I doing wrong? > > -- manu > > Manu, More than likely cache issue on our end. Our sponger is a sort of Linked Data variant of Squid. There are some cache invalidation quirks that are still being ironed out. That said, do the following: 1. Go to http://demo.openlinksw.com/isparql 2. Click on "Advanced" tab 2. Paste in the following: define get:soft "replacing" select distinct * from <http://rdfa.digitalbazaar.com/fuzzbot/demo/video.html> where {?s ?p ?o} 4. Execute 5. Click on "p" column for predicate sort Notice the triple: :video.html foaf:primarytopic :video.html I suspect you mean to say: :video.html foaf:primarytopic :<uri-of-what-the-page-is-about-primarily> . -- Regards, Kingsley Idehen Weblog: http://www.openlinksw.com/blog/~kidehen President& CEO OpenLink Software Web: http://www.openlinksw.com
Received on Wednesday, 7 January 2009 18:30:59 UTC