From 2fcbb45d0b8e687c4992d0a687d5a205ba70a620 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Wed, 6 Jan 2021 12:00:06 +0100 Subject: [PATCH] Added first sketch of data model description --- docs/data_model.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/data_model.md diff --git a/docs/data_model.md b/docs/data_model.md new file mode 100644 index 00000000..1843b1e5 --- /dev/null +++ b/docs/data_model.md @@ -0,0 +1,6 @@ +#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. + +### Crop categories +Each organization (NIBIO, Jordbruksverket, ADAS etc.) has their own set of crop categories. They can be e.g. cereals, fruit, vegetables. Each of these links to one or more organisms. \ No newline at end of file -- GitLab