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