eg-0466
From
v29.4
JSON-LD
{
"@context": "https://schema.org",
"@type": "BioChemEntity",
"name": "APP",
"associatedDisease": {
"@type": "MedicalCondition",
"name": "Alzheimer disease",
"code": {
"@type": "MedicalCode",
"codeValue": "104300",
"codingSystem": "OMIM",
"url": "http://www.omim.org/entry/104300"
}
}
}Pre-Markup
<div>
<span>APP<span>
can refer to either a gene or a protein known to be associated to
<span>Alzheimer disease</span>. Whenever possible, this should actually
be marked up as either a Protein or a Gene. Here we use BioChemEntity
to show how the property works in a generic way.
</div>