-
Notifications
You must be signed in to change notification settings - Fork 1
/
sample.html
39 lines (37 loc) · 855 Bytes
/
sample.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "BiologicalDatabaseEntry",
"isEntryOf" : {
"@type" : "BiologicalDatabase",
"name" : "Sagace",
"url" : "http://sagace.nibio.go.jp"
},
"seeAlso" : {
"@type" : "BiologicalDatabaseEntry",
"entryID" : "154700",
"url" : "http://omim.org/entry/154700",
"isEntryOf" : {
"@type" : "BiologicalDatabase",
"name" : "OMIM"
}
},
"taxon" : {
"@type" : "BiologicalDatabaseEntry",
"name" : "Homo sapiens",
"url" : "http://www.uniprot.org/taxonomy/9606",
"entryID" : "9606"
}
}
</script>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "MedicalCondition",
"code" : {
"@type" : "MedicalCode",
"codeValue" : "Q87.4",
"codingSystem" : "ICD-10"
}
}
</script>