Blog

 1 minute read.

Embedding standardized metadata in HTML

Ed Pentz

Ed Pentz – 2006 September 05

In Discussion

On the iSpecies blog Rod Page describes how he extracts DOIs from Google Scholar results - he does use the Crossref OpenURL interface and Connotea to get DOIs too. He also says “DOIs are pretty cool” which is good!

On another blog post to SemAnt Page describes how he uses LSIDs and DOIs for Ant literature.

It seems that there is more and more of this type of use of the DOI so its great we have the OpenURL interface. Could the type of stuff that Page is doing be helped by publishers embedding metadata in their HTML pages? This could include licensing info and information for search engine crawlers.

Ingenta and BMC embed metadata (are there others?) - here is a snippet from a BMC article -

<cc:Work rdf:about="http://0-www-biomedcentral-com.brum.beds.ac.uk/1471-2148/3/16">
<cc:license rdf:resource="http://creativecommons.org/licenses/by/2.0/"/>
</cc:Work>
<cc:License rdf:about="http://creativecommons.org/licenses/by/2.0/">
<cc:permits rdf:resource="http://web.resource.org/cc/Reproduction"/>
<cc:permits rdf:resource="http://web.resource.org/cc/Distribution"/>
<cc:requires rdf:resource="http://web.resource.org/cc/Notice"/>
<cc:requires rdf:resource="http://web.resource.org/cc/Attribution"/>
<cc:permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/>
</cc:License>
<item rdf:about="http://0-www-biomedcentral-com.brum.beds.ac.uk/1471-2148/3/16">
<title>Inter-familial relationships of the shorebirds (Aves: Charadriiformes) based on nuclear DNA sequence data</title>
<dc:title>Inter-familial relationships of the shorebirds (Aves: Charadriiformes) based on nuclear DNA sequence data</dc:title>
<dc:creator>Ericson, Per GP</dc:creator>
<dc:creator>Envall, Ida</dc:creator>
<dc:creator>Irestedt, Martin</dc:creator>
<dc:creator>Norman, Janette A</dc:creator>
<dc:identifier>info:doi/10.1186/1471-2148-3-16</dc:identifier>
<dc:identifier>info:pmid/12875664</dc:identifier>
<dc:source>BMC Evolutionary Biology 2003, 3:16</dc:source>
<dc:date>2003-07-23</dc:date>
<prism:publicationName>BMC Evolutionary Biology</prism:publicationName>
<prism:publicationDate>2003-07-23</prism:publicationDate>
<prism:volume>3</prism:volume>
<prism:number>1</prism:number>
<prism:section>Research article</prism:section>
<prism:startingPage>16</prism:startingPage>
</item>
</rdf:RDF>

Related pages and blog posts

Page owner: Ed Pentz   |   Last updated 2006-September-05