Skip to content

Instantly share code, notes, and snippets.

@kcmcleod
Last active March 5, 2018 11:04
Show Gist options
  • Save kcmcleod/8b14caeeb7fa0cae2242af18c97c6690 to your computer and use it in GitHub Desktop.
Save kcmcleod/8b14caeeb7fa0cae2242af18c97c6690 to your computer and use it in GitHub Desktop.
Bioschema's ProteinStructure profile example
{
"@context": [
"http://schema.org", {
"@base": "http://schema.org"
},
{
"transcribedFrom": {
"@id": "http://semanticscience.org/resource/SIO_010081"
}
}
],
"@type": ["BioChemEntity", "ProteinStructure"],
"id": "http://www.identifiers.org/uniprot/P00519",
"additionalType": "http://semanticscience.org/resource/SIO_011119",
"name": "PAS domain",
"description": {
"@language": "en",
"@value": "Non-receptor tyrosine-protein kinase that plays a role..."
},
"image": "http://www.identifiers.org/uniprot/P00519#showFeaturesViewer",
"alternateName": [{
"@language": "en",
"@value": "ABL1_HUMAN"
}],
"organism": {
"@type": "BioChemEntity",
"url": "http://www.uniprot.org/taxonomy/9606",
"additionalType": "http://semanticscience.org/resource/SIO_010000"
},
"transcribedFrom": {
"@type": "BioChemEntity",
"additionalType": "http://semanticscience.org/resource/SIO_010035",
"url": "https://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=HGNC:76"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment