Re: search tool: plea for help

On Mon, Oct 27, 2003 at 03:44:01PM +0000, Jonathan Chetwynd wrote:
> 
> I would like to start marking up SVG with RDF on our site with 
> immediate effect.
> 
> However I'd also like a public online search form (tool) to check pages 
> in a directory for rdf search terms.
> and probably use it to update a keyword directory as an alternative.

Keyword search as no real meaing unless you say what your ontology is, in
RDQL systems you can do something like:

SELECT ?s WHERE (?s, <dc:subject>, ?k) AND ?k LIKE "some keyword"

I'm not aware of any packages that wrap this up as a service, but there
probably are some.

- Steve

Received on Monday, 27 October 2003 12:58:04 UTC