- From: Mark Birbeck <mark.birbeck@x-port.net>
- Date: Wed, 4 Aug 2004 10:16:21 +0100
- To: "'Dan Brickley'" <danbri@w3.org>
- Cc: <public-rdf-in-xhtml-tf@w3.org>, "'Masayasu Ishikawa'" <mimasa@w3.org>
Oops ... Sorry Dan, looked at again with less tired eyes, and there is one mistake. You have: > > <link rel="foaf:maker"> > > <meta property="foaf:name">Dan Brickley</meta> > > <meta property="foaf:homepage" > resource="http://danbri.org/"/> > > <link rel="foaf:knows"> > > <meta property="foaf:name">Dan Connolly</meta> > > </link> > > </link> but the triple with foaf:homepage as a predicate should be defined using <link> and not <meta>. Regards, Mark Mark Birbeck CEO x-port.net Ltd. e: Mark.Birbeck@x-port.net t: +44 (0) 20 7689 9232 w: http://www.formsPlayer.com/ Download our XForms processor from http://www.formsPlayer.com/ > -----Original Message----- > From: public-rdf-in-xhtml-tf-request@w3.org > [mailto:public-rdf-in-xhtml-tf-request@w3.org] On Behalf Of > Mark Birbeck > Sent: 03 August 2004 22:41 > To: 'Dan Brickley' > Cc: public-rdf-in-xhtml-tf@w3.org; 'Masayasu Ishikawa' > Subject: RE: XHTML 2.0 metainfo question > > > > Dan, > > Yes, you're spot on. > > Regards, > > Mark > > > Mark Birbeck > CEO > x-port.net Ltd. > > e: Mark.Birbeck@x-port.net > t: +44 (0) 20 7689 9232 > w: http://www.formsPlayer.com/ > > Download our XForms processor from > http://www.formsPlayer.com/ > > > -----Original Message----- > > From: public-rdf-in-xhtml-tf-request@w3.org > > [mailto:public-rdf-in-xhtml-tf-request@w3.org] On Behalf Of > > Dan Brickley > > Sent: 03 August 2004 22:18 > > To: Masayasu Ishikawa > > Cc: public-rdf-in-xhtml-tf@w3.org > > Subject: XHTML 2.0 metainfo question > > > > > > > > * Masayasu Ishikawa <mimasa@w3.org> [2004-08-04 04:49+0900] > > > > > Please have a look at the latest XHTML 2.0 draft, in particular > > > > > > 19. XHTML Metainformation Attributes Module > > > > > > > http://www.w3.org/TR/2004/WD-xhtml2-20040722/mod-metaAttributes.html > > > > > > and > > > > > > 20. XHTML Metainformation Module > > > http://www.w3.org/TR/2004/WD-xhtml2-20040722/mod-meta.html > > > > > > instead of Mark's "XHTML and RDF" document. These sections > > > effectively supersede Mark's document. > > > > I had a quick look. Will send longer comments later, but for > > now a quick question to check my understanding. Is the > > following example legal? Does it say what I want to say? [[ > > <head xmlns:foaf="http://xmlns.com/foaf/0.1/"> > > <link rel="foaf:maker"> > > <meta property="foaf:name">Dan Brickley</meta> > > <meta property="foaf:homepage" > resource="http://danbri.org/"/> > > <link rel="foaf:knows"> > > <meta property="foaf:name">Dan Connolly</meta> > > </link> > > </link> > > <!-- 'this document has a maker whose name is Dan Brickley, > > whose homepage > > is the resource http://danbri.org/ and who knows > > something whose name > > is Dan Connolly' --> > > </head> > > ]] > > > > Basically I'm just checking that I can describe things that > > don't have > > well known URIs (eg. people, companies)... > > > > cheers, > > > > Dan > > > > ps. s/dc:copyright/dc:rights/ I think > > > > > Thanks, > > > -- > > > Masayasu Ishikawa / mimasa@w3.org > > > W3C - World Wide Web Consortium > > >
Received on Wednesday, 4 August 2004 05:16:36 UTC