Skip to content

Instantly share code, notes, and snippets.

@lmorillas
Created August 24, 2015 08:17
Show Gist options
  • Save lmorillas/4ea34c322785e67d38ac to your computer and use it in GitHub Desktop.
Save lmorillas/4ea34c322785e67d38ac to your computer and use it in GitHub Desktop.
<link href="#indata" type="application/json" rel="exhibit-data"/>
<script type="application/json" id="indata">
{
"types": {
"Nobelist" : {
"pluralLabel": "Nobelists"
}
},
"properties": {
"co-winner": {
"valueType": "item"
}
},
"items" : [
{ "type": "Nobelist",
"label": "Burton Richter",
"discipline": "Physics"
}]
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment