Body |
{
"entity types": [
{
"id": "phenotype",
"label": "症状",
"color": "#ffff96",
"default": true
},
{
"id": "disease",
"label": "病気",
"color": "#ffb4b4"
},
{
"id": "negative",
"label": "否定",
"color": "#ff1e1e"
},
{
"id": "Species",
"label": "生物",
"color": "#64ff64"
}
],
"relation types": [
{
"id": "hasScope",
"label": "対象",
"default": true
}
],
"attribute types": [
{
"pred": "hp_id",
"value type": "string",
"default": "http://purl.obolibrary.org/obo/HP_0002445",
"values": null
},
{
"pred": "mondi_id",
"value type": "string",
"default": "http://purl.obolibrary.org/obo/MONDO_0017198",
"values": null
}
]
}
|