- From: Dan Brickley <danbri@w3.org>
- Date: Tue, 3 Aug 2004 17:17:44 -0400
- To: Masayasu Ishikawa <mimasa@w3.org>
- Cc: public-rdf-in-xhtml-tf@w3.org
* 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 Tuesday, 3 August 2004 17:17:44 UTC