Skip to main content

CMKb: a web-based prototype for integrating Australian Aboriginal customary medicinal plant knowledge

Abstract

Background

The customary medicinal plant knowledge possessed by the Australian Aboriginal people is a significant resource. Published information on it is scattered throughout the literature, in heterogeneous data formats, and is scattered among various Aboriginal communities across Australia, due to a multiplicity of languages. This ancient knowledge is at risk due to loss of biodiversity, cultural impact and the demise of many of its custodians. We have developed the Customary Medicinal Knowledgebase (CMKb), an integrated multidisciplinary resource, to document, conserve and disseminate this knowledge.

Description

CMKb is an online relational database for collating, disseminating, visualising and analysing initially public domain data on customary medicinal plants. The database stores information related to taxonomy, phytochemistry, biogeography, biological activities of customary medicinal plant species as well as images of individual species. The database can be accessed at http://biolinfo.org/cmkb. Known bioactive molecules are characterized within the chemoinformatics module of CMKb, with functions available for molecular editing and visualization.

Conclusion

CMKb has been developed as a prototype data resource for documenting, integrating, disseminating, analysing multidisciplinary customary medicinal plant data from Australia and to facilitate user-defined complex querying. Each species in CMKb is linked to online resources such as the Integrated Taxonomic Information System (ITIS), NCBI Taxonomy, Australia's SpeciesLinks-Integrated Botanical Information System (IBIS) and Google images. The bioactive compounds are linked to the PubChem database. Overall, CMKb serves as a single knowledgebase for holistic plant-derived therapeutics and can be used as an information resource for biodiversity conservation, to lead discovery and conservation of customary medicinal knowledge.

Background

Australia is among the 34 biodiversity hotspot countries in the world [1] endowed with unique endemic plant diversity. It is estimated that 85 percent of over 21,000 vascular plant species are endemic to Australia [2]. More than 40,000 years of Aboriginal inhabitation [3] has led to the use of medicinal plants from this vast bioresource for maintaining and treating health-related problems [4]. Aboriginal remedies vary between clans and in different parts of the country, with no single set of aboriginal medicines and remedies [5]. The indigenous knowledge has been passed on from one generation to the next orally through traditional songs, stories, poetry and legends [6]. Unfortunately, Aboriginal customary medicinal knowledge is poorly documented and is on the verge of being lost due to dislocation and the westernisation of the communities [7, 8].

Documented Australian medicinal plant knowledge is in the main, fragmented, restricted to specific locales and of limited applicability, usually to pharmacology or phytochemistry. Several studies have focussed on the Northern Territory, where the use of medicinal plants has been documented, with limited data on chemical components and pharmacological assay work [9, 10]. A database of plants used as bush foods and medicines by New South Wales Aboriginal communities comprises information largely obtained from published sources or early manuscripts [11], but does not include chemical or pharmacological data. The CSIRO Australian phytochemical database comprises a compendium of published work, searchable by plant and chemical names alone [12]. Thus, there is no single comprehensive inventory of Aboriginal medicinal plants available similar to initiatives such as Native American Ethnobotany database [13] and Prelude Medicinal Plants Database from Africa [14]. The available information in published literature is species-specific, scattered and in different formats, making data integration challenging.

Customary knowledge of medicinal plants and practices is a significant contributor to scientific research and development in pharmaceuticals, cosmetics, foodstuffs, agricultural products and a wide range of other biologically based products and processes [15]. Access to public domain information on Australian customary medicinal plants will advance research in bioinformatics, ethnobotany, taxonomy, biogeography and phytochemistry. Here, we report the development of a comprehensive knowledgebase for Australian customary medicinal plants, CMKb. To the best of our knowledge, this is the first such knowledgebase of its kind.

Construction and content

System architecture

The goal was to design a database which could be flexible and could accommodate heterogeneous data from published literature or bibliographic search. CMKb is developed using MySQL 5 relational database [16] for systematic and efficient content management. The user-friendly interface, consisting of dynamic web pages, is developed using PHP 5 [17] for data visualisation and data management. The chemoinformatics module incorporates Jmol, a Java based applet program [18] for visualization and Marvin Sketch [19] for drawing and editing of chemical structures. The data is served using Apache webserver [20] (Figure 1).

Figure 1
figure 1

Schematic presentation of system architecture of CMKb.

Construction method

Before developing the database schema, end user and data resource availability assessment was carried out. The assessment results showed that the potential end users range from members of Aboriginal communities to scientists with interests in ethnobotany, phytochemistry, biology and microbiology. The major data resource is the information collated from an exhaustive literature survey.

We have created a novel schema for integrating multidisciplinary information on medicinal plant species, such as taxonomy, habit and habitat, phytochemistry, bioactivity, biogeography, data sources, medicinal preparation methods and usage, community information, and images into CMKb. Since the species name is the fundamental biological descriptor [21], all the information is linked to the scientific name. Thus, the species information table is central to our schema, and is connected to the other tables (Figure 2). CMKb is designed with the possibility of future expansion including scaling to accommodate very large datasets, and the addition of other multidisciplinary components, described later.

Figure 2
figure 2

Dataflow in CMKb, showing external links.

Content of the database

Information related to medicinal plant species is stored in seven major tables (Figure 2) which are briefly described below. Mandatory information comprises the species name, the published reference and the medicinal use.

1. Species information

Information related to customary medicinal plant species such as kingdom, family, scientific name, synonym, common name, native language name, habit and habitat as well as author citation, is stored in this table. This table is the hub to which all other tables are connected. The scientific name from this table is also used for cross-linking to external data portals, such as IBIS, ITIS and NCBI Taxonomy.

2. Data Source Number (DSN)

Each published article in the literature used to collate and populate the database, is assigned a unique DSN identifier. The DSN table contains fields such as the title of the article, reference type (such as thesis, journal or book), names of authors and citation details.

3. Medicinal information

Species-specific customary medicinal information such as the parts of the plant used, preparation method, taste, odour, colour, application and storage method, is collated in this table.

4. Biological activity information

This table records the biological activity associated with the medicinal plant. The type of assay used to identify biological activity (such as antifungal, antiviral, antibacterial), the specific assay used, assay targets (such as cell line, enzyme and organism name) are recorded in this table.

5. Chemical information

This table is used to store the chemical information and structure of bioactives derived from the medicinal plants such as IUPAC name, CAS number, PubChem [20] identifier, common chemical name, chemical structures in SMILES and MOL formats, biological activity related to that chemical compound, spectral data and other physical properties. The chemical structures are created locally using Marvin Sketch and are displayed using Jmol, a freely available Java applet. PubChem identifier stored in this table is used to link to PubChem database [22] from CMKb (Figure 3).

Figure 3
figure 3

Chemical information page with structure visualization.

6. Biogeography information

The biogeography table collates observational data of the species from the published literature such as locality name, latitude and longitude in decimal units, district/town, state and country.

7. Multimedia information

CMKb will also accept data in multimedia formats. This table is used to store multimedia information for each species, in the form of videos, drawings and photographs. Multimedia file formats such as jpeg, mpeg and avi can be uploaded to the database, with detailed text description.

Utility and discussion

CMKb provides a user friendly web interface for accessing and managing the customary medicinal plant data. The database consists of three main modules: Browse, Search and Data Management. Links to these modules are provided as a menu on the LHS of the CMKb website, as "Browse," "Search" and "Login," respectively. A brief description of each module is given below.

• Browse module

The database contents can be browsed (Figure 4a) using the alphabetical listing of scientific names and these are hyperlinked to a species list (Figure 4b), each of which is linked to a detailed information page.

Figure 4
figure 4

Browsing the CMKb database. a. Alphabetical listing of species in the Browse module, and b. a list of species starting with "V".

Since CMKb is a web-based application, we have provided external links to other relevant global databases and data portals. Linking with other databases providing taxonomic, geospatial and molecular information, and search engines for images will help in data mining and facilitate the exploration of questions that, at present, cannot readily be answered [23] and would provide additional value to the information. Using the scientific name from CMKb we have provided external links to public domain data portals such as Integrated Botanical Information System (IBIS) [24] which provides links to a range of Australian data portals, Integrated Taxonomy Information System (ITIS) [25], NCBI Taxonomy [26, 27] and Google images [28] for species images.

• Search module

The database can be searched using its comprehensive search engine. The "Quick Search" option provides users with the facility to query the database by scientific name, species common name, native name, locality or chemical name using different logical parameters such as "contains", "begins with", "ends with" and "is" (Figure 5a).

Figure 5
figure 5

User-defined querying facilities. a. Quick search and b. Advanced searching for expert users.

For more complex queries, the "Advanced Search" option can be used, where the user can combine different search fields, using AND as the logical parameter (Figure 5b)

• Data management module

Efficient online content management is coordinated by CMKb's data management module, accessible to authorized users via the Login link. The data management module is provided with ADD, EDIT and DELETE functionality for managing data present in different tables.

The overall contents of the database can be accessed from the "Content Summary" link.

Conclusion

Customary Medicinal Knowledgebase (CMKb) is a prototype for collating, integrating, visualising, disseminating and analysing multidisciplinary public domain data on customary medicinal plants. It is a holistic knowledgebase with data on taxonomy, biogeography, ethnobotany, phytochemistry, and bioactivity of the customary medicinal plants used by the Australian Aboriginals. The goal of CMKb is to collate information from scientific publications which are peer reviewed along with documenting and conserving the dwindling customary medicinal plant knowledge. The data will be constantly scrutinised by the experts and will be updated accordingly. Overall, CMKb is developed as a single knowledgebase for holistic plant-derived therapeutic substances and can be used as an integrated resource by researchers, policy makers, students and Aboriginal communities. As the database grows CMKb can be used for research in areas such as Geographical Information System (GIS) studies, chemoinformatics and biodiversity informatics. Further, the goal is to help address global and national priorities of biodiversity conservation, better human health, and smart use of information using information technology.

Availability and requirements

CMKb is freely available online at http://biolinfo.org/cmkb/

Abbreviations

CAS :

Chemical Abstracts Service

CMKb :

Customary Medicinal Knowledgebase

CSIRO :

Commonwealth Scientific and Industrial Research Organisation

DSN :

Data Source Number

FDSN :

Field Data Source Number

GIS :

Geographical Information System

IBIS :

Integrated Botanical Information System

ITIS :

Integrated Taxonomic Information System

IUPAC :

International Union of Pure and Applied Chemistry

JRE :

Java Runtime Environment

LHS :

Left Hand Side

NCBI :

National Center for Biotechnology Information

SMILES :

Simplified Molecular Input Line Entry Specification

References

  1. Biodiversity Hotspots[http://www.biodiversityhotspots.org]

  2. Mummery J, Hardy N: Australia's Biodiversity: an overview of selected significant components. Biodiversity series – Information about the conservation of Australia's biodiversity 2004., (2): [http://www.environment.gov.au/biodiversity/publications/series/paper2/index.html]

    Google Scholar 

  3. Roberts-Thomson JM, Martinson JJ, Norwich JT, Harding RM, Clegg JB, Boettcher B: An Ancient Common Origin of Aboriginal Australians and New Guinea Highlanders Is Supported by α-Globin Haplotype Analysis. Am J Hum Genet 1996, 58: 1017–1024.

    PubMed Central  CAS  PubMed  Google Scholar 

  4. Barr A, Chapman J, Smith N, Beveridge M, Knight T, Alexander V, Andrews M: Traditional Bush Medicines: An Aboriginal Pharmacopoeia. Aboriginal Communities of the Northern Territory of Australia. Richmond, Victoria: Greenhouse Publications; 1988.

    Google Scholar 

  5. Traditional aboriginal Bush Medicine[http://www.aboriginalartonline.com/culture/medicine.php]

  6. Dayalan AM: Traditional Aboriginal Medicine Practice in the Northern Territory. Paper Presented at: International Symposium on Traditional Medicine: 11–13 September 2000; Awaji island Japan 2000, 1–16. [http://www.maningrida.com/mac/bwc/documents/traditional_aboriginal_medicine_practice.pdf]

    Google Scholar 

  7. Smith NM: Ethnobotanical field notes from the Northern Territory, Australia. J Adelaide Bot Gard 1991, 14: 1–65.

    Google Scholar 

  8. Brouwer N, Liu Q, Harrington D, Kohen J, Vemulpad S, Jamie J, Randall M, Randall D: An Ethnopharmacological Study of Medicinal Plants in New South Wales. Molecules 2005, 10: 1252–1262. 10.3390/10101252

    Article  CAS  PubMed  Google Scholar 

  9. Barr A, Chapman J, Smith N, Wightman G, Knight T, Mills L, Andrews M, Alexander V: Traditional Aboriginal Medicines in the Northern Territory of Australia by Aboriginal Communities of the Northern Territory. Darwin, Australia: Conservation Commission of the Northern Territory; 1993.

    Google Scholar 

  10. Levitt D: Plants and people: Aboriginal uses of plants on Groote Eylandt. Canberra: Australian Institute for Aboriginal Studies; 1981.

    Google Scholar 

  11. Gott B: NSWUSE – Database of NSW Plants Utilised by Aborigines. Lodged at: Australian Institute of Torres Strait Islander Studies (AIATSIS) Library; 1996.

    Google Scholar 

  12. Collins DJ, Culvenor CCJ: PhytoChem Australia: A database of Australian plant chemistry 1940–2000. Collingwood, Australia: CSIRO Publishing; 2003.

    Google Scholar 

  13. Native American Ethnobotany[http://herb.umd.umich.edu/]

  14. Prelude Medicinal Plant Database[http://www.metafro.be/prelude]

  15. Davis M: Biological Diversity and Indigenous Knowledge.Parliamentary Library, Parliament of Australia; 1998. [http://www.aph.gov.au/LIBRARY/pubs/RP/1997–98/98rp17.htm]

    Google Scholar 

  16. MySQL database management system[http://www.mysql.com/]

  17. PHP[http://www.php.net/]

  18. Jmol: an open-source Java viewer for chemical structures in 3D[http://www.jmol.org/]

  19. Marvin: Marvin was used for drawing, and displaying chemical structures, Marvin 5.0.3. ChemAxon 2008. [http://www.chemaxon.com]

    Google Scholar 

  20. Apache[http://www.apache.org/]

  21. Sarkar IN: Biodiversity informatics: organizing and linking information across the spectrum of life. Brief Bioinform 2007, 8: 347–357. 10.1093/bib/bbm037

    Article  PubMed  Google Scholar 

  22. PubChem[http://pubchem.ncbi.nlm.nih.gov/]

  23. Edwards JL, Lane MA, Nielsen ES: Interoperability of Biodiversity Databases: Biodiversity Information on Every Desktop. Science 2000, 289: 2312–2314. 10.1126/science.289.5488.2312

    Article  CAS  PubMed  Google Scholar 

  24. SpeciesLinks of Integrated Botanical Information System (IBIS)[http://www.anbg.gov.au/ibis/speciesLinks.html]

  25. Integrated Taxonomy Information System (ITIS)[http://www.itis.gov/]

  26. NCBI Taxonomy[http://www.ncbi.nlm.nih.gov/Taxonomy/taxonomyhome.html/index.cgi]

  27. Wheeler DL, Chappey C, Lash AE, Leipe DD, Madden TL, Schuler GD, Tatusova TA, BA R: Database resources of the National Center for Biotechnology Information. Nucleic Acids Res 28(1):10–14. 2000 January 1, 10.1093/nar/28.1.10

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  28. Google images[http://images.google.com/]

Download references

Acknowledgements

JG and VK are grateful to Macquarie University for the award of MQRES PhD scholarships. We thank Doan Le, Moa Ek, David Harrington and Elsa Chacko (Macquarie University); Karen Wilson (Royal Botanic Gardens, Sydney, Australia); Vishwas Chavan (Global Biodiversity Information Facility, Denmark) and Greg Whitbread (Australian Centre for Plant Biodiversity Research) for their assistance and suggestions. This work was initially supported by a Macquarie University grant (MURDG A006661). Funding to pay the Open Access publication charges for this article was provided by Macquarie University.

This article has been published as part of BMC Bioinformatics Volume 9 Supplement 12, 2008: Asia Pacific Bioinformatics Network (APBioNet) Seventh International Conference on Bioinformatics (InCoB2008). The full contents of the supplement are available online at http://www.biomedcentral.com/1471-2105/9?issue=S12.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Shoba Ranganathan.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors' contributions

SR, JK, JJ and SV conceived the database concept. JG developed and constructed the database. VK contributed to the web interface and developed the Chemical information module. JG and SR wrote the paper. All authors approved the manuscript and declare that there is no conflict of interest.

Rights and permissions

Open Access This article is published under license to BioMed Central Ltd. This is an Open Access article is distributed under the terms of the Creative Commons Attribution License ( https://creativecommons.org/licenses/by/2.0 ), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Gaikwad, J., Khanna, V., Vemulpad, S. et al. CMKb: a web-based prototype for integrating Australian Aboriginal customary medicinal plant knowledge. BMC Bioinformatics 9 (Suppl 12), S25 (2008). https://doi.org/10.1186/1471-2105-9-S12-S25

Download citation

  • Published:

  • DOI: https://doi.org/10.1186/1471-2105-9-S12-S25

Keywords