Skip to content

Instantly share code, notes, and snippets.

@kcmcleod
Created March 3, 2018 10:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kcmcleod/1d09603a6dd2c409678a4376dbc4da3c to your computer and use it in GitHub Desktop.
Save kcmcleod/1d09603a6dd2c409678a4376dbc4da3c to your computer and use it in GitHub Desktop.
Bioschema's Organization profile example
<div itemscope itemtype="http://schema.org/Organization">
<span itemprop="name">The European Bioinformatics Institute</span> (<span itemprop="legalName">EMBL-EBI</span>)
<div itemprop="description">
Centre for research and services in bioinformatics and part of European Molecular Biology Laboratory (EMBL).
</div>
Contact Details:
<div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
Main address:
<span itemprop="streetAddress">Wellcome Genome Campus</span>
<span itemprop="postalCode">CB10 1SD</span>
<span itemprop="addressLocality">Hinxton, Cambridge</span>
</div>
Tel:<span itemprop="telephone">+44 (0)1223 494 444</span>,
Fax:<span itemprop="faxNumber">+44 (0)1223 494 468</span>
</div>
<a itemprop="url" href="http://www.ebi.ac.uk">http://www.ebi.ac.uk</a>
<link itemprop="sameAs" href="https://en.wikipedia.org/wiki/European_Bioinformatics_Institute"/>
<div>Type:
<span itemprop="type">institute</span>,
<span itemprop="type">not-for-profit</span>
</div>
<div>Topics:
<span itemprop="topic">Bioinformatics</span>,
<span itemprop="topic">Computational biology</span>,
<span itemprop="topic">Biology</span>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment