Skip to content

Instantly share code, notes, and snippets.

@kcmcleod
Created March 3, 2018 10:54
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/26b4392ec1ff48aabaf61f98586d177e to your computer and use it in GitHub Desktop.
Save kcmcleod/26b4392ec1ff48aabaf61f98586d177e to your computer and use it in GitHub Desktop.
Bioschema's Person profile example
{
"@context": "http://schema.org/",
"@type": "Person",
"name": "John Smith",
"description": "John Smith is specializes in Next Generation Sequencing at the University of Soandso",
"birthDate": "1976-04-15T",
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment