From b37e3a9a08bbd20ee2b1e5568d88d7df26d6ed48 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Wed, 6 Jan 2021 17:57:45 +0100 Subject: [PATCH] More docs --- docs/data_model.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/data_model.md b/docs/data_model.md index 1843b1e5..9004f4fc 100644 --- a/docs/data_model.md +++ b/docs/data_model.md @@ -1,4 +1,5 @@ #Data model + ## Organisms (crops, pests, diseases and weeds) Crops, pests, diseases and weeds are all organisms subject to [classification](https://en.wikipedia.org/wiki/Taxonomy_(biology)#Modern_system_of_classification). In VIPS, they are all placed in the organisms table. Following the rules of the classification system, the table is a tree structure. So each node (bar the root/top nodes) have a parent organism - which may be a family, genus etc. -- GitLab