W3C home > Mailing lists > Public > public-rdf-in-xhtml-tf@w3.org > September 2008

Re: XHTML+RDFa and auto discovery

From: Toby A Inkster <tai@g5n.co.uk>
Date: Thu, 18 Sep 2008 21:23:27 +0100
Message-Id: <E77019B2-A769-45C7-AD59-11376BA00BC0@g5n.co.uk>
To: RDFa <public-rdf-in-xhtml-tf@w3.org>

Sergey Chernyshev wrote:

> I was thinking more about the Steven's words (in my previous thread)
> regarding xhtmlvocab:alternative and rdfs:seeAlso and started to  
> wonder how
> is data discovery going to be adopted by developers writing RDFa  
> client
> software.

Cognition <http://buzzword.org.uk/cognition/> will by default follow  
xhv:meta and rdfs:seeAlso links. The subject of the links must be the  
page itself - i.e. the following link will not be followed:

	<div about="[_:dave]">
		<a href="meta" href="more.rdf">...</a>
	</div>

But the following will:

	<div about="">
		<a href="meta" href="more.rdf">...</a>
	</div>

The object of the link can be an RDF/XML file, an RDF/N3 document, or  
an HTML file using RDFa, eRDF, GRDDL or Microformats. You can control  
the depth of crawling using command-line options - by default, the  
depth is 1 (i.e. the initial page, and any directly linked.)

-- 
Toby A Inkster
<mailto:mail@tobyinkster.co.uk>
<http://tobyinkster.co.uk>
Received on Thursday, 18 September 2008 20:24:34 GMT

This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 18 September 2008 20:24:35 GMT