- From: Peter Sefton <ptsefton@gmail.com>
- Date: Tue, 18 Oct 2011 06:25:11 +1000
- To: public-vocabs@w3.org
- Message-ID: <CAGQnt7WsUrygazJiqCyRY8xEsEGdXQ3tnYYxg7odVsaMihn6kg@mail.gmail.com>
You can add the author's name using meta - the search engines might not like it but it should work syntactically: <p itemtype="http://schema.org/Person" itemscope id="author"> <span itemprop="name">The Author</span> </p> <p type="http://schema.org/Book" itemscope> <span itemprop="name">My book title<a> <span itemtype="http://schema.org/Person" itemscope itemprop="author"> <meta itemprop="name" content="The Author"/> </span> </p> I test this with the live microdata tool and it seems to work: http://foolip.org/microdatajs/live/ I also tried using <link> to link to the author on the same page, but that did not work. Peter On Tue, Oct 18, 2011 at 2:05 AM, LeVan,Ralph <levan@oclc.org> wrote: > I have pages about people. In those pages, I have information about books > they have written. Because all the books were written by the same person, I > don’t display the author’s name redundantly. That means that I can’t > provide an “author” property for the books.**** > > ** ** > > Is there a way to reference a piece of content elsewhere on the page as a > property of an item?**** > > ** ** > > Thanks!**** > > ** ** > > Ralph LeVan**** > > Sr. Research Scientist**** > > OCLC Research**** > -- Peter Sefton +61410326955 pt@ptsefton.com http://ptsefton.com Gmail, Twitter & Skype name: ptsefton
Received on Tuesday, 18 October 2011 08:10:23 UTC