Re: meeting record: 2009-01-08 RDF-in-XHTML TF telecon

Sergey Chernyshev wrote:

> the next question is which set of RDF ontologies to use
> to replace specific Microformats.

Take a look at:
http://semanticweb.org/wiki/Microformats_in_RDF

Another thing you could try is writing a page using the microformat  
in question, running it through <http://buzzword.org.uk/swignition/ 
try> and seeing what RDF is generated. For example, Tantek Celik's  
homepage uses a mixture of hCard, hCalendar, hAtom and XFN. The  
result in N3 <http://srv.buzzword.org.uk/n3/tantek.com/> includes the  
following prefixes:

@prefix awol:     <http://bblfish.net/work/atom-owl/2006-06-06/#> .
@prefix foaf:     <http://xmlns.com/foaf/0.1/> .
@prefix hcterms:  <http://purl.org/uF/hCard/terms/> .
@prefix i:        <http://www.w3.org/2002/12/cal/ical#> .
@prefix ix:       <http://buzzword.org.uk/rdf/icalx#> .
@prefix plink:    <http://buzzword.org.uk/rdf/personal-link-types#> .
@prefix tag:      <http://www.holygoat.co.uk/owl/redwood/0.1/tags/> .
@prefix v:        <http://www.w3.org/2006/vcard/ns#> .
@prefix vx:       <http://buzzword.org.uk/rdf/vcardx#> .
@prefix xfn:      <http://vocab.sindice.com/xfn#> .

(Amongst others.)

-- 
Toby A Inkster
<mailto:mail@tobyinkster.co.uk>
<http://tobyinkster.co.uk>

Received on Saturday, 10 January 2009 10:12:12 UTC