- From: Dan Connolly <connolly@w3.org>
- Date: Tue, 18 Oct 2005 15:28:12 -0500
- To: Ben Adida <ben@MIT.EDU>
- Cc: public-rdf-in-xhtml task force <public-rdf-in-xhtml-tf@w3.org>
On Tue, 2005-10-18 at 16:05 -0400, Ben Adida wrote:
>
> Hi all,
>
> i've added more simple examples that reflect the discussion Mark and
> I had in Boston 2-3 weeks ago.
> http://www.w3.org/2001/sw/BestPractices/HTML/2005-rdfa
nifty...
It would be nice to see these examples in one or more
stand-alone documents, complete with XHTML 2 mime type and namespace.
I'd like to run it thru a schema validator as well as try
it out in various widely-available user agents.
> Please look this over and check that this still makes sense. I'm sure
> there are bugs as well as missing cases. Let's iterate on this until
> it's more complete, so send me comments ASAP!
where you wrote http://purl.org/dc/elements/1.1/author
I suspect you meant http://purl.org/dc/elements/1.1/creator .
There is no author property in the DC 1.1 namespace.
Under reification, I see
{ <> cc:license <http://creativecommons.org/licenses/by-nc-nd/2.5/> }
dc:Date "2005-10-18" .
Did you really mean that it denotes an N3 nested formula? That's quite
different from RDF reification. I think perhaps you meant
[ rdf:subject <>;
rdf:predicate cc:license;
rdf:object <http://creativecommons.org/licenses/by-nc-nd/2.5/>
] dc:Date "2005-10-18" .
--
Dan Connolly, W3C http://www.w3.org/People/Connolly/
D3C2 887B 0F92 6005 C541 0875 0F91 96DE 6E52 C29E
Received on Tuesday, 18 October 2005 20:28:15 UTC