diff --git a/404.md b/404.md new file mode 100644 index 0000000000000000000000000000000000000000..c97a004178e11cc79fcb6c5b1ebfb3254f0f9ada --- /dev/null +++ b/404.md @@ -0,0 +1,11 @@ +--- +layout: pageNotFound +preTitle: Error 404 +title: Page not found +description: We cannot find the page you are looking for +permalink: /404 +cta: +- text: Home + isPrimary: true + href: / +--- diff --git a/_config.yml b/_config.yml index 884fc9c1392fed29d63956abd6a52265e2d9d9aa..95a2df6d2b6d24ac247e45ab2aad663f46376d1f 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,120 @@ +# Welcome to Jekyll! +# +# This config file is meant for settings that affect your whole blog, values +# which you are expected to set up once and rarely edit after that. If you find +# yourself editing this file very often, consider using Jekyll's data files +# feature for the data you need to update frequently. +# +# For technical reasons, this file is *NOT* reloaded automatically when you use +# 'bundle exec jekyll serve'. If you change this file, please restart the server process. +# +# If you need help with YAML syntax, here are some quick references for you: +# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml +# https://learnxinyminutes.com/docs/yaml/ +# You should also look at https://hp-theme.gbif-staging.org/documentation-intro for options +# +# Site settings +# These are used to personalize your new site. If you look in the HTML files, +# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. +# You can create any custom variable you would like, and they will be accessible +# in the templates via {{ site.myvariable }}. + +title: Solanaceae Source +email: tsarkinen@rbge.org.uk +description: A global taxonomic resource for the nightshade family +baseurl: # the subpath of your site, e.g. /blog +url: https://solanaceae.hp.gbif.org # the base hostname & protocol for your site, e.g. http://example.com +# twitter_username: yourname # if you have an account you want to link to. Else comment this line out +# github_username: yourname # if you have an account you want to link to. Else comment this line out + +# Build settings theme: minima plugins: - jekyll-feed - jekyll-remote-theme -remote_theme: gbif/jekyll-hp-base-theme \ No newline at end of file +remote_theme: gbif/jekyll-hp-base-theme + +# For use by the 'standardPrivacy' layout +privacy: + name: Solanaceae Source + domain: www.solanaceaesource.org + contactEmail: tsarkinen@rbge.org.uk + helpdeskEmail: tsarkinen@rbge.org.uk + +# The text for the terms can be changed by adding translations for 'terms', 'acceptTerms' and 'rejectTerms' in `/_data/translations.yml`. +siteMeasurements: + enable: false # When enabled there will be a popup asking the user for their consent. If they accept then the function "attachMeasurements" will be called. You can overwrite this function by adding a file `/_includes/js/measure.js` and replace the function. + GA_ID: "G-XXXXXXXX" # Your Google analytics ID. Sometimes they start with UA-XXXXX-X other times with G-XXXXXXXX depending on how you set it up + termsVersion: "2021-07-06" # A version number for your terms. If you change this, then the users will see the popup again asking them to confirm/reject anew. + + +algae: + rootLang: en + # latestPostLimit: 2 + logo: /assets/images/logo.png # Logo in navbar, will be displayed with 28px height + logoAndTitle: true # include the title next to the logo + archive_permalink: /news/ # Permalink of page using archive.html layout, required when using post categories + style: + # square: false # Should corners be square or rounded + colors: + primary: "#57508E" # Primary color of your brand. Use HEX code. Used for buttons and links + links: "#57508E" # What color should links have. Use a HEX code. DEfault is primary color. + coloredHeadlineLinks: false # If a headline is a link, then use the link color. Default is true. + navbar: # RELATED TO NAVIGATION BAR + # brandBackground: white # Define a custom background for the logo/title in the top navigation bar + color: "#FFFFFF" # What color should the navbar be? + hasWhiteText: false # Should the text color be white? + # floating: true + +# Exclude from processing. +# The following items will not be processed, by default. +# Any item listed under the `exclude:` key here will be automatically added to +# the internal "default list". +# +# Excluded items can be processed by explicitly listing the directories or +# their entries' file path in the `include:` list. +# + +# be aware that COL ids are unstable https://github.com/CatalogueOfLife/backend/issues/980 - so this might not work tomorrow. +col: + gbifDatasetKey: f382f0ce-323a-4091-bb9f-add557f3a9a2 + version: "latest" # There is no latest version we can get, so we have to rely on a specific version. If the site appears broken, then this probably needs to be updated to the latest version + catalogueKey: "2004" # entire WCVP dataset + defaultTaxonKey: "wfo-7000000654-2024-12" # This value have been observed to change over time, this value goes with catalogueKey = 2232 + +exclude: +# - .sass-cache/ +# - .jekyll-cache/ +# - gemfiles/ +# - Gemfile +# - Gemfile.lock +# - node_modules/ +# - vendor/bundle/ +# - vendor/cache/ +# - vendor/gems/ +# - vendor/ruby/ + - .LICENSE + - .netlify.toml + - .README.md + +permalink: pretty # will strip extensions like .html from urls + +defaults: + - scope: + path: "" # an empty string here means all files in the project + values: + layout: "page" # So by default any page will use the layout "page" + lang: en # And have the default language english + - scope: + path: "_posts" # an empty string here means all files in the project + values: + layout: "post" + permalink: "/post/:year/:slug/" # Use /post/yyyy/{filename}/ as permalink for all posts + +phylo: + tool: https://phylogeny-tool.gbif.org + treePath: /assets/phylotree/nightshade.json + template: /occurrence/search?view=MAP&{query} + + diff --git a/_config_staging.yml b/_config_staging.yml new file mode 100644 index 0000000000000000000000000000000000000000..f197279a27372df10b2bebd3e2ed61a92af3bc75 --- /dev/null +++ b/_config_staging.yml @@ -0,0 +1 @@ +url: "https://solanaceae.hp.gbif-staging.org/" # the base hostname & protocol for your staging site, e.g. https://hp-example.gbif-staging.org \ No newline at end of file diff --git a/_config_uat.yml b/_config_uat.yml new file mode 100644 index 0000000000000000000000000000000000000000..ad62874e16d717ae95cbf2b4664e614194d663fb --- /dev/null +++ b/_config_uat.yml @@ -0,0 +1,5 @@ +url: "https://solanaceae.hp.gbif-uat.org/" # the base hostname & protocol for your staging site, e.g. https://hp-example.gbif-uat.org + +useSharedLibrary: true # Use the new component library +testSite: true #style the site to show that it is a test site +graphqlEndpoint: "https://graphql.gbif-uat.org/graphql" # for use with e.g. new stories from GBIF.org \ No newline at end of file diff --git a/_data/examples.yml b/_data/examples.yml new file mode 100644 index 0000000000000000000000000000000000000000..5896bfbd3b1399b99916d0eb60f25444dd4b84fd --- /dev/null +++ b/_data/examples.yml @@ -0,0 +1,70 @@ +stats: + klass: contentTypesStat + # title: "type: stats" + # description: | # required + # See [`_data/compose/examples.yml`](https://github.com/gbif/jekyll-theme-algae/blob/master/_data/compose/examples.yml#L72) for the content structure. + features: + - title: 642 + description: Institutions + background: /assets/images/placeholders/institutions_small.jpg + href: /institution/search + - title: 45 + description: Collections + background: /assets/images/placeholders/collections_small.jpg + href: /collection/search + - title: "54 million" + description: Digitized specimens + background: /assets/images/placeholders/specimen.png + +couldBeAnyName: + title: Virginis socerque + description: | + Forth beginning form dry thing. Form seed void likeness darkness light. Can’t created third upon spirit fruitful hath likeness their. Replenish saw female night they’re you blessed all greater cattle, grass god fifth you’re. Above wherein replenish face multiply male every. Own hath lights under creeping. + features: + - title: Abundantly light years # required + description: | # required + Also, in [for from](/about) winged doesn’t sea creepeth brought be deep abundantly light green they’re living green years. + href: /about + # img required + background: "{{ site.data.images.nolana.src }}" + imageLicense: "{{ site.data.images.nolana.caption }}" + # categories: [drawings] # optional + - title: Fly moving land # required + description: | # required + Also, in [for from](/about) winged doesn’t sea creepeth brought be deep abundantly light green they’re living green years. + href: /about + background: "{{ site.data.images.solanum.src }}" + imageLicense: "{{ site.data.images.solanum.caption }}" + - title: Fruitful replenish # required + description: | # required + Also, in [for from](/about) winged doesn’t sea creepeth brought be deep abundantly light green they’re living green years. + href: /about + background: /assets/images/placeholders/blocks2.png + imageLicense: None for this image, but normally you would provide one here + - title: Land man dry # required + description: | # required + Also, in [for from](/about) winged doesn’t sea creepeth brought be deep abundantly light green they’re living green years. + href: /about + background: /assets/images/placeholders/blocks2.png + imageLicense: None for this image, but normally you would provide one here + - title: Abundantly light years # required + description: | # required + Also, in [for from](/about) winged doesn’t sea creepeth brought be deep abundantly light green they’re living green years. + href: /about + background: /assets/images/placeholders/blocks2.png + imageLicense: None for this image, but normally you would provide one here + +herbariumImageExample: + reverse: false + title: "Likeness darkness light" + description: | # required + Forth beginning form dry thing. Form seed void likeness darkness light. Can't created third upon spirit fruitful hath likeness their. Replenish saw female night they're you blessed all greater cattle, grass god fifth you're. Above wherein replenish face multiply male every. Own hath lights under creeping. + # img required + background: https://data.nhm.ac.uk/media/d9850154-9e45-426c-8712-d030da3c1c00 + imageLicense: | + *Polyptychodon* Owen, 1841 collected in United Kingdom of Great Britain and Northern Ireland. [See full record](/specimen/search?entity=1057252794&view=TABLE) (licensed under http://creativecommons.org/licenses/by/4.0/) + href: /about + cta: + - text: Download report + href: http://example.com + isPrimary: true \ No newline at end of file diff --git a/_data/footer.yml b/_data/footer.yml new file mode 100644 index 0000000000000000000000000000000000000000..91cc180c0c3d6ba0e8a9e96600ae510910554ef8 --- /dev/null +++ b/_data/footer.yml @@ -0,0 +1,20 @@ +# Footer content is organized in columns. +# You can also add a small print license statement at the bottom. + +# Columns (the more you add, the narrower they will be) +columns: + - name: Partners + description: | + This portal is a project of the Solanaceae Taxonomic Expert Network [SolTEN](https://about.worldfloraonline.org/tens/solanaceaesource-org), led by Sandra Knapp and Tiina Sarkinen. + + - name: Code + description: | # Can be Markdown + This project is open source. + All files are available on [GitHub](https://github.com/gbif/hp-solanaceae). + To leave a comment, report an issue or suggest an improvement, you can [create a new GitHub issue](https://github.com/gbif/hp-solanaceae/issues/new). + + - name: Contact + description: | # Can be Markdown, Social icons links defined in `_config.yml` + * [Email Solanaceae Source](mailto:tsarkinen@rbge.org.uk) + connectIcons: true + diff --git a/_data/home.yml b/_data/home.yml new file mode 100644 index 0000000000000000000000000000000000000000..126170e74d6a543c290e1cf447d65bc234d00c03 --- /dev/null +++ b/_data/home.yml @@ -0,0 +1,19 @@ +stats: + features: + # we can also use the graphql API to allow richer queries + - title: 3.000.000 + description: Occurrences + #background: /assets/images/landing_page/iconos_cifras/registros_biologicos.png + href: /data?view=MAP + # using a dynamic value from some endpoint. You can configure what field to look for using the path attribute + - title: 2.728 + description: Species + #background: /assets/images/landing_page/iconos_cifras/listas_de_especies.png + #https://www.checklistbank.org/dataset/2004/classification?taxonKey=wfo-7000000654-2024-12 + href: /taxonomy/browse + # using a dynamic value from some endpoint. It will default to look for a 'count' value in the response + - title: 102 + #could also use "https://api.catalogueoflife.org/dataset/2004/tree/x4/children?extinct=true&type=SOURCE&limit=1000" or "https://api.catalogueoflife.org/dataset/2304/tree/x4?catalogueKey=3&extinct=true" + description: Genera + #background: /assets/images/landing_page/iconos_cifras/fichas_de_especies.png + href: /taxonomy/browse diff --git a/_data/images.yml b/_data/images.yml new file mode 100644 index 0000000000000000000000000000000000000000..4c403bb0310a7a15268d69e55a16220ea123247e --- /dev/null +++ b/_data/images.yml @@ -0,0 +1,36 @@ +# it is possible to refer to images in front matter and access these images. +# Or you can choose to just type them in the front matter. It is a matter of preference. +# If you reuse images a lot, it can be convinent to only have them one place. + +# So in your frontmatter you can either use this data file : +# background: "{{ site.data.images.catocala_ilia_cramer.src }}" +# imageLicense: "{{ site.data.images.catocala_ilia_cramer.caption }}" +# +# or you can just type it in that file +# background: /assets/images/placeholders/irpex_spiculifer_1135723338.jpg +# imageLicense: [Isotype of _Irpex spiculifer_ G.Cunn.](https://www.gbif.org/occurrence/1135723338) from [Manaaki Whenua - Landcare Research](/collection/034e128e-ee23-42d4-989d-cbe406c04fdb) + +solanum: + src: /assets/images/Solanum_wendlandii_Hilgenhof_cult_Kew.jpg + caption: | + *Solanum wendlandii* Hook.f. (photo by R.Hilgenhof, licensed under CC-BY-NC) +solanum2: + src: /assets/images/Solanum_rostratum_IMG_0547.jpg + caption: | + *Solanum rostratum* Dunal (photo by S.Knapp, licensed under CC-BY-NC) +solanum1: + src: /assets/images/placeholders/Solanum_Androceras_IMG_0544.jpg + caption: | + *Solanum* (Androceras clade; photo by L.Bohs, licensed under CC-BY-NC) +wildpotato: + src: /assets/images/placeholders/Knapp_10232_DSC_8307.JPG + caption: | + *Solanum acaule* Bitter (photo by S.Knapp, licensed under CC-BY-NC) +datura: + src: /assets/images/placeholders/datura_4014889973.jpeg + caption: | + *Datura metel* L. (photo by S.Knapp, licensed under CC-BY-NC) +nolana: + src: /assets/images/Nolana/N. carnosa_ J.Hepp_DSC_0200.JPG + caption: | + *Nolana carnosa* (Lindl.) Miers ex Dunal (licensed under CC-BY-NC) diff --git a/_data/languages.yml b/_data/languages.yml new file mode 100644 index 0000000000000000000000000000000000000000..67aa3c74f99ab8faeef6a5082550bcd58f32f2e6 --- /dev/null +++ b/_data/languages.yml @@ -0,0 +1,3 @@ +en: + label: English + icon: # optional \ No newline at end of file diff --git a/_data/navigation.yml b/_data/navigation.yml new file mode 100644 index 0000000000000000000000000000000000000000..aeb757743888731d53635021dfb9bc158cad6c21 --- /dev/null +++ b/_data/navigation.yml @@ -0,0 +1,75 @@ +# Links listed below will be included in your site's navbar (navigation at the top) + +- text: About + href: /about +- text: Occurrence Data + href: /occurrence/search +- text: Taxonomy + href: /taxonomy + menu: #Dropdown menu + - text: Accepted Species + href: /taxonomy/species-list + - text: Browse + href: /taxonomy/browse + - text: Advanced search + href: /taxonomy/search + - text: "---" # Divider to separate blocks of menu items (at least 3 "-") + - text: Capsicum + href: /taxonomy/Capsicum + - text: Physalis + href: /taxonomy/Physalis + - text: Solanum + href: /taxonomy/Solanum + - text: "---" # Divider to separate blocks of menu items (at least 3 "-") + - text: Browallia + href: /taxonomy/Browallia + - text: Anthocercis & related genera + href: /taxonomy/Anthocercis + - text: Datura + href: /taxonomy/Datura + - text: Duckeodendron + href: /taxonomy/Duckeodendron + - text: Goetzea + href: /taxonomy/Goetzea + - text: Hyoscyamus & related genera + href: /taxonomy/Hyoscyamus + - text: Jaborosa + href: /taxonomy/Jaborosa + - text: Jaltomata + href: /taxonomy/Jaltomata + - text: Latua + href: /taxonomy/Latua + - text: Lycianthes + href: /taxonomy/Lycianthes + - text: Lycium + href: /taxonomy/Lycium + - text: Mandragora + href: /taxonomy/Mandragora + - text: Nicotiana + href: /taxonomy/Nicotiana + - text: Nolana + href: /taxonomy/Nolana + - text: Petunia + href: /taxonomy/Petunia + - text: Salpichroa & Nectouxia + href: /taxonomy/Salpichroa + - text: Schizanthus + href: /taxonomy/Schizanthus + - text: Schwenckia + href: /taxonomy/Schwenckia + - text: Solandra + href: /taxonomy/Solandra + - text: Witheringia + href: /taxonomy/Witheringia +- text: Phylogeny + href: /phylogeny/explore +- text: Diversity + href: /diversity +- text: Identification + href: /identification +- text: Genomics + href: /genomics +- text: Uses + href: /uses +- text: News + href: /news/ diff --git a/_data/phylogenyTrees.yml b/_data/phylogenyTrees.yml new file mode 100644 index 0000000000000000000000000000000000000000..660a37d3a194bd7aa7e90cfdb131e2a0756026aa --- /dev/null +++ b/_data/phylogenyTrees.yml @@ -0,0 +1,2 @@ +trees: + nightshade: /assets/phylotree/nightshade.json \ No newline at end of file diff --git a/_data/sidenav.yml b/_data/sidenav.yml new file mode 100644 index 0000000000000000000000000000000000000000..6d094d290b2a735d7f45797e7506c6e701df29b9 --- /dev/null +++ b/_data/sidenav.yml @@ -0,0 +1,60 @@ +taxonomy: +- content: + - title: Accepted Species + path: /taxonomy/species-list + - title: Browse + path: /taxonomy/browse + - title: Advanced search + path: /taxonomy/search +- grouptitle: Crop genera + content: + - title: Capsicum + path: /taxonomy/Capsicum + - title: Physalis + path: /taxonomy/Physalis + - title: Solanum + path: /taxonomy/Solanum +- grouptitle: Other genera + content: + - title: Anthocercis & related genera + path: /taxonomy/Anthocercis + - title: Browallia + path: /taxonomy/Browallia + - title: Datura + path: /taxonomy/Datura + - title: Duckeodendron + path: /taxonomy/Duckeodendron + - title: Goetzea + path: /taxonomy/Goetzea + - title: Hyoscyamus & related genera + path: /taxonomy/Hyoscyamus + - title: Jaborosa + path: /taxonomy/Jaborosa + - title: Jaltomata + path: /taxonomy/Jaltomata + - title: Latua + path: /taxonomy/Latua + - title: Lycianthes + path: /taxonomy/Lycianthes + - title: Lycium + path: /taxonomy/Lycium + - title: Mandragora + path: /taxonomy/Mandragora + - title: Nicotiana + path: /taxonomy/Nicotiana + - title: Nolana + path: /taxonomy/Nolana + - title: Petunia + path: /taxonomy/Petunia + - title: Salpichroa & Nectouxia + path: /taxonomy/Salpichroa + - title: Schizanthus + path: /taxonomy/Schizanthus + - title: Schwenckia + path: /taxonomy/Schwenckia + - title: Solandra + path: /taxonomy/Solandra + - title: Witheringia + path: /taxonomy/Witheringia + + diff --git a/_data/translations.yml b/_data/translations.yml new file mode 100644 index 0000000000000000000000000000000000000000..f1f1b10534633fddd00de6917ae508966c01ea73 --- /dev/null +++ b/_data/translations.yml @@ -0,0 +1,6 @@ +relatedPosts: + en: "Related Posts" +differentLanguage: + en: "This page is available in following languages" +searchOccurrences: + en: Search occurrences \ No newline at end of file diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 0000000000000000000000000000000000000000..7f25d5f929868615bd8d504b67cf01832cb13a6b --- /dev/null +++ b/_includes/head.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_includes/icon-burger.html b/_includes/icon-burger.html new file mode 100644 index 0000000000000000000000000000000000000000..f557146ebef8e70c3c1fbd6ed420c3d3f5021fda --- /dev/null +++ b/_includes/icon-burger.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_includes/icon-color.html b/_includes/icon-color.html new file mode 100644 index 0000000000000000000000000000000000000000..cca4563f1e2b78f89bb2bdedd882b057bb667f13 --- /dev/null +++ b/_includes/icon-color.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_includes/icon-eye.html b/_includes/icon-eye.html new file mode 100644 index 0000000000000000000000000000000000000000..dce7dda2655e8b7a69745dbe11d3d8b38b72ab46 --- /dev/null +++ b/_includes/icon-eye.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_includes/icon-funnel.html b/_includes/icon-funnel.html new file mode 100644 index 0000000000000000000000000000000000000000..697774c026c015173e2d748c689474942badc4a6 --- /dev/null +++ b/_includes/icon-funnel.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_includes/icon-nodes.html b/_includes/icon-nodes.html new file mode 100644 index 0000000000000000000000000000000000000000..36a20e3417bb605ad3285ce2f3d2d2d3e6f0dc03 --- /dev/null +++ b/_includes/icon-nodes.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_includes/js/config.js b/_includes/js/config.js new file mode 100644 index 0000000000000000000000000000000000000000..111695da2991c582534ba38772ec42f2bd049b95 --- /dev/null +++ b/_includes/js/config.js @@ -0,0 +1,27 @@ +var siteTheme = gbifReactComponents.themeBuilder.extend({ + baseTheme: 'light', extendWith: { + primary: themeStyle.colors.primary + } +}); + +var siteConfig = { + version: 2, + routes: { + enabledRoutes: ['occurrenceSearch'], + occurrenceSearch: { + // The route you are currently using for occurrence search. The language prefix will be added automatically + // If you need special routes per language, then you have to add locale specific overwrites. The page language is available as a global variable called `pageLang` + } + }, + occurrence: { + rootPredicate: { + "type": "and", + "predicates": [ + { "type": "equals", "key": "taxonKey", "value": "7717" }, + { "type": "equals", "key": "hasGeospatialIssue", "value": "false" } + ] + }, + highlightedFilters: ['taxonKey', 'recordedBy', 'country', 'stateProvince', 'gadmGid', 'datasetKey', 'basisOfRecord', 'typeStatus', 'isInCluster', 'occurrenceIssue'], + occurrenceSearchTabs: ['TABLE', 'MAP', 'GALLERY', 'DATASETS'] + } +}; \ No newline at end of file diff --git a/_posts/2020-09-25-welcome-to-jekyll.markdown b/_posts/2020-09-25-welcome-to-jekyll.markdown new file mode 100644 index 0000000000000000000000000000000000000000..153581fc8fcc94aeee5fa9e28bb9c8951f3ad998 --- /dev/null +++ b/_posts/2020-09-25-welcome-to-jekyll.markdown @@ -0,0 +1,14 @@ +--- +title: "Welcome to new Solanaceae Source" +date: 2020-09-25 21:37:12 +0200 +categories: update +lang-ref: portal update +background: "{{ site.data.images.datura.src }}" +--- +The Solanacaeae Source is being updated and transfered to this GBIF hosted portal. + +Learn more about [GBIF's hosted portal program](https://www.gbif.org/composition/3kQFinjwHbCGZeLb5OhwN2/gbif-hosted-portals). + +[Apply for a portal today](https://www.gbif.org/composition/7zgSnALNuD1OvzanAUPG4z/hosted-portals-application-form). + + diff --git a/_posts/2021-01-14-for-authors.md b/_posts/2021-01-14-for-authors.md new file mode 100644 index 0000000000000000000000000000000000000000..5ddfd4f5e354d62596f1a2ff5ebc72eddbb357cc --- /dev/null +++ b/_posts/2021-01-14-for-authors.md @@ -0,0 +1,9 @@ +--- +title: "Mexican and Central American Lycianthes descriptions on Solanaceae Source" +date: 2021-01-14 15:20:00 +0100 +categories: taxonomy +lang-ref: for authors +background: "{{ site.data.images.datura.src }}" +--- +Thanks to the hard work of Jennifer Poore, with the assistance of Ellen Dean and Lynn Bohs, the descriptions of the 49 species (and 4 infraspecific taxa) of Lycianthes treated in the recent monograph of the group from Mexico and Central America are all now on the website. This represents the first real expansion of the description base on the site from Solanum. + diff --git a/_sass/_example.scss b/_sass/_example.scss new file mode 100644 index 0000000000000000000000000000000000000000..bfbf79f559cfa38a5d567de789363613174f084e --- /dev/null +++ b/_sass/_example.scss @@ -0,0 +1,79 @@ +.contentTypesStat { + .statistics-cards { + justify-content: space-between; + } + + .statistic { + flex: 0 0 300px; + width: 300px; + margin: 24px 12px; + } + + .feature-img { + border-radius: 50%; + overflow: hidden; + height: 300px; + width: 300px; + } + + .feature-title { + font-size: 45px; + margin: 0; + } + + .feature-description { + font-size: 24px; + } +} + +@media (max-width: 1250px) { + .contentTypesStat { + .statistics-cards { + justify-content: space-around; + } + .statistic { + flex: 0 0 250px; + width: 250px; + } + + .feature-img { + height: 250px; + width: 250px; + } + + .feature-title { + font-size: 35px; + margin: 0; + } + + .feature-description { + font-size: 20px; + } + } +} + +@media (max-width: 1050px) { + .contentTypesStat { + .statistics-cards { + justify-content: space-around; + } + .statistic { + flex: 0 0 200px; + width: 200px; + } + + .feature-img { + height: 200px; + width: 200px; + } + + .feature-title { + font-size: 35px; + margin: 0; + } + + .feature-description { + font-size: 20px; + } + } +} \ No newline at end of file diff --git a/_sass/_main.scss b/_sass/_main.scss new file mode 100644 index 0000000000000000000000000000000000000000..41675b52283eea8a05467e4b9b138e5bb6f539ef --- /dev/null +++ b/_sass/_main.scss @@ -0,0 +1,63 @@ +@import "theme/_main"; + +// You can add additional styling here +@import "_example"; + +.navbar-item img { + max-height: 2.75rem; +} + +// You can add additional styling here +.fullwidth { + .article { + width: 100%; + max-width: 100%; + } +} + +/* Three image containers (use 25% for four, and 50% for two, etc) */ +.column { + float: left; + width: 50%; + padding: 5px; +} + +/* Clear floats after image containers */ +.row::after { + content: ""; + clear: both; + display: table; +} + +.iframe-box { + padding: 24px; + iframe { + @extend .box; + width: 100%; + max-height: calc(100% - 68px); + margin-left: auto; /* Automatic margin from left */ + margin-right: auto; /* Automatic margin from right */ + border: 1px solid #00000011; + padding: 0; + } +} + +.legend-prose { + p { + display: inline; + } + svg { + top: 3px; + position: relative; + } + .legend-prose-color { + width: 1em; + height: 1em; + border: 1px solid #333; + background: white; + display: inline-block; + border-radius: 50%; + position: relative; + top: 3px; + } +} \ No newline at end of file diff --git a/about.md b/about.md new file mode 100644 index 0000000000000000000000000000000000000000..8538e0093fc34ece6e1def763115069750ff0fc1 --- /dev/null +++ b/about.md @@ -0,0 +1,113 @@ +--- +lang-ref: about +title: About Solanaceae +layout: heroImage +sideNavigation: sidenav.taxonomy +description: The Family and the Community +background: "{{ site.data.images.nolana.src }}" +imageLicense: "{{ site.data.images.nolana.caption }}" +height: 50vh +--- + +## Solanaceae Family + +Solanaceae is a relatively small angiosperm family with c. 2,700 species with a disproportionate number of cultivated species used as food (potatoes, tomatoes and eggplants), medicines (henbane and deadly nightshades), and in horticulture (petunias). The family also includes several recreational drugs (tobacco and devil's trumpet). + +Solanaceae currently includes 106 genera divided into 8 subfamilies and 24 tribes (some lacking formal Latin botanical names indicated in quotation marks below) following [World Flora Online](https://www.worldfloraonline.org/taxon/wfo-7000000654). + +*Solanum* currently includes c. 1,243 accepted species (but **see the most updated species number under the home page** of this data portal), which is nearly half of the species diversity in the family. The genus is one of the most economically important genera in the World, as it contains three major crop species (tomato *S. lycopersicum*, potato *S. tuberosum*, and brinjal eggplant *S. melongena*) and at least 24 regionally important crops such as African eggplant (*S. macrocarpon*), bitter tomato also known as scarlet eggplant or gilo (*S. aethiopicum*), pepino (*S. muricatum*), lulo (*S. quitoense*), and African nightshades (*S. scabrum* and its relatives). + + +## About Solanaceae Source + +Solanaceae Source aims to provide a worldwide taxonomic monograph of the nightshade family whose species that are used as food (potatoes, tomatoes and eggplants), medicines (henbane and deadly nightshades) and in horticulture (petunias). We began this journey with the on-line monograph of all species in the mega-diverse genus Solanum. The National Science Foundation (NSF) funded the Solanum project as part of the [Planetary Biodiversity Inventories](https://www.nsf.gov/news/news_summ.jsp?cntn_id=103065#:~:text=The%20Planetary%20Biodiversity%20Inventory%20is,and%20the%20National%20Science%20Foundation.&text=The%20U.S.%20National%20Science%20Foundation,fields%20of%20science%20and%20engineering) (PBI) mission. + +The data presents the most taxonomically authoritative list of Solanaceae names. Our dataset includes all published names of Solanaceae from the [International Plant Names Index](IPNI) and we continually work through these names with the help of the Solanaceae taxonomic community worldwide. This means the data behind Solanaceae Source and the Solanaceae Data Portal are constantly being updated and improved. + +The data shown here also flows into [World Flora Online] and is run and maintained by the [Taxonomic Expert Network of Solanaceae](https://worldfloraonline.org/organisation/Solanaceae). We welcome new members so if you would like to join us, please [contact us](mailto:tsarkinen@rbge.org.uk). + +If you want to cite Solanaceae Data Portal or Solanaceae Source, please use the following citation format: +ADD HERE + +NOTE: The specimen data presented here is all data from GBIF - this should be used with caution because of determination issues. We are working on how to add our taxonomically verified specimen data from SolanaceaeSource on top of this data to enable comparisons. + + +## Solanaceae Infrafamiliar Classification +* **Cestroideae** + * "Protoschwenkieae" + * *Protoschwenkia* + * Benthamielleae + * *Benthamiella* + * *Combrera* + * *Pantacantha* + * Browallieae + * *Browallia* + * *Streptosolen* + * Cestreae + * *Cestrum* + * *Sessea* + * *Vestia* + * Salpiglossideae + * *Salpiglossis* + * *Reyesia* +* **Duckeodendroideae** + * "Duckeodendeae" + * *Duckeodendron* +* **Goetzeoideae** + * "Goetzeae" +* **Nicotianoideae** + * Anthocercideae + * Nicotianeae +* **Petunioideae** + * Petunieae +* **Schizanthoideae** + * Schizantheae +* **Schwenckioideae** + * Schwenckieae +* **Solanoideae** + * "Salpichroeae" + * Capsiceae + * Datureae + * Hyoscyameae + * Jaboroseae + * Latueae + * Lycieae + * Mandragoreae + * Nicandreae + * Physalideae + * Iochrominae + * Physalidinae + * Withaninae + * Solandreae + * Solaneae + +## *Solanum* Infrageneric Classification + +Solanum is divided into XX major and XX minor clades based on the most recent phylogenetic evidence (REFS here). These clades act as the current informal infrageneric classification. Some of these clades match (at least roughly) to formally described infrageneric groups, and these are indicated below. + + +### Turbatque promittat memorque + +Ne arvis relinquit ossibus deus. Superis et oppugnare suo armis? Adfata nec +lavit sed disces cum surgimus peteret gladios; pabula. Quod vos fugit, manebat +dum: fateor profugus renovatus exhalantem. + +| Tables | Are | Cool | +| ------------- |:-------------:| -----:| +| col 3 is | right-aligned | $1600 | +| col 2 is | centered | $12 | +| tables | are useful | $1 | + +-------- + +## Est mea videndo + +Nec bene filia fraxineam flumina, praesens amici nitidaeque inguine infractaque! +Non quae illuc! E alto cum quod: fessi fatum patulis ore actaque quaque, ore. +Honor praemia veniunt violavit tu +[aequore](http://pete-munere.com/caeneus-dare.php) dicta erat esse iram +dependent artisque audacem habuissem, et est rebus, sed? + +[Call to action](/data){: .button .is-primary} [Other action](/data){: .button} + + diff --git a/archive.md b/archive.md new file mode 100644 index 0000000000000000000000000000000000000000..9737bb00838bd7d5a311c34df53498037e2808e0 --- /dev/null +++ b/archive.md @@ -0,0 +1,10 @@ +--- +lang-ref: archive +layout: archive +title: News +description: News and events +permalink: /news/ +--- +{% comment %} + No content here. The layout will insert a card for each post in your _posts folder +{% endcomment %} \ No newline at end of file diff --git a/assets/phylotree/nightshade.json b/assets/phylotree/nightshade.json new file mode 100644 index 0000000000000000000000000000000000000000..a2e3d79dc85174e2255383a763253fcf7432a73c --- /dev/null +++ b/assets/phylotree/nightshade.json @@ -0,0 +1,86109 @@ +{ + "defaultMultiplier": 3.02803107341929, + "hideNavigation": true, + "rawTree": { + "children": [ + { + "name": "Ipomoea", + "branch_length": 48.63666015233811 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Benthamiella patagonica", + "branch_length": 2.3726737836815524 + }, + { + "name": "Pantacantha ameghinoi", + "branch_length": 2.3726737836815524 + } + ], + "branch_length": 6.05588150956013 + }, + { + "children": [ + { + "name": "Benthamiella skottsbergii", + "branch_length": 5.6342517218428085 + }, + { + "name": "Combera paradoxa", + "branch_length": 5.634251721842812 + } + ], + "branch_length": 2.794303571398867 + } + ], + "branch_length": 18.50792989076025 + }, + { + "children": [ + { + "name": "Salpiglossis sinuata", + "branch_length": 24.08145205074778 + }, + { + "children": [ + { + "children": [ + { + "name": "Protoschwenkia mandonii", + "branch_length": 19.533530286179392 + }, + { + "children": [ + { + "name": "Browallia eludens", + "branch_length": 12.193173376683905 + }, + { + "children": [ + { + "name": "Browallia speciosa", + "branch_length": 10.061941916927303 + }, + { + "name": "Streptosolen jamesonii", + "branch_length": 10.061941916927374 + } + ], + "branch_length": 2.1312314597565134 + } + ], + "branch_length": 7.34035690949559 + } + ], + "branch_length": 2.247405621039384 + }, + { + "children": [ + { + "name": "Vestia lycioides", + "branch_length": 10.617636904861758 + }, + { + "children": [ + { + "name": "Sessea corymbiflora", + "branch_length": 5.988123748116809 + }, + { + "children": [ + { + "children": [ + { + "name": "Sessea stipulata", + "branch_length": 1.2806540024353588 + }, + { + "name": "Sessea vestita", + "branch_length": 1.2806540024353446 + } + ], + "branch_length": 3.5233578277173905 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Cestrum megalophyllum", + "branch_length": 0.9161823987237483 + }, + { + "name": "Cestrum strigilatum", + "branch_length": 0.9161823987237447 + } + ], + "branch_length": 1.1599762598405938 + }, + { + "children": [ + { + "name": "Cestrum rigidum", + "branch_length": 0.6561849438425078 + }, + { + "name": "Vestia foetida", + "branch_length": 0.6561849438425114 + } + ], + "branch_length": 1.4199737147218379 + } + ], + "branch_length": 2.0020067239170736 + }, + { + "children": [ + { + "name": "Cestrum pittieri", + "branch_length": 2.7207270471205156 + }, + { + "children": [ + { + "children": [ + { + "name": "Cestrum diurnum", + "branch_length": 1.212244472034417 + }, + { + "name": "Cestrum macrophyllum", + "branch_length": 1.2122444720344134 + } + ], + "branch_length": 1.0433786787016714 + }, + { + "children": [ + { + "name": "Cestrum poasanum", + "branch_length": 2.0145213717921067 + }, + { + "children": [ + { + "children": [ + { + "name": "Cestrum inclusum", + "branch_length": 0.9284107468083747 + }, + { + "children": [ + { + "name": "Cestrum tomentosum", + "branch_length": 0.7036881737607459 + }, + { + "children": [ + { + "children": [ + { + "name": "Cestrum glanduliferum", + "branch_length": 0.40404026865922305 + }, + { + "children": [ + { + "name": "Cestrum acutifolium", + "branch_length": 0.5536692482688146 + }, + { + "name": "Cestrum milciomejiae", + "branch_length": 0.5536702482688085 + } + ], + "branch_length": -0.14962897960958088 + } + ], + "branch_length": 0.07625045741683323 + }, + { + "children": [ + { + "name": "Cestrum mortonianum", + "branch_length": 0.24762360600727362 + }, + { + "children": [ + { + "name": "Cestrum sphaerocarpum", + "branch_length": 0.16743918870569274 + }, + { + "children": [ + { + "name": "Cestrum tuerckheimii", + "branch_length": 0.08860499656869081 + }, + { + "name": "Cestrum violaceum", + "branch_length": 0.0886049965686766 + } + ], + "branch_length": 0.07883419213701615 + } + ], + "branch_length": 0.08018441730157377 + } + ], + "branch_length": 0.23266812006879434 + } + ], + "branch_length": 0.2233974476846754 + } + ], + "branch_length": 0.22472157304761708 + } + ], + "branch_length": 0.7630051623243368 + }, + { + "children": [ + { + "children": [ + { + "name": "Cestrum irazuense", + "branch_length": 0.6261034273452353 + }, + { + "children": [ + { + "name": "Cestrum chiriquianum", + "branch_length": 0.31479204817241424 + }, + { + "name": "Cestrum fragile", + "branch_length": 0.31479204817241424 + } + ], + "branch_length": 0.31131137917282103 + } + ], + "branch_length": 0.9958089128577612 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Cestrum fulvescens", + "branch_length": 0.4200200363567639 + }, + { + "name": "Cestrum luteovirescens", + "branch_length": 0.4200200363567639 + } + ], + "branch_length": 0.733253228142484 + }, + { + "children": [ + { + "children": [ + { + "name": "Cestrum nocturnum", + "branch_length": 0.5776744612219709 + }, + { + "children": [ + { + "name": "Cestrum aurantiacum", + "branch_length": 0.4348326287903781 + }, + { + "name": "Cestrum regelii", + "branch_length": 0.43483262879038875 + } + ], + "branch_length": 0.14284183243157855 + } + ], + "branch_length": 0.30131939707929334 + }, + { + "children": [ + { + "name": "Cestrum guatemalense", + "branch_length": 0.1527785988482222 + }, + { + "children": [ + { + "name": "Cestrum dasyanthum", + "branch_length": 0.039956135373866886 + }, + { + "name": "Cestrum pacayense", + "branch_length": 0.03995613537387044 + } + ], + "branch_length": 0.11282246347435532 + } + ], + "branch_length": 0.7262152594530349 + } + ], + "branch_length": 0.27427940619798363 + } + ], + "branch_length": 0.2876781527822132 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Cestrum elegans", + "branch_length": 0.3985215988622208 + }, + { + "name": "Cestrum roseum", + "branch_length": 0.3985215988622208 + } + ], + "branch_length": 0.1615162981611462 + }, + { + "children": [ + { + "name": "Cestrum endlicheri", + "branch_length": 0.09859848434489749 + }, + { + "name": "Cestrum fasciculatum", + "branch_length": 0.09859848434490104 + } + ], + "branch_length": 0.46143941267846245 + } + ], + "branch_length": 0.38563756282348294 + }, + { + "children": [ + { + "children": [ + { + "name": "Cestrum thyrsoideum", + "branch_length": 0.2301280987126404 + }, + { + "name": "Cestrum virgaurea", + "branch_length": 0.23012809871263684 + } + ], + "branch_length": 0.3717403707967435 + }, + { + "children": [ + { + "name": "Cestrum miradorense", + "branch_length": 0.622673898666033 + }, + { + "children": [ + { + "name": "Cestrum laxum", + "branch_length": 0.5108299757948203 + }, + { + "name": "Cestrum oblongifolium", + "branch_length": 0.5108299757948203 + } + ], + "branch_length": 0.11184392287120559 + } + ], + "branch_length": -0.02080642915665365 + } + ], + "branch_length": 0.3438079903374671 + } + ], + "branch_length": 0.4952759574346146 + } + ], + "branch_length": 0.18095992292153795 + } + ], + "branch_length": 0.06950356892970078 + } + ], + "branch_length": 0.32310546265943074 + } + ], + "branch_length": 0.2411027789439828 + } + ], + "branch_length": 0.4651038963844307 + } + ], + "branch_length": 1.3574383353609 + } + ], + "branch_length": 0.7258464476712945 + } + ], + "branch_length": 1.1841119179640884 + } + ], + "branch_length": 4.6295131567451655 + } + ], + "branch_length": 11.16329900235733 + } + ], + "branch_length": 2.3005161435291868 + } + ], + "branch_length": 2.855034133254172 + } + ], + "branch_length": 3.3902478496335497 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Heteranthia decipiens", + "branch_length": 12.493951966625396 + }, + { + "name": "Melananthus guatemalensis", + "branch_length": 12.493951966625396 + } + ], + "branch_length": 4.2335353397203015 + }, + { + "children": [ + { + "name": "Schwenckia glabrata", + "branch_length": 11.523631186516443 + }, + { + "name": "Schwenckia lateriflora", + "branch_length": 11.523631186516443 + } + ], + "branch_length": 5.203856119829222 + } + ], + "branch_length": 10.976287486595627 + }, + { + "children": [ + { + "children": [ + { + "name": "Duckeodendron cestroides", + "branch_length": 22.041142288415756 + }, + { + "children": [ + { + "name": "Reyesia sp", + "branch_length": 15.162071800488782 + }, + { + "children": [ + { + "children": [ + { + "name": "Tsoala tubiflora", + "branch_length": 9.036598748105916 + }, + { + "children": [ + { + "name": "Metternichia princeps", + "branch_length": 4.145196684336806 + }, + { + "name": "Metternichia sp", + "branch_length": 4.145196684336806 + } + ], + "branch_length": 4.891402063769132 + } + ], + "branch_length": 0.8419690446521599 + }, + { + "children": [ + { + "name": "Henoonia myrtifolia", + "branch_length": 2.705938873731327 + }, + { + "children": [ + { + "name": "Coeloneurum ferrugineum", + "branch_length": 2.304629164827979 + }, + { + "children": [ + { + "name": "Espadaea amoena", + "branch_length": 1.7080027464340475 + }, + { + "children": [ + { + "name": "Goetzea ekmanii", + "branch_length": 0.7681472050327933 + }, + { + "name": "Goetzea elegans", + "branch_length": 0.7681472050327933 + } + ], + "branch_length": 0.9398555414012613 + } + ], + "branch_length": 0.5966274183939078 + } + ], + "branch_length": 0.40130970890335504 + } + ], + "branch_length": 7.17262891902687 + } + ], + "branch_length": 5.283504007731182 + } + ], + "branch_length": 6.879071487927071 + } + ], + "branch_length": 1.5253025729027456 + }, + { + "children": [ + { + "name": "Schizanthus laetus", + "branch_length": 5.317692398537886 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Schizanthus litoralis", + "branch_length": 1.0028178012475344 + }, + { + "name": "Schizanthus porrigens", + "branch_length": 1.0028178012475344 + } + ], + "branch_length": 2.6786408968316096 + }, + { + "children": [ + { + "name": "Schizanthus pinnatus", + "branch_length": 1.2678795025059593 + }, + { + "children": [ + { + "name": "Schizanthus parvulus", + "branch_length": 0.6866515552844099 + }, + { + "name": "Schizanthus tricolor", + "branch_length": 0.6866515552844099 + } + ], + "branch_length": 0.5812279472215458 + } + ], + "branch_length": 2.4135791955732273 + } + ], + "branch_length": 1.2978535414622172 + }, + { + "children": [ + { + "children": [ + { + "name": "Schizanthus grahamii", + "branch_length": 1.0943801183434623 + }, + { + "name": "Schizanthus hookeri", + "branch_length": 1.0943801183434623 + } + ], + "branch_length": 2.323179173847411 + }, + { + "children": [ + { + "name": "Schizanthus alpestris", + "branch_length": 0.8755751115210657 + }, + { + "children": [ + { + "name": "Schizanthus candidus", + "branch_length": 0.31117840308803935 + }, + { + "children": [ + { + "name": "Schizanthus integrifolius", + "branch_length": 0.202765451001234 + }, + { + "name": "Schizanthus lacteus", + "branch_length": 0.202765451001234 + } + ], + "branch_length": 0.10841295208682311 + } + ], + "branch_length": 0.5643967084330157 + } + ], + "branch_length": 2.5419851806697693 + } + ], + "branch_length": 1.5617519473505155 + } + ], + "branch_length": 0.33838015899655005 + } + ], + "branch_length": 18.24875246278073 + } + ], + "branch_length": 4.137328931622701 + } + ], + "branch_length": 1.278376521390225 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Fabiana imbricata", + "branch_length": 12.875833523822848 + }, + { + "children": [ + { + "children": [ + { + "name": "Calibrachoa sellowiana", + "branch_length": 3.766286837612178 + }, + { + "children": [ + { + "name": "Calibrachoa parviflora", + "branch_length": 2.678169008397724 + }, + { + "name": "Calibrachoa pygmaea", + "branch_length": 2.6781690083977203 + } + ], + "branch_length": 1.0881178292144682 + } + ], + "branch_length": 4.576573104355159 + }, + { + "children": [ + { + "children": [ + { + "name": "Petunia axillaris", + "branch_length": 1.1222178709428121 + }, + { + "name": "Petunia exserta", + "branch_length": 1.1222178709428121 + } + ], + "branch_length": 1.7147460169286077 + }, + { + "children": [ + { + "children": [ + { + "name": "Petunia integrifolia", + "branch_length": 1.4664299957230043 + }, + { + "name": "Petunia littoralis", + "branch_length": 1.4664299957230043 + } + ], + "branch_length": 1.0080306270903137 + }, + { + "children": [ + { + "name": "Petunia mantiqueirensis", + "branch_length": 1.799369935411086 + }, + { + "children": [ + { + "children": [ + { + "name": "Petunia bonjardinensis", + "branch_length": 0.8457035850656567 + }, + { + "name": "Petunia scheideana", + "branch_length": 0.8457035850656425 + } + ], + "branch_length": 0.48228827902117644 + }, + { + "children": [ + { + "name": "Petunia secreta", + "branch_length": 0.9641000797161254 + }, + { + "children": [ + { + "name": "Petunia altiplana", + "branch_length": 0.6795622385849498 + }, + { + "children": [ + { + "name": "Petunia reitzii", + "branch_length": 0.1808370266797823 + }, + { + "name": "Petunia saxicola", + "branch_length": 0.1808370266797823 + } + ], + "branch_length": 0.4987252119051604 + } + ], + "branch_length": 0.28453784113118985 + } + ], + "branch_length": 0.36389178437069347 + } + ], + "branch_length": 0.4713770713242411 + } + ], + "branch_length": 0.6750916874022437 + } + ], + "branch_length": 0.36250226505811867 + } + ], + "branch_length": 5.5058970540959 + } + ], + "branch_length": 4.532973581855533 + } + ], + "branch_length": 12.33776699629389 + }, + { + "children": [ + { + "children": [ + { + "name": "Brunfelsia americana", + "branch_length": 10.187040911870469 + }, + { + "name": "Brunfelsia uniflora", + "branch_length": 10.187040911870469 + } + ], + "branch_length": 12.741029100341613 + }, + { + "children": [ + { + "name": "Leptoglossis darcyana", + "branch_length": 16.67598289590386 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Bouchetia anomala", + "branch_length": 2.3649245265143506 + }, + { + "name": "Bouchetia erecta", + "branch_length": 2.3649245265143506 + } + ], + "branch_length": 5.720415980566841 + }, + { + "children": [ + { + "name": "Hunzikeria texana", + "branch_length": 3.8444069083181063 + }, + { + "name": "Plowmania nyctaginoides", + "branch_length": 3.8444069083181063 + } + ], + "branch_length": 4.24093359876305 + } + ], + "branch_length": 4.481554207240023 + }, + { + "children": [ + { + "children": [ + { + "name": "Nierembergia hatschbachii", + "branch_length": 0.9068109361218575 + }, + { + "name": "Nierembergia micrantha", + "branch_length": 0.906810936121861 + } + ], + "branch_length": 2.851317526330533 + }, + { + "children": [ + { + "children": [ + { + "name": "Nierembergia rigida", + "branch_length": 1.6298415814496963 + }, + { + "children": [ + { + "name": "Nierembergia rivularis", + "branch_length": 0.7522219410560957 + }, + { + "children": [ + { + "name": "Nierembergia repens", + "branch_length": 0.5438074245196134 + }, + { + "name": "Nierembergia spathulata", + "branch_length": 0.5438074245196027 + } + ], + "branch_length": 0.20841451653650012 + } + ], + "branch_length": 0.8776196403935614 + } + ], + "branch_length": 1.3583256234009085 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Nierembergia graveolens", + "branch_length": 0.13325776703847936 + }, + { + "name": "Nierembergia pinifolia", + "branch_length": 0.13325776703847936 + } + ], + "branch_length": 2.0050932111936355 + }, + { + "children": [ + { + "name": "Nierembergia aristata", + "branch_length": 1.0731196566884869 + }, + { + "children": [ + { + "name": "Nierembergia angustifolia", + "branch_length": 0.6857015464818765 + }, + { + "name": "Nierembergia veitchii", + "branch_length": 0.685701546481873 + } + ], + "branch_length": 0.3874181102066139 + } + ], + "branch_length": 1.0652303215436518 + } + ], + "branch_length": 0.4820380874172372 + }, + { + "children": [ + { + "children": [ + { + "name": "Nierembergia calycina", + "branch_length": 1.7045117632798608 + }, + { + "name": "Nierembergia hippomanica", + "branch_length": 1.7045117632798679 + } + ], + "branch_length": 0.6997707864398279 + }, + { + "children": [ + { + "children": [ + { + "name": "Nierembergia linariifolia", + "branch_length": 0.6698383209363747 + }, + { + "children": [ + { + "name": "Nierembergia scoparia", + "branch_length": 0.30369008781251594 + }, + { + "children": [ + { + "name": "Nierembergia andina", + "branch_length": 0.1524665497390565 + }, + { + "name": "Nierembergia ericoides", + "branch_length": 0.15246554973906967 + } + ], + "branch_length": 0.15122453807344627 + } + ], + "branch_length": 0.36614723312384 + } + ], + "branch_length": 0.579772668212506 + }, + { + "children": [ + { + "name": "Nierembergia tucumanensis", + "branch_length": 0.6853007974599521 + }, + { + "children": [ + { + "name": "Nierembergia browallioides", + "branch_length": 0.2924602514889685 + }, + { + "children": [ + { + "name": "Nierembergia boliviana", + "branch_length": 0.14184542955332802 + }, + { + "name": "Nierembergia pulchella", + "branch_length": 0.14184542955333157 + } + ], + "branch_length": 0.15061482193564046 + } + ], + "branch_length": 0.3928395459709719 + } + ], + "branch_length": 0.5643101916889215 + } + ], + "branch_length": 1.154671560570815 + } + ], + "branch_length": 0.21610651592967045 + } + ], + "branch_length": 0.3677781392012456 + } + ], + "branch_length": 0.7699622576018079 + } + ], + "branch_length": 8.808766251868786 + } + ], + "branch_length": 4.109088181583022 + } + ], + "branch_length": 6.252086116308238 + } + ], + "branch_length": 2.2855315079045972 + } + ], + "branch_length": 2.764261471440374 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Symonanthus aromaticus", + "branch_length": 1.1311708781089926 + }, + { + "name": "Symonanthus bancroftii", + "branch_length": 1.1311708781089926 + } + ], + "branch_length": 13.446303517479592 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Anthocercis gracilis", + "branch_length": 2.8704282235745318 + }, + { + "children": [ + { + "name": "Anthocercis ilicifolia", + "branch_length": 0.45616456112345105 + }, + { + "name": "Anthocercis littorea", + "branch_length": 0.45616456112345105 + } + ], + "branch_length": 2.4142626624510584 + } + ], + "branch_length": 1.7972437062601152 + }, + { + "children": [ + { + "children": [ + { + "name": "Anthocercis angustifolia", + "branch_length": 2.5413086688764217 + }, + { + "name": "Anthocercis viscosa", + "branch_length": 2.5413086688764217 + } + ], + "branch_length": 1.0829279491063524 + }, + { + "children": [ + { + "name": "Anthocercis intricata", + "branch_length": 0.9667603470095827 + }, + { + "name": "Anthocercis sylvicola", + "branch_length": 0.9667603470095827 + } + ], + "branch_length": 2.657477270973242 + } + ], + "branch_length": 1.0434343118518186 + } + ], + "branch_length": 4.680913776524125 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Cyphanthera odgersii", + "branch_length": 2.734212568728612 + }, + { + "children": [ + { + "name": "Grammosolen dixonii", + "branch_length": 0.6059637033578689 + }, + { + "name": "Grammosolen truncatus", + "branch_length": 0.6059637033578689 + } + ], + "branch_length": 2.128248865370715 + } + ], + "branch_length": 3.2077236647751484 + }, + { + "children": [ + { + "name": "Anthotroche walcottii", + "branch_length": 1.4731395414792061 + }, + { + "children": [ + { + "name": "Anthotroche pannosa", + "branch_length": 0.7774500861527329 + }, + { + "children": [ + { + "name": "Anthotroche blackii", + "branch_length": 0.3205044125591954 + }, + { + "name": "Anthotroche myoporoides", + "branch_length": 0.3205044125591954 + } + ], + "branch_length": 0.4569446735935401 + } + ], + "branch_length": 0.6956904553264707 + } + ], + "branch_length": 4.468795692024585 + } + ], + "branch_length": 0.4028815133003434 + }, + { + "children": [ + { + "name": "Anthocercis racemosa", + "branch_length": 5.166011077054286 + }, + { + "children": [ + { + "name": "Anthocercis myosotidea", + "branch_length": 4.809582453222806 + }, + { + "children": [ + { + "name": "Cyphanthera microphylla", + "branch_length": 3.629672510536455 + }, + { + "children": [ + { + "name": "Crenidium spinescens", + "branch_length": 2.535520953508442 + }, + { + "children": [ + { + "name": "Cyphanthera anthocercidea", + "branch_length": 1.9064856208726084 + }, + { + "children": [ + { + "name": "Duboisia leichhardtii", + "branch_length": 1.4096728757742198 + }, + { + "children": [ + { + "name": "Duboisia hopwoodii", + "branch_length": 1.1671583866026722 + }, + { + "children": [ + { + "name": "Cyphanthera albicans", + "branch_length": 0.3494375490981305 + }, + { + "name": "Duboisia myoporoides", + "branch_length": 0.3494375490981305 + } + ], + "branch_length": 0.8177198375045585 + } + ], + "branch_length": 0.24251448917155471 + } + ], + "branch_length": 0.49681274509838147 + } + ], + "branch_length": 0.6290353326358478 + } + ], + "branch_length": 1.094150557027973 + } + ], + "branch_length": 1.1799109426863446 + } + ], + "branch_length": 0.3564286238314871 + } + ], + "branch_length": 1.178806669749843 + } + ], + "branch_length": 3.0037679595546543 + } + ], + "branch_length": 4.906816796981236 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Nicotiana digluta", + "branch_length": 0.23810855360011018 + }, + { + "name": "Nicotiana tabacum", + "branch_length": 0.23810855360011018 + } + ], + "branch_length": 4.879273224943802 + }, + { + "children": [ + { + "name": "Nicotiana otophora", + "branch_length": 3.557786310996022 + }, + { + "children": [ + { + "name": "Nicotiana kawakamii", + "branch_length": 1.2400617193230943 + }, + { + "children": [ + { + "name": "Nicotiana tomentosa", + "branch_length": 0.7471090140262788 + }, + { + "name": "Nicotiana tomentosiformis", + "branch_length": 0.7471090140262788 + } + ], + "branch_length": 0.49295270529683677 + } + ], + "branch_length": 2.317723591672916 + } + ], + "branch_length": 1.5595954675478723 + } + ], + "branch_length": 2.253039211625733 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Nicotiana thyrsiflora", + "branch_length": 2.6556697340347633 + }, + { + "name": "Nicotiana wigandioides", + "branch_length": 2.6556697340347633 + } + ], + "branch_length": 1.0313361482468082 + }, + { + "children": [ + { + "name": "Nicotiana glutinosa", + "branch_length": 2.8568379303071794 + }, + { + "children": [ + { + "name": "Nicotiana arentsii", + "branch_length": 0.29954399996307046 + }, + { + "name": "Nicotiana undulata", + "branch_length": 0.29954399996307046 + } + ], + "branch_length": 2.557293930344116 + } + ], + "branch_length": 0.8301679519744134 + } + ], + "branch_length": 1.642918818360993 + }, + { + "children": [ + { + "children": [ + { + "name": "Nicotiana benavidesii", + "branch_length": 1.2015056557063737 + }, + { + "name": "Nicotiana raimondii", + "branch_length": 1.2015056557063737 + } + ], + "branch_length": 2.348004719301283 + }, + { + "children": [ + { + "children": [ + { + "name": "Nicotiana cordifolia", + "branch_length": 1.7919486394753648 + }, + { + "name": "Nicotiana solanifolia", + "branch_length": 1.7919486394753648 + } + ], + "branch_length": 1.0891412863063756 + }, + { + "children": [ + { + "name": "Nicotiana paniculata", + "branch_length": 0.8993829327563319 + }, + { + "children": [ + { + "name": "Nicotiana knightiana", + "branch_length": 0.5946065214914142 + }, + { + "name": "Nicotiana rustica", + "branch_length": 0.5946065214914142 + } + ], + "branch_length": 0.30477541126492014 + } + ], + "branch_length": 1.9817079930254309 + } + ], + "branch_length": 0.6684194492259259 + } + ], + "branch_length": 1.7804143256348972 + } + ], + "branch_length": 2.0404962895270558 + } + ], + "branch_length": 1.5039953291721133 + }, + { + "children": [ + { + "children": [ + { + "name": "Nicotiana clevelandii", + "branch_length": 2.812567864087839 + }, + { + "children": [ + { + "name": "Nicotiana quadrivalvis", + "branch_length": 1.98344758270283 + }, + { + "children": [ + { + "name": "Nicotiana trigonophylla", + "branch_length": 1.0291904306615542 + }, + { + "children": [ + { + "name": "Nicotiana obtusifolia", + "branch_length": 0.12671355716838661 + }, + { + "name": "Nicotiana palmeri", + "branch_length": 0.12671355716838661 + } + ], + "branch_length": 0.9024768734931534 + } + ], + "branch_length": 0.9542571520412615 + } + ], + "branch_length": 0.8291202813850269 + } + ], + "branch_length": 4.2133252368880285 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Nicotiana linearis", + "branch_length": 1.1005051004752424 + }, + { + "name": "Nicotiana spegazzinii", + "branch_length": 1.1005051004752424 + } + ], + "branch_length": 2.0683276541674367 + }, + { + "children": [ + { + "name": "Nicotiana miersii", + "branch_length": 1.8829691099204133 + }, + { + "children": [ + { + "name": "Nicotiana corymbosa", + "branch_length": 1.151538328197315 + }, + { + "children": [ + { + "name": "Nicotiana acuminata", + "branch_length": 0.38378694208874364 + }, + { + "name": "Nicotiana pauciflora", + "branch_length": 0.38378694208874364 + } + ], + "branch_length": 0.7677513861086069 + } + ], + "branch_length": 0.731431781723078 + } + ], + "branch_length": 1.2858626447222932 + } + ], + "branch_length": 3.198399464243888 + }, + { + "children": [ + { + "children": [ + { + "name": "Nicotiana sylvestris", + "branch_length": 4.370379384124664 + }, + { + "children": [ + { + "children": [ + { + "name": "Nicotiana nudicaulis", + "branch_length": 1.537343305391314 + }, + { + "children": [ + { + "name": "Nicotiana repanda", + "branch_length": 0.7660610122284552 + }, + { + "children": [ + { + "name": "Nicotiana nesophila", + "branch_length": 0.21709139682701561 + }, + { + "name": "Nicotiana stocktonii", + "branch_length": 0.21709139682701561 + } + ], + "branch_length": 0.548969615401468 + } + ], + "branch_length": 0.7712832931628419 + } + ], + "branch_length": 2.4369444176340203 + }, + { + "children": [ + { + "children": [ + { + "name": "Nicotiana alata", + "branch_length": 1.783727263602465 + }, + { + "name": "Nicotiana langsdorffii", + "branch_length": 1.783727263602465 + } + ], + "branch_length": 0.7478469883935972 + }, + { + "children": [ + { + "children": [ + { + "name": "Nicotiana bonariensis", + "branch_length": 0.6577276171854542 + }, + { + "name": "Nicotiana forgetiana", + "branch_length": 0.6577276171854542 + } + ], + "branch_length": 1.2538131422927385 + }, + { + "children": [ + { + "name": "Nicotiana longiflora", + "branch_length": 0.19069193933772155 + }, + { + "children": [ + { + "name": "Nicotiana picilla", + "branch_length": 0.053175139569802354 + }, + { + "name": "Nicotiana plumbaginifolia", + "branch_length": 0.05317513956980591 + } + ], + "branch_length": 0.1375167997679192 + } + ], + "branch_length": 1.7208498201404616 + } + ], + "branch_length": 0.6200324925178791 + } + ], + "branch_length": 1.442714471029248 + } + ], + "branch_length": 0.39609066109931845 + } + ], + "branch_length": 0.33277367409325365 + }, + { + "children": [ + { + "name": "Nicotiana africana", + "branch_length": 4.099270823125632 + }, + { + "children": [ + { + "children": [ + { + "name": "Nicotiana acaulis", + "branch_length": 3.0486298604112 + }, + { + "children": [ + { + "name": "Nicotiana glauca", + "branch_length": 2.4412333236824217 + }, + { + "children": [ + { + "name": "Nicotiana noctiflora", + "branch_length": 0.6574646874946737 + }, + { + "name": "Nicotiana petunioides", + "branch_length": 0.6574646874946737 + } + ], + "branch_length": 1.783768636187741 + } + ], + "branch_length": 0.607396536728757 + } + ], + "branch_length": 0.9286958961161922 + }, + { + "children": [ + { + "name": "Nicotiana forsteri", + "branch_length": 3.108417881941108 + }, + { + "children": [ + { + "name": "Nicotiana occidentalis", + "branch_length": 2.230695649565817 + }, + { + "children": [ + { + "children": [ + { + "name": "Nicotiana umbratica", + "branch_length": 1.5347136249781599 + }, + { + "children": [ + { + "name": "Nicotiana megalosiphon", + "branch_length": 0.9137727481647957 + }, + { + "name": "Nicotiana simulans", + "branch_length": 0.9137727481647957 + } + ], + "branch_length": 0.6209408768133642 + } + ], + "branch_length": 0.4827972526462858 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Nicotiana excelsior", + "branch_length": 0.9039002481491565 + }, + { + "name": "Nicotiana maritima", + "branch_length": 0.9039002481491565 + } + ], + "branch_length": 0.5717202568083053 + }, + { + "children": [ + { + "name": "Nicotiana amplexicaulis", + "branch_length": 1.1328349463530927 + }, + { + "children": [ + { + "name": "Nicotiana exigua", + "branch_length": 0.7829415013933421 + }, + { + "children": [ + { + "name": "Nicotiana eastii", + "branch_length": 0.3328714692647914 + }, + { + "name": "Nicotiana suaveolens", + "branch_length": 0.33287146926479494 + } + ], + "branch_length": 0.45006903212854965 + } + ], + "branch_length": 0.3498934449597648 + } + ], + "branch_length": 0.34278655860435947 + } + ], + "branch_length": 0.3564565400667732 + }, + { + "children": [ + { + "name": "Nicotiana cavicola", + "branch_length": 1.6973704612622633 + }, + { + "children": [ + { + "children": [ + { + "name": "Nicotiana goodspeedii", + "branch_length": 1.0778445614643957 + }, + { + "name": "Nicotiana gossei", + "branch_length": 1.0778445614643957 + } + ], + "branch_length": 0.36624809171042827 + }, + { + "children": [ + { + "name": "Nicotiana rotundifolia", + "branch_length": 0.936889041075645 + }, + { + "children": [ + { + "name": "Nicotiana rosulata", + "branch_length": 0.7324129195075919 + }, + { + "name": "Nicotiana velutina", + "branch_length": 0.7324129195075919 + } + ], + "branch_length": 0.2044761215680566 + } + ], + "branch_length": 0.5072036120991861 + } + ], + "branch_length": 0.2532778080874607 + } + ], + "branch_length": 0.13470658376195033 + } + ], + "branch_length": 0.18543383260020718 + } + ], + "branch_length": 0.2131837719413774 + } + ], + "branch_length": 0.8777222323752838 + } + ], + "branch_length": 0.868907874586256 + } + ], + "branch_length": 0.12194506659826132 + } + ], + "branch_length": 0.6038822350922644 + } + ], + "branch_length": 1.664080160668668 + } + ], + "branch_length": 0.6586608820892685 + } + ], + "branch_length": 1.8485222183659218 + } + ], + "branch_length": 5.3809851839981775 + } + ], + "branch_length": 0.3220728922490288 + } + ], + "branch_length": 9.190239820167744 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Latua pubiflora", + "branch_length": 15.669158874635155 + }, + { + "children": [ + { + "name": "Jaborosa integrifolia", + "branch_length": 6.514687074076377 + }, + { + "children": [ + { + "name": "Jaborosa sativa", + "branch_length": 0.8992863278939431 + }, + { + "name": "Jaborosa squarrosa", + "branch_length": 0.8992863278939431 + } + ], + "branch_length": 5.615400746182448 + } + ], + "branch_length": 9.154471800559008 + } + ], + "branch_length": 2.337975435038654 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Atropa belladonna", + "branch_length": 0.9384942582059637 + }, + { + "name": "Atropa komarovii", + "branch_length": 0.9384942582059637 + } + ], + "branch_length": 10.926681208975886 + }, + { + "children": [ + { + "children": [ + { + "name": "Anisodus tanguticus", + "branch_length": 3.487675110853651 + }, + { + "children": [ + { + "name": "Anisodus carniolicoides", + "branch_length": 1.726078040032121 + }, + { + "children": [ + { + "name": "Anisodus acutangulus", + "branch_length": 0.1448608886796734 + }, + { + "name": "Anisodus luridus", + "branch_length": 0.1448608886796734 + } + ], + "branch_length": 1.5812171513524724 + } + ], + "branch_length": 1.761597070821452 + } + ], + "branch_length": 6.107255259926504 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Hyoscyamus turcomanicus", + "branch_length": 4.143836326648508 + }, + { + "children": [ + { + "name": "Hyoscyamus pusillus", + "branch_length": 3.41952308946183 + }, + { + "children": [ + { + "name": "Hyoscyamus albus", + "branch_length": 0.16604837288408092 + }, + { + "name": "Hyoscyamus niger", + "branch_length": 0.16604837288408092 + } + ], + "branch_length": 3.2534747165777844 + } + ], + "branch_length": 0.7243132371866601 + } + ], + "branch_length": 1.0033080379962094 + }, + { + "children": [ + { + "name": "Hyoscyamus leptocalyx", + "branch_length": 4.068708043332968 + }, + { + "children": [ + { + "name": "Hyoscyamus muticus", + "branch_length": 3.33826400726824 + }, + { + "children": [ + { + "name": "Hyoscyamus aureus", + "branch_length": 2.4372437651040713 + }, + { + "name": "Hyoscyamus desertorum", + "branch_length": 2.437243765104064 + } + ], + "branch_length": 0.9010202421641473 + } + ], + "branch_length": 0.7304440360647284 + } + ], + "branch_length": 1.0784363213117665 + } + ], + "branch_length": 4.188721909986498 + }, + { + "children": [ + { + "name": "Atropanthe sinensis", + "branch_length": 8.826209187971251 + }, + { + "children": [ + { + "children": [ + { + "name": "Scopolia japonica", + "branch_length": 4.131561810736962 + }, + { + "children": [ + { + "name": "Scopolia carniolica", + "branch_length": 1.1672712080833954 + }, + { + "children": [ + { + "name": "Scopolia lutescens", + "branch_length": 0.11467271819215696 + }, + { + "name": "Scopolia parviflora", + "branch_length": 0.11467271819215696 + } + ], + "branch_length": 1.052598489891242 + } + ], + "branch_length": 2.9642896026535652 + } + ], + "branch_length": 2.3255308836869766 + }, + { + "children": [ + { + "name": "Przewalskia tangutica", + "branch_length": 5.872140066687535 + }, + { + "children": [ + { + "name": "Physochlaina praealta", + "branch_length": 3.5423821509475317 + }, + { + "children": [ + { + "name": "Physochlaina infundibularis", + "branch_length": 2.6195005150277773 + }, + { + "children": [ + { + "name": "Physochlaina orientalis", + "branch_length": 0.123674287227999 + }, + { + "name": "Physochlaina physaloides", + "branch_length": 0.123674287227999 + } + ], + "branch_length": 2.4958262277998067 + } + ], + "branch_length": 0.922880635919757 + } + ], + "branch_length": 2.3297589157399443 + } + ], + "branch_length": 0.5849526277364596 + } + ], + "branch_length": 2.3691164935473132 + } + ], + "branch_length": 0.5096580866599076 + } + ], + "branch_length": 0.2590640961489221 + } + ], + "branch_length": 2.270244096401896 + } + ], + "branch_length": 5.049849619848548 + }, + { + "children": [ + { + "children": [ + { + "name": "Sclerophylax spinescens", + "branch_length": 4.273179027857335 + }, + { + "children": [ + { + "name": "Sclerophylax gilliesii", + "branch_length": 2.857142753293772 + }, + { + "children": [ + { + "name": "Sclerophylax adnatifolia", + "branch_length": 1.3177928078904273 + }, + { + "name": "Sclerophylax sp", + "branch_length": 1.3177928078904273 + } + ], + "branch_length": 1.5393499454033375 + } + ], + "branch_length": 1.416036274563556 + } + ], + "branch_length": 7.927913327351586 + }, + { + "children": [ + { + "children": [ + { + "name": "Nolana sessiliflora", + "branch_length": 6.287887297358633 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Nolana pterocarpa", + "branch_length": 0.5852312927732264 + }, + { + "children": [ + { + "name": "Nolana baccata", + "branch_length": 0.1410302303102 + }, + { + "name": "Nolana parviflora", + "branch_length": 0.1410302303102 + } + ], + "branch_length": 0.44420106246303703 + } + ], + "branch_length": 0.903686779499207 + }, + { + "children": [ + { + "name": "Nolana elegans", + "branch_length": 0.9212466469026239 + }, + { + "children": [ + { + "name": "Nolana rupicola", + "branch_length": 0.7800008456845084 + }, + { + "children": [ + { + "name": "Nolana acuminata", + "branch_length": 0.5374876749043551 + }, + { + "name": "Nolana paradoxa", + "branch_length": 0.5374876749043551 + } + ], + "branch_length": 0.24251317078015333 + } + ], + "branch_length": 0.14124580121811547 + } + ], + "branch_length": 0.5676714253697988 + } + ], + "branch_length": 2.7858879317996 + }, + { + "children": [ + { + "children": [ + { + "name": "Nolana coelestis", + "branch_length": 1.751676332633508 + }, + { + "children": [ + { + "name": "Nolana carnosa", + "branch_length": 1.1121546350196247 + }, + { + "children": [ + { + "name": "Nolana filifolia", + "branch_length": 0.35042249688653726 + }, + { + "name": "Nolana rostrata", + "branch_length": 0.35042249688653726 + } + ], + "branch_length": 0.7617321381330839 + } + ], + "branch_length": 0.6395206976138894 + } + ], + "branch_length": 2.442046661510549 + }, + { + "children": [ + { + "children": [ + { + "name": "Nolana stenophylla", + "branch_length": 2.530147274497491 + }, + { + "children": [ + { + "name": "Nolana balsamiflua", + "branch_length": 1.1402698802778026 + }, + { + "name": "Nolana linearifolia", + "branch_length": 1.1402698802778026 + } + ], + "branch_length": 1.3898773942197238 + } + ], + "branch_length": 1.1093663373407558 + }, + { + "children": [ + { + "children": [ + { + "name": "Nolana adansonii", + "branch_length": 2.781574536630547 + }, + { + "name": "Nolana galapagensis", + "branch_length": 2.781574536630547 + } + ], + "branch_length": 0.6428093311958918 + }, + { + "children": [ + { + "children": [ + { + "name": "Nolana spathulata", + "branch_length": 1.7805655441862491 + }, + { + "children": [ + { + "name": "Nolana plicata", + "branch_length": 0.6899187453852562 + }, + { + "children": [ + { + "name": "Nolana willeana", + "branch_length": 0.5120304546753864 + }, + { + "children": [ + { + "name": "Nolana inflata", + "branch_length": 0.1479110424755028 + }, + { + "name": "Nolana weissiana", + "branch_length": 0.1479110424755028 + } + ], + "branch_length": 0.3641194121998943 + } + ], + "branch_length": 0.17788829070986623 + } + ], + "branch_length": 1.0906467988010178 + } + ], + "branch_length": 0.6481897818691387 + }, + { + "children": [ + { + "children": [ + { + "name": "Nolana urubambae", + "branch_length": 1.3401798394427686 + }, + { + "children": [ + { + "name": "Nolana aticoana", + "branch_length": 0.9291698478011554 + }, + { + "children": [ + { + "name": "Nolana humifusa", + "branch_length": 0.3821454755839504 + }, + { + "name": "Nolana lezamae", + "branch_length": 0.3821454755839504 + } + ], + "branch_length": 0.5470243722172263 + } + ], + "branch_length": 0.41100999164162744 + } + ], + "branch_length": 0.5144456006841374 + }, + { + "children": [ + { + "children": [ + { + "name": "Nolana chancoana", + "branch_length": 0.9248562483601717 + }, + { + "name": "Nolana chapiensis", + "branch_length": 0.9248562483601646 + } + ], + "branch_length": 0.5723854672483348 + }, + { + "children": [ + { + "name": "Nolana scaposa", + "branch_length": 1.313703318768205 + }, + { + "children": [ + { + "name": "Nolana coronata", + "branch_length": 0.25436449832390196 + }, + { + "name": "Nolana laxa", + "branch_length": 0.25436449832390196 + } + ], + "branch_length": 1.0593388204443315 + } + ], + "branch_length": 0.18353739684030046 + } + ], + "branch_length": 0.35738472451841474 + } + ], + "branch_length": 0.5741288859284595 + } + ], + "branch_length": 0.9956285417710724 + } + ], + "branch_length": 0.21512974401183982 + } + ], + "branch_length": 0.5542093823058103 + } + ], + "branch_length": 0.08108300992791584 + } + ], + "branch_length": 0.7222059653398993 + }, + { + "children": [ + { + "children": [ + { + "name": "Nolana tarapacana", + "branch_length": 3.1011282006601135 + }, + { + "children": [ + { + "children": [ + { + "name": "Nolana gayana", + "branch_length": 1.7040019458183622 + }, + { + "children": [ + { + "name": "Nolana arequipensis", + "branch_length": 0.41882253226277655 + }, + { + "name": "Nolana tomentella", + "branch_length": 0.41882253226277655 + } + ], + "branch_length": 1.2851794135556034 + } + ], + "branch_length": 0.43432478950144926 + }, + { + "children": [ + { + "children": [ + { + "name": "Nolana lycioides", + "branch_length": 0.3881963445324317 + }, + { + "name": "Nolana pallida", + "branch_length": 0.3881963445324317 + } + ], + "branch_length": 1.000187607275656 + }, + { + "children": [ + { + "children": [ + { + "name": "Nolana confinis", + "branch_length": 0.23991279807206212 + }, + { + "name": "Nolana johnstonii", + "branch_length": 0.23991279807206212 + } + ], + "branch_length": 0.8425505439652987 + }, + { + "children": [ + { + "children": [ + { + "name": "Nolana cerrateana", + "branch_length": 0.10114082858943974 + }, + { + "name": "Nolana pilosa", + "branch_length": 0.10114082858943974 + } + ], + "branch_length": 0.4839782249009481 + }, + { + "children": [ + { + "name": "Nolana volcanica", + "branch_length": 0.16901111294978932 + }, + { + "children": [ + { + "name": "Nolana intonsa", + "branch_length": 0.09315120313023684 + }, + { + "name": "Nolana thinophila", + "branch_length": 0.09315120313023684 + } + ], + "branch_length": 0.07585990981954893 + } + ], + "branch_length": 0.4161079405405914 + } + ], + "branch_length": 0.4973442885469659 + } + ], + "branch_length": 0.30591960977075416 + } + ], + "branch_length": 0.7499437835117497 + } + ], + "branch_length": 0.962801465340263 + } + ], + "branch_length": 0.6350068305355627 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Nolana crassulifolia", + "branch_length": 1.2036150813478983 + }, + { + "name": "Nolana werdermannii", + "branch_length": 1.2036150813478983 + } + ], + "branch_length": 0.5912584343655425 + }, + { + "children": [ + { + "name": "Nolana divaricata", + "branch_length": 1.348962163895667 + }, + { + "name": "Nolana incana", + "branch_length": 1.348962163895667 + } + ], + "branch_length": 0.4459103518177834 + } + ], + "branch_length": 0.9894142874724388 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Nolana diffusa", + "branch_length": 0.6629173915600255 + }, + { + "name": "Nolana tocopillensis", + "branch_length": 0.6629173915600255 + } + ], + "branch_length": 0.990314177644624 + }, + { + "children": [ + { + "name": "Nolana aplocaryoides", + "branch_length": 1.3675797119245985 + }, + { + "children": [ + { + "name": "Nolana peruviana", + "branch_length": 0.5975336384785628 + }, + { + "children": [ + { + "name": "Nolana onoana", + "branch_length": 0.3140561642663755 + }, + { + "name": "Nolana sphaerophylla", + "branch_length": 0.3140561642663755 + } + ], + "branch_length": 0.2834774742122015 + } + ], + "branch_length": 0.7700450734460311 + } + ], + "branch_length": 0.28565285728006273 + } + ], + "branch_length": 0.7057959904951225 + }, + { + "children": [ + { + "children": [ + { + "name": "Nolana clivicola", + "branch_length": 1.5186843617396626 + }, + { + "children": [ + { + "name": "Nolana ramosissima", + "branch_length": 0.7479128164874638 + }, + { + "name": "Nolana salsoloides", + "branch_length": 0.7479128164874638 + } + ], + "branch_length": 0.7707725452521679 + } + ], + "branch_length": 0.5868110261096504 + }, + { + "children": [ + { + "name": "Nolana sedifolia", + "branch_length": 1.9617706439528817 + }, + { + "children": [ + { + "children": [ + { + "name": "Nolana albescens", + "branch_length": 1.1537294878057516 + }, + { + "name": "Nolana flaccida", + "branch_length": 1.1537304878057562 + } + ], + "branch_length": 0.5602932920166808 + }, + { + "children": [ + { + "name": "Nolana mollis", + "branch_length": 1.034230798976477 + }, + { + "children": [ + { + "name": "Nolana leptophylla", + "branch_length": 0.8304537405902508 + }, + { + "name": "Nolana villosa", + "branch_length": 0.8304547405902554 + } + ], + "branch_length": 0.2037760583862216 + } + ], + "branch_length": 0.6797939808459752 + } + ], + "branch_length": 0.2477468641304199 + } + ], + "branch_length": 0.14372574389642168 + } + ], + "branch_length": 0.2535321718504875 + } + ], + "branch_length": 0.42526024348607905 + } + ], + "branch_length": 0.9518472280098038 + } + ], + "branch_length": 1.2608759382162553 + } + ], + "branch_length": 1.29087532794669 + } + ], + "branch_length": 4.581965916998282 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Lycium tetrandrum", + "branch_length": 1.9331917628026325 + }, + { + "children": [ + { + "name": "Lycium acutifolium", + "branch_length": 1.5168938057320887 + }, + { + "children": [ + { + "children": [ + { + "name": "Lycium bosciifolium", + "branch_length": 0.48619229362450866 + }, + { + "children": [ + { + "name": "Lycium hirsutum", + "branch_length": 0.19879700013084545 + }, + { + "name": "Lycium villosum", + "branch_length": 0.19879700013084545 + } + ], + "branch_length": 0.2873952934936561 + } + ], + "branch_length": 0.7957704485387325 + }, + { + "children": [ + { + "name": "Lycium eenii", + "branch_length": 1.1158956454432278 + }, + { + "children": [ + { + "name": "Lycium schweinfurthii", + "branch_length": 0.3832172980426627 + }, + { + "name": "Lycium shawii", + "branch_length": 0.3832172980426627 + } + ], + "branch_length": 0.7326783474005794 + } + ], + "branch_length": 0.16606809672000367 + } + ], + "branch_length": 0.23493006356889268 + } + ], + "branch_length": 0.4162989570705271 + } + ], + "branch_length": 0.6287134197440665 + }, + { + "children": [ + { + "children": [ + { + "name": "Lycium depressum", + "branch_length": 0.36691195004585 + }, + { + "name": "Lycium europaeum", + "branch_length": 0.36691195004585 + } + ], + "branch_length": 1.947003202149407 + }, + { + "children": [ + { + "name": "Lycium ruthenicum", + "branch_length": 2.163932939482418 + }, + { + "children": [ + { + "children": [ + { + "name": "Lycium dasystemum", + "branch_length": 0.9326677129333127 + }, + { + "name": "Lycium truncatum", + "branch_length": 0.9326677129333127 + } + ], + "branch_length": 0.8261778938698612 + }, + { + "children": [ + { + "name": "Lycium barbarum", + "branch_length": 1.3637802808096637 + }, + { + "children": [ + { + "name": "Lycium chinense", + "branch_length": 0.8929596905878299 + }, + { + "name": "Lycium yunnanense", + "branch_length": 0.8929596905878441 + } + ], + "branch_length": 0.47082059022181966 + } + ], + "branch_length": 0.3950643259935127 + } + ], + "branch_length": 0.40508833267924516 + } + ], + "branch_length": 0.1499822127128354 + } + ], + "branch_length": 0.24799003035144196 + } + ], + "branch_length": 0.45720032891368234 + }, + { + "children": [ + { + "children": [ + { + "name": "Lycium decumbens", + "branch_length": 0.09921851970642592 + }, + { + "name": "Lycium pumilum", + "branch_length": 0.09921851970642592 + } + ], + "branch_length": 2.160025655157849 + }, + { + "children": [ + { + "children": [ + { + "name": "Lycium oxycarpum", + "branch_length": 1.4702388084814366 + }, + { + "name": "Lycium pilifolium", + "branch_length": 1.4702388084814295 + } + ], + "branch_length": 0.45131099348705206 + }, + { + "children": [ + { + "children": [ + { + "name": "Lycium gariepense", + "branch_length": 0.9825191362801782 + }, + { + "children": [ + { + "name": "Lycium australe", + "branch_length": 0.6903858592178196 + }, + { + "name": "Lycium tenue", + "branch_length": 0.6903858592178267 + } + ], + "branch_length": 0.2921332770623444 + } + ], + "branch_length": 0.36138977811316764 + }, + { + "children": [ + { + "children": [ + { + "name": "Lycium strandveldense", + "branch_length": 0.6704394792642034 + }, + { + "children": [ + { + "name": "Lycium amoenum", + "branch_length": 0.30224047401300425 + }, + { + "name": "Lycium grandicalyx", + "branch_length": 0.30224047401300425 + } + ], + "branch_length": 0.3681990052511992 + } + ], + "branch_length": 0.4781832478062924 + }, + { + "children": [ + { + "children": [ + { + "name": "Lycium arenicola", + "branch_length": 0.151821950309305 + }, + { + "name": "Lycium cinereum", + "branch_length": 0.15182195030930146 + } + ], + "branch_length": 0.46905106098347815 + }, + { + "children": [ + { + "name": "Lycium afrum", + "branch_length": 0.4082003520803852 + }, + { + "children": [ + { + "name": "Lycium ferocissimum", + "branch_length": 0.3116877095749828 + }, + { + "children": [ + { + "name": "Lycium horridum", + "branch_length": 0.07545127005880303 + }, + { + "name": "Lycium schizocalyx", + "branch_length": 0.07545127005880303 + } + ], + "branch_length": 0.23623643951617268 + } + ], + "branch_length": 0.09651264250540237 + } + ], + "branch_length": 0.21267265921239797 + } + ], + "branch_length": 0.5277497157777056 + } + ], + "branch_length": 0.19528618732285707 + } + ], + "branch_length": 0.57764088757515 + } + ], + "branch_length": 0.3376943728957862 + } + ], + "branch_length": 0.7598623365960826 + } + ], + "branch_length": 1.8308555345480784 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Lycium boerhaviifolium", + "branch_length": 1.072625561233238 + }, + { + "name": "Lycium duplicatum", + "branch_length": 1.072625561233238 + } + ], + "branch_length": 1.813216544967176 + }, + { + "children": [ + { + "children": [ + { + "name": "Lycium pallidum", + "branch_length": 0.8259889169251338 + }, + { + "name": "Lycium shockleyi", + "branch_length": 0.8259889169251196 + } + ], + "branch_length": 1.0165025436847621 + }, + { + "children": [ + { + "name": "Lycium cooperi", + "branch_length": 1.0746354716959132 + }, + { + "children": [ + { + "name": "Lycium macrodon", + "branch_length": 0.880585806129865 + }, + { + "name": "Lycium puberulum", + "branch_length": 0.8805858061298579 + } + ], + "branch_length": 0.19404966556603398 + } + ], + "branch_length": 0.7678549889139994 + } + ], + "branch_length": 1.0433506455905395 + } + ], + "branch_length": 1.7519179512045326 + }, + { + "children": [ + { + "name": "Lycium microphyllum", + "branch_length": 3.9137056443239686 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Lycium californicum", + "branch_length": 1.8749018355845415 + }, + { + "children": [ + { + "name": "Lycium nodosum", + "branch_length": 0.4031949731177136 + }, + { + "name": "Lycium vimineum", + "branch_length": 0.4031949731177136 + } + ], + "branch_length": 1.4717068624668315 + } + ], + "branch_length": 1.004538220633144 + }, + { + "children": [ + { + "children": [ + { + "name": "Lycium gilliesianum", + "branch_length": 2.282342174140748 + }, + { + "children": [ + { + "name": "Lycium chilense", + "branch_length": 0.670377261424413 + }, + { + "name": "Lycium ciliatum", + "branch_length": 0.670377261424413 + } + ], + "branch_length": 1.611965912716304 + } + ], + "branch_length": 0.2833463593252077 + }, + { + "children": [ + { + "children": [ + { + "name": "Lycium ameghinoi", + "branch_length": 1.3978394554722655 + }, + { + "name": "Lycium chanar", + "branch_length": 1.3978394554722833 + } + ], + "branch_length": 0.44032077987560214 + }, + { + "children": [ + { + "name": "Lycium deserti", + "branch_length": 0.9852364321763538 + }, + { + "children": [ + { + "name": "Lycium fuscum", + "branch_length": 0.5416839216551459 + }, + { + "children": [ + { + "name": "Lycium minutifolium", + "branch_length": 0.12926638797487655 + }, + { + "name": "Lycium stenophyllum", + "branch_length": 0.12926638797487655 + } + ], + "branch_length": 0.41241753368026934 + } + ], + "branch_length": 0.44355251052120437 + } + ], + "branch_length": 0.8529238031715316 + } + ], + "branch_length": 0.727528298118088 + } + ], + "branch_length": 0.31375152275173335 + } + ], + "branch_length": 0.5373281926412687 + }, + { + "children": [ + { + "children": [ + { + "name": "Lycium cestroides", + "branch_length": 2.279443752284333 + }, + { + "children": [ + { + "name": "Lycium cuneatum", + "branch_length": 0.42514331313703835 + }, + { + "name": "Lycium morongii", + "branch_length": 0.42514331313703835 + } + ], + "branch_length": 1.8543004391473161 + } + ], + "branch_length": 0.42109181501236037 + }, + { + "children": [ + { + "children": [ + { + "name": "Lycium brevipes", + "branch_length": 1.388007755740805 + }, + { + "children": [ + { + "children": [ + { + "name": "Lycium carolinianum", + "branch_length": 0.2623979617775589 + }, + { + "name": "Lycium sandwicense", + "branch_length": 0.2623979617775589 + } + ], + "branch_length": 0.4756811620824948 + }, + { + "children": [ + { + "name": "Lycium rachidocladum", + "branch_length": 0.3473857444788564 + }, + { + "name": "Lycium tenuispinosum", + "branch_length": 0.3473857444788564 + } + ], + "branch_length": 0.3906933793811973 + } + ], + "branch_length": 0.6499286318807371 + } + ], + "branch_length": 0.8492018701173656 + }, + { + "children": [ + { + "children": [ + { + "name": "Lycium elongatum", + "branch_length": 1.0924371070471715 + }, + { + "children": [ + { + "name": "Lycium americanum", + "branch_length": 0.1444871210579528 + }, + { + "name": "Lycium infaustum", + "branch_length": 0.1444871210579528 + } + ], + "branch_length": 0.9479509859892161 + } + ], + "branch_length": 0.7542602678343862 + }, + { + "children": [ + { + "children": [ + { + "name": "Lycium athium", + "branch_length": 0.6013258554002334 + }, + { + "name": "Lycium minimum", + "branch_length": 0.6013258554002334 + } + ], + "branch_length": 0.9224659952780456 + }, + { + "children": [ + { + "children": [ + { + "name": "Lycium texanum", + "branch_length": 0.5387425142331885 + }, + { + "children": [ + { + "name": "Lycium parishii", + "branch_length": 0.29996507375032877 + }, + { + "name": "Lycium torreyi", + "branch_length": 0.29996507375032877 + } + ], + "branch_length": 0.23877744048286687 + } + ], + "branch_length": 0.6557743589961014 + }, + { + "children": [ + { + "children": [ + { + "name": "Lycium andersonii", + "branch_length": 0.5339820993034614 + }, + { + "name": "Lycium berlandieri", + "branch_length": 0.5339820993034614 + } + ], + "branch_length": 0.46569280579199557 + }, + { + "children": [ + { + "name": "Lycium exsertum", + "branch_length": 0.21206107141389552 + }, + { + "name": "Lycium fremontii", + "branch_length": 0.21206107141389552 + } + ], + "branch_length": 0.7876148336815554 + } + ], + "branch_length": 0.194840968133839 + } + ], + "branch_length": 0.32927497744897494 + } + ], + "branch_length": 0.32290652420329025 + } + ], + "branch_length": 0.3905122509765988 + } + ], + "branch_length": 0.46332594143857264 + } + ], + "branch_length": 0.7162336815622616 + } + ], + "branch_length": 0.4969373954649754 + } + ], + "branch_length": 0.724054413081042 + } + ], + "branch_length": 0.21220098860347747 + } + ], + "branch_length": 6.019891168348423 + } + ], + "branch_length": 1.3312401408520103 + } + ], + "branch_length": 4.713931731821678 + } + ], + "branch_length": 1.0921092226435292 + } + ], + "branch_length": 2.922423589857683 + }, + { + "children": [ + { + "children": [ + { + "name": "Exodeconus miersii", + "branch_length": 15.908841651837228 + }, + { + "children": [ + { + "children": [ + { + "name": "Schultesianthus leucanthus", + "branch_length": 3.198310199412706 + }, + { + "name": "Schultesianthus megalandrus", + "branch_length": 3.198310199412706 + } + ], + "branch_length": 10.058435905671711 + }, + { + "children": [ + { + "children": [ + { + "name": "Solandra brachycalyx", + "branch_length": 4.842572636077648 + }, + { + "name": "Solandra grandiflora", + "branch_length": 4.842572636077648 + } + ], + "branch_length": 6.6772702725363295 + }, + { + "children": [ + { + "name": "Dyssochroma viridiflora", + "branch_length": 5.4493034715652975 + }, + { + "children": [ + { + "name": "Merinthopodium neuranthum", + "branch_length": 4.278100843418837 + }, + { + "children": [ + { + "children": [ + { + "name": "Markea panamensis", + "branch_length": 2.567486479057372 + }, + { + "name": "Markea ulei", + "branch_length": 2.5674864790573793 + } + ], + "branch_length": 1.3382411663115406 + }, + { + "children": [ + { + "name": "Juanulloa mexicana", + "branch_length": 3.132231279195345 + }, + { + "children": [ + { + "name": "Trianaea sp", + "branch_length": 2.777073217852063 + }, + { + "name": "Trianaea speciosa", + "branch_length": 2.7770732178520845 + } + ], + "branch_length": 0.3551580613432819 + } + ], + "branch_length": 0.7734963661735677 + } + ], + "branch_length": 0.37237319804991387 + } + ], + "branch_length": 1.1712026281464532 + } + ], + "branch_length": 6.070539437048691 + } + ], + "branch_length": 1.7369031964705464 + } + ], + "branch_length": 2.652095546753131 + } + ], + "branch_length": 4.1886653575485155 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Mandragora caulescens", + "branch_length": 1.432662350199049 + }, + { + "name": "Mandragora chinghaiensis", + "branch_length": 1.432662350199049 + } + ], + "branch_length": 5.194229822189271 + }, + { + "children": [ + { + "name": "Mandragora officinarum", + "branch_length": 5.1916607641306065 + }, + { + "children": [ + { + "name": "Mandragora autumnalis", + "branch_length": 0.14392002046168884 + }, + { + "name": "Mandragora turcomanica", + "branch_length": 0.14392002046168884 + } + ], + "branch_length": 5.047740743668893 + } + ], + "branch_length": 1.435230408257734 + } + ], + "branch_length": 13.056633766269165 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Nicandra physalodes", + "branch_length": 15.943581647740565 + }, + { + "children": [ + { + "children": [ + { + "name": "Iochroma cardenasianum", + "branch_length": 6.704527069055018 + }, + { + "children": [ + { + "name": "Brugmansia sanguinea", + "branch_length": 4.118761159367409 + }, + { + "children": [ + { + "name": "Brugmansia arborea", + "branch_length": 1.7144332708003063 + }, + { + "name": "Brugmansia aurea", + "branch_length": 1.7144332708003276 + } + ], + "branch_length": 2.4043278885670674 + } + ], + "branch_length": 2.585765909687602 + } + ], + "branch_length": 1.7735714326215515 + }, + { + "children": [ + { + "children": [ + { + "name": "Datura discolor", + "branch_length": 1.7334117591265183 + }, + { + "name": "Datura metel", + "branch_length": 1.7334117591265326 + } + ], + "branch_length": 1.7189014747388143 + }, + { + "children": [ + { + "children": [ + { + "name": "Datura inoxia", + "branch_length": 1.5415930925205004 + }, + { + "name": "Datura leichhardtii", + "branch_length": 1.5415930925204862 + } + ], + "branch_length": 0.4650966859550607 + }, + { + "children": [ + { + "children": [ + { + "name": "Datura ferox", + "branch_length": 0.43836210218156424 + }, + { + "name": "Datura quercifolia", + "branch_length": 0.43836210218156424 + } + ], + "branch_length": 0.803173920418466 + }, + { + "children": [ + { + "children": [ + { + "name": "Datura bernhardii", + "branch_length": 0.1393050702610097 + }, + { + "name": "Datura stramonium", + "branch_length": 0.13930507026098482 + } + ], + "branch_length": 0.5626833882657252 + }, + { + "children": [ + { + "name": "Datura laevis", + "branch_length": 0.2833096689834207 + }, + { + "children": [ + { + "name": "Datura ceratocaula", + "branch_length": 0.19289086255142962 + }, + { + "name": "Datura rosei", + "branch_length": 0.19289086255142962 + } + ], + "branch_length": 0.09041880643199107 + } + ], + "branch_length": 0.41867878954331417 + } + ], + "branch_length": 0.5395475640733096 + } + ], + "branch_length": 0.7651537558755308 + } + ], + "branch_length": 1.4456234553897573 + } + ], + "branch_length": 5.025784267811261 + } + ], + "branch_length": 7.465483146064265 + } + ], + "branch_length": 1.9675076803460456 + }, + { + "children": [ + { + "children": [ + { + "name": "Nectouxia formosa", + "branch_length": 6.324037027073139 + }, + { + "name": "Salpichroa origanifolia", + "branch_length": 6.324037027073139 + } + ], + "branch_length": 10.657947988724949 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Lycianthes shanesii", + "branch_length": 7.7792259200024105 + }, + { + "children": [ + { + "children": [ + { + "name": "Lycianthes lysimachioides", + "branch_length": 1.570503349198912 + }, + { + "children": [ + { + "name": "Lycianthes biflora", + "branch_length": 0.729943093662687 + }, + { + "name": "Lycianthes denticulata", + "branch_length": 0.7299430936627012 + } + ], + "branch_length": 0.8405602555362179 + } + ], + "branch_length": 5.762334141808299 + }, + { + "children": [ + { + "children": [ + { + "name": "Lycianthes sanctaeclarae", + "branch_length": 2.59094790741603 + }, + { + "name": "Lycianthes synanthera", + "branch_length": 2.59094790741603 + } + ], + "branch_length": 4.120707358855746 + }, + { + "children": [ + { + "name": "Lycianthes pringlei", + "branch_length": 5.343623687261484 + }, + { + "children": [ + { + "name": "Lycianthes beckneriana", + "branch_length": 4.398457645356245 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Lycianthes furcatistellata", + "branch_length": 1.129805831715025 + }, + { + "name": "Lycianthes multiflora", + "branch_length": 1.1298058317150534 + } + ], + "branch_length": 0.859930875633399 + }, + { + "children": [ + { + "name": "Lycianthes glandulosa", + "branch_length": 0.5815882378152359 + }, + { + "name": "Lycianthes pseudolycioides", + "branch_length": 0.5815882378152359 + } + ], + "branch_length": 1.408148469533181 + } + ], + "branch_length": 1.3689424549884457 + }, + { + "children": [ + { + "children": [ + { + "name": "Lycianthes nitida", + "branch_length": 1.518795869871088 + }, + { + "children": [ + { + "name": "Lycianthes jalicensis", + "branch_length": 0.6671045156301787 + }, + { + "name": "Lycianthes surotatensis", + "branch_length": 0.6671045156301787 + } + ], + "branch_length": 0.851692354240857 + } + ], + "branch_length": 1.3877387938417023 + }, + { + "children": [ + { + "name": "Lycianthes lenta", + "branch_length": 2.4469106961561096 + }, + { + "children": [ + { + "name": "Lycianthes stephanocalyx", + "branch_length": 2.220239869194952 + }, + { + "children": [ + { + "name": "Lycianthes tricolor", + "branch_length": 1.8684379000960583 + }, + { + "children": [ + { + "name": "Lycianthes geminiflora", + "branch_length": 1.3336899458220373 + }, + { + "name": "Lycianthes heteroclita", + "branch_length": 1.333690945822056 + } + ], + "branch_length": 0.5347479542740103 + } + ], + "branch_length": 0.35180196909888295 + } + ], + "branch_length": 0.2266708269611719 + } + ], + "branch_length": 0.45962396755668067 + } + ], + "branch_length": 0.4521434986240891 + } + ], + "branch_length": 1.039779483019366 + } + ], + "branch_length": 0.9451650419051916 + } + ], + "branch_length": 1.3680315790103066 + } + ], + "branch_length": 0.6211812247354445 + } + ], + "branch_length": 0.4463894289951824 + } + ], + "branch_length": 5.310447239107042 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Lycianthes fasciculata", + "branch_length": 0.24508553055598625 + }, + { + "name": "Lycianthes saltensis", + "branch_length": 0.24508553055598625 + } + ], + "branch_length": 1.936843014251071 + }, + { + "children": [ + { + "name": "Lycianthes lycioides", + "branch_length": 1.7938100480678045 + }, + { + "name": "Lycianthes rantonnei", + "branch_length": 1.7938090480678 + } + ], + "branch_length": 0.38811849673922794 + } + ], + "branch_length": 3.0731952899873924 + }, + { + "children": [ + { + "name": "Lycianthes jelskii", + "branch_length": 4.082167020118874 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Lycianthes acutifolia", + "branch_length": 1.2229702984249542 + }, + { + "name": "Lycianthes inaequilatera", + "branch_length": 1.2229702984249542 + } + ], + "branch_length": 1.3347222411193158 + }, + { + "children": [ + { + "name": "Lycianthes amatitlanensis", + "branch_length": 1.209677526857103 + }, + { + "name": "Lycianthes radiata", + "branch_length": 1.209677526857103 + } + ], + "branch_length": 1.348015012687167 + } + ], + "branch_length": 1.076347346432037 + }, + { + "children": [ + { + "name": "Lycianthes asarifolia", + "branch_length": 2.7435439067533594 + }, + { + "children": [ + { + "children": [ + { + "name": "Lycianthes acapulcensis", + "branch_length": 1.04525447527055 + }, + { + "name": "Lycianthes ciliolata", + "branch_length": 1.0452544752705393 + } + ], + "branch_length": 0.9085731870139213 + }, + { + "children": [ + { + "name": "Lycianthes moziniana", + "branch_length": 0.7669464167023072 + }, + { + "children": [ + { + "name": "Lycianthes rzedowskii", + "branch_length": 0.45201004479593365 + }, + { + "children": [ + { + "name": "Lycianthes dejecta", + "branch_length": 0.136307684691662 + }, + { + "name": "Lycianthes peduncularis", + "branch_length": 0.136307684691662 + } + ], + "branch_length": 0.3157023601042681 + } + ], + "branch_length": 0.3149363719063807 + } + ], + "branch_length": 1.1868812455821889 + } + ], + "branch_length": 0.7897172444689033 + } + ], + "branch_length": 0.8904959792229405 + } + ], + "branch_length": 0.4481261341425835 + } + ], + "branch_length": 1.1729558146755394 + } + ], + "branch_length": 7.489405379441671 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Capsicum geminifolium", + "branch_length": 0.49004486071261866 + }, + { + "name": "Capsicum lycianthoides", + "branch_length": 0.49004486071261866 + } + ], + "branch_length": 2.4760972454284413 + }, + { + "children": [ + { + "name": "Capsicum lanceolatum", + "branch_length": 2.310418075274434 + }, + { + "children": [ + { + "name": "Capsicum ciliatum", + "branch_length": 0.8498972737034336 + }, + { + "name": "Capsicum rhomboideum", + "branch_length": 0.8498972737034336 + } + ], + "branch_length": 1.4605208015710005 + } + ], + "branch_length": 0.6557240308666259 + } + ], + "branch_length": 6.83864300988121 + }, + { + "children": [ + { + "name": "Capsicum campylopodium", + "branch_length": 6.880573883688072 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Capsicum pereirae", + "branch_length": 0.8578067630073605 + }, + { + "name": "Capsicum villosum", + "branch_length": 0.857806763007332 + } + ], + "branch_length": 0.7789661237601138 + }, + { + "children": [ + { + "name": "Capsicum schottianum", + "branch_length": 0.6736384078246438 + }, + { + "children": [ + { + "name": "Capsicum hunzikerianum", + "branch_length": 0.3592076354197218 + }, + { + "name": "Capsicum recurvatum", + "branch_length": 0.3592076354197147 + } + ], + "branch_length": 0.31443077240493267 + } + ], + "branch_length": 0.9631344789427985 + } + ], + "branch_length": 3.6407143205541743 + }, + { + "children": [ + { + "name": "Capsicum flexuosum", + "branch_length": 4.824993252651748 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Capsicum cardenasii", + "branch_length": 2.2292323338482376 + }, + { + "name": "Capsicum eximium", + "branch_length": 2.229232333848241 + } + ], + "branch_length": 0.6339437985019849 + }, + { + "children": [ + { + "name": "Capsicum ceratocalyx", + "branch_length": 0.652515680428035 + }, + { + "name": "Capsicum minutiflorum", + "branch_length": 0.652515680428035 + } + ], + "branch_length": 2.210660451922184 + } + ], + "branch_length": 0.5193411778322208 + }, + { + "children": [ + { + "name": "Capsicum pubescens", + "branch_length": 2.876862598691986 + }, + { + "children": [ + { + "name": "Capsicum tovarii", + "branch_length": 2.639691170495553 + }, + { + "children": [ + { + "children": [ + { + "name": "Capsicum chacoense", + "branch_length": 1.9342916610400422 + }, + { + "children": [ + { + "name": "Capsicum baccatum", + "branch_length": 1.3891030819658958 + }, + { + "name": "Capsicum coccineum", + "branch_length": 1.3891030819658852 + } + ], + "branch_length": 0.5451885790741215 + } + ], + "branch_length": 0.4579672156088428 + }, + { + "children": [ + { + "name": "Capsicum annuum", + "branch_length": 1.7308588568957362 + }, + { + "children": [ + { + "name": "Capsicum chinense", + "branch_length": 1.1946204644412006 + }, + { + "children": [ + { + "name": "Capsicum frutescens", + "branch_length": 0.46496790045443603 + }, + { + "name": "Capsicum galapagoense", + "branch_length": 0.46496790045443603 + } + ], + "branch_length": 0.7296525639868001 + } + ], + "branch_length": 0.5362383924545284 + } + ], + "branch_length": 0.6614000197531347 + } + ], + "branch_length": 0.24743129384667029 + } + ], + "branch_length": 0.23717242819643047 + } + ], + "branch_length": 0.5056547114904753 + } + ], + "branch_length": 1.4424749424692962 + } + ], + "branch_length": 0.45249395466987963 + } + ], + "branch_length": 1.6030866763664022 + } + ], + "branch_length": 2.9242122323341952 + } + ], + "branch_length": 2.939743098213814 + } + ], + "branch_length": 0.3451449448733612 + } + ], + "branch_length": 3.615093121296983 + }, + { + "children": [ + { + "children": [ + { + "name": "Witheringia cuneata", + "branch_length": 1.9812056809241803 + }, + { + "children": [ + { + "name": "Cuatresia exiguiflora", + "branch_length": 0.6915629007290249 + }, + { + "name": "Cuatresia riparia", + "branch_length": 0.6915629007290676 + } + ], + "branch_length": 1.289642780195166 + } + ], + "branch_length": 12.754305982663038 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Aureliana fasciculata", + "branch_length": 1.537176359914163 + }, + { + "children": [ + { + "name": "Athenaea pogogena", + "branch_length": 0.8906755509699416 + }, + { + "name": "Athenaea sp", + "branch_length": 0.8906755509699416 + } + ], + "branch_length": 0.6465008089442286 + } + ], + "branch_length": 4.7321089256811 + }, + { + "children": [ + { + "children": [ + { + "name": "Nothocestrum latifolium", + "branch_length": 2.7995972449487 + }, + { + "name": "Nothocestrum longifolium", + "branch_length": 2.7995972449487 + } + ], + "branch_length": 2.7247284388996746 + }, + { + "children": [ + { + "name": "Discopodium penninervium", + "branch_length": 5.0846952957496185 + }, + { + "children": [ + { + "name": "Mellissia begoniifolia", + "branch_length": 3.4175332918992147 + }, + { + "children": [ + { + "name": "Withania coagulans", + "branch_length": 0.8109564614384261 + }, + { + "name": "Withania somnifera", + "branch_length": 0.8109564614384261 + } + ], + "branch_length": 2.60657683046081 + } + ], + "branch_length": 1.667162003850386 + } + ], + "branch_length": 0.4396303880987773 + } + ], + "branch_length": 0.7449596017468814 + } + ], + "branch_length": 4.141508150500396 + }, + { + "children": [ + { + "name": "Larnax peruviana", + "branch_length": 7.483846591428229 + }, + { + "children": [ + { + "children": [ + { + "name": "Deprea orinocensis", + "branch_length": 1.5185750275988923 + }, + { + "name": "Larnax parviflora", + "branch_length": 1.5185750275988923 + } + ], + "branch_length": 5.614214472700279 + }, + { + "children": [ + { + "name": "Larnax suffruticosa", + "branch_length": 6.161803293579794 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Larnax psilophyta", + "branch_length": 2.694353002170871 + }, + { + "name": "Larnax purpurea", + "branch_length": 2.6943540021708507 + } + ], + "branch_length": 0.7740937918806665 + }, + { + "children": [ + { + "name": "Larnax nieva", + "branch_length": 2.1294674469833943 + }, + { + "children": [ + { + "name": "Larnax dilloniana", + "branch_length": 1.103417455933613 + }, + { + "name": "Larnax hawkesii", + "branch_length": 1.1034174559335916 + } + ], + "branch_length": 1.0260499910497742 + } + ], + "branch_length": 1.3389793470681361 + } + ], + "branch_length": 2.203254366112315 + }, + { + "children": [ + { + "children": [ + { + "name": "Deprea bitteriana", + "branch_length": 1.8209018533597572 + }, + { + "name": "Deprea paneroi", + "branch_length": 1.8209018533597607 + } + ], + "branch_length": 2.1000445634631895 + }, + { + "children": [ + { + "children": [ + { + "name": "Deprea sylvaticum", + "branch_length": 0.4069780650503674 + }, + { + "name": "Larnax subtriflora", + "branch_length": 0.4069780650503674 + } + ], + "branch_length": 2.7258075267080173 + }, + { + "children": [ + { + "name": "Larnax sachapapa", + "branch_length": 1.7060705322483756 + }, + { + "name": "Larnax sylvarum", + "branch_length": 1.7060705322483756 + } + ], + "branch_length": 1.4267150595099665 + } + ], + "branch_length": 0.7881608250646011 + } + ], + "branch_length": 1.7507547433408952 + } + ], + "branch_length": 0.49010213341592035 + } + ], + "branch_length": 0.9709862067193704 + } + ], + "branch_length": 0.3510570911290607 + } + ], + "branch_length": 2.926946844667441 + } + ], + "branch_length": 2.280326483906851 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Dunalia solanacea", + "branch_length": 2.432371535222998 + }, + { + "children": [ + { + "name": "Saracha punctata", + "branch_length": 0.8546048707385125 + }, + { + "name": "Saracha quitensis", + "branch_length": 0.8546048707385125 + } + ], + "branch_length": 1.5777676644844831 + } + ], + "branch_length": 0.6704197878104026 + }, + { + "children": [ + { + "children": [ + { + "name": "Dunalia obovata", + "branch_length": 0.7614322346175797 + }, + { + "name": "Dunalia spathulata", + "branch_length": 0.7614322346175797 + } + ], + "branch_length": 1.9889424693245132 + }, + { + "children": [ + { + "name": "Dunalia spinosa", + "branch_length": 2.3229914330380126 + }, + { + "children": [ + { + "children": [ + { + "name": "Vassobia breviflora", + "branch_length": 1.3209971474984918 + }, + { + "name": "Vassobia dichotoma", + "branch_length": 1.3209971474984918 + } + ], + "branch_length": 0.6542589959581697 + }, + { + "children": [ + { + "name": "Iochroma parvifolium", + "branch_length": 1.6355803029005003 + }, + { + "children": [ + { + "name": "Dunalia brachyacantha", + "branch_length": 1.324072808665722 + }, + { + "children": [ + { + "name": "Eriolarynx fasciculata", + "branch_length": 1.106830058805457 + }, + { + "children": [ + { + "name": "Eriolarynx lorentzii", + "branch_length": 0.30082847680369795 + }, + { + "name": "Iochroma australe", + "branch_length": 0.30082847680369795 + } + ], + "branch_length": 0.8060005820017828 + } + ], + "branch_length": 0.21724274986030068 + } + ], + "branch_length": 0.31150749423473556 + } + ], + "branch_length": 0.3396758405561542 + } + ], + "branch_length": 0.34773428958136066 + } + ], + "branch_length": 0.42738427090412046 + } + ], + "branch_length": 0.35241561909128194 + } + ], + "branch_length": 1.4526007500156588 + }, + { + "children": [ + { + "children": [ + { + "name": "Iochroma grandiflorum", + "branch_length": 0.9397738827746416 + }, + { + "children": [ + { + "name": "Iochroma nitidum", + "branch_length": 0.6886848159570604 + }, + { + "name": "Iochroma umbellatum", + "branch_length": 0.6886848159570604 + } + ], + "branch_length": 0.25108906681758114 + } + ], + "branch_length": 2.669221901076039 + }, + { + "children": [ + { + "children": [ + { + "name": "Iochroma gesnerioides", + "branch_length": 1.1133232978818128 + }, + { + "children": [ + { + "name": "Iochroma calycinum", + "branch_length": 0.5984976687180428 + }, + { + "name": "Iochroma fuchsioides", + "branch_length": 0.5984976687180463 + } + ], + "branch_length": 0.5148256291637914 + } + ], + "branch_length": 1.5000492551773021 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Iochroma edule", + "branch_length": 0.7658448504169968 + }, + { + "name": "Iochroma salpoanum", + "branch_length": 0.7658448504169968 + } + ], + "branch_length": 0.5933782107125296 + }, + { + "children": [ + { + "name": "Iochroma lehmannii", + "branch_length": 0.4666427632499399 + }, + { + "name": "Iochroma squamosum", + "branch_length": 0.4666427632499399 + } + ], + "branch_length": 0.89258029787959 + } + ], + "branch_length": 0.6897069675750842 + }, + { + "children": [ + { + "name": "Iochroma confertiflorum", + "branch_length": 1.5394737317546188 + }, + { + "children": [ + { + "name": "Iochroma ellipticum", + "branch_length": 1.4037672111228154 + }, + { + "children": [ + { + "children": [ + { + "name": "Acnistus arborescens", + "branch_length": 1.1677289916449993 + }, + { + "name": "Iochroma stenanthum", + "branch_length": 1.1677289916449851 + } + ], + "branch_length": 0.07448729251198216 + }, + { + "children": [ + { + "name": "Iochroma cornifolium", + "branch_length": 0.40518937973714486 + }, + { + "children": [ + { + "name": "Iochroma cyaneum", + "branch_length": 0.06356118476046646 + }, + { + "name": "Iochroma loxense", + "branch_length": 0.06356118476046646 + } + ], + "branch_length": 0.3416281949766784 + } + ], + "branch_length": 0.8370269044198508 + } + ], + "branch_length": 0.16155092696582685 + } + ], + "branch_length": 0.13570652063182465 + } + ], + "branch_length": 0.5094562969499492 + } + ], + "branch_length": 0.5644435243545303 + } + ], + "branch_length": 0.9956222307915539 + } + ], + "branch_length": 0.9463962891983932 + } + ], + "branch_length": 6.67310495843007 + }, + { + "children": [ + { + "children": [ + { + "name": "Oryctes nevadensis", + "branch_length": 7.363359689273761 + }, + { + "children": [ + { + "name": "Leucophysalis grandiflora", + "branch_length": 4.6870142034152735 + }, + { + "name": "Leucophysalis nana", + "branch_length": 4.6870142034152735 + } + ], + "branch_length": 2.67634548585848 + } + ], + "branch_length": 1.701379465424818 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Tzeltalia amphitricha", + "branch_length": 0.5971112022151495 + }, + { + "name": "Tzeltalia calidaria", + "branch_length": 0.5971112022151495 + } + ], + "branch_length": 4.8804851764154655 + }, + { + "children": [ + { + "name": "Leucophysalis viscosa", + "branch_length": 3.565778931410893 + }, + { + "children": [ + { + "name": "Brachistus stramoniifolius", + "branch_length": 1.6919102610747139 + }, + { + "children": [ + { + "name": "Witheringia macrantha", + "branch_length": 1.0674175778206596 + }, + { + "children": [ + { + "name": "Witheringia meiantha", + "branch_length": 0.7439889361534 + }, + { + "name": "Witheringia solanacea", + "branch_length": 0.7439889361534071 + } + ], + "branch_length": 0.3234286416672525 + } + ], + "branch_length": 0.6244926832540543 + } + ], + "branch_length": 1.8738686703361616 + } + ], + "branch_length": 1.9118174472197325 + } + ], + "branch_length": 2.907256089707019 + }, + { + "children": [ + { + "children": [ + { + "name": "Physalis alkekengi", + "branch_length": 6.064888958186511 + }, + { + "name": "Physalis carpenteri", + "branch_length": 6.064888958186511 + } + ], + "branch_length": 2.014140957982086 + }, + { + "children": [ + { + "children": [ + { + "name": "Physalis microphysa", + "branch_length": 5.358661508501509 + }, + { + "name": "Quincula lobata", + "branch_length": 5.358661508501513 + } + ], + "branch_length": 1.916583218235857 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Chamaesaracha coronopus", + "branch_length": 2.273662174030168 + }, + { + "name": "Chamaesaracha sordida", + "branch_length": 2.273662174030168 + } + ], + "branch_length": 2.650515942383887 + }, + { + "children": [ + { + "name": "Physalis arborescens", + "branch_length": 1.4467584444721417 + }, + { + "name": "Physalis melanocystis", + "branch_length": 1.4467584444721417 + } + ], + "branch_length": 3.477420671941914 + } + ], + "branch_length": 1.6450313320030858 + }, + { + "children": [ + { + "children": [ + { + "name": "Physalis acutifolia", + "branch_length": 2.9943016709150463 + }, + { + "name": "Physalis crassifolia", + "branch_length": 2.9943016709150463 + } + ], + "branch_length": 2.265708133345605 + }, + { + "children": [ + { + "children": [ + { + "name": "Physalis microcarpa", + "branch_length": 3.573183702423268 + }, + { + "name": "Physalis philadelphica", + "branch_length": 3.573183702423254 + } + ], + "branch_length": 1.0030928146196345 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Physalis nicandroides", + "branch_length": 1.1736581208364 + }, + { + "name": "Physalis patula", + "branch_length": 1.1736581208364 + } + ], + "branch_length": 1.266429574627864 + }, + { + "children": [ + { + "name": "Physalis peruviana", + "branch_length": 1.2387728152210897 + }, + { + "children": [ + { + "name": "Physalis angustiphysa", + "branch_length": 0.4847102567462116 + }, + { + "name": "Physalis lassa", + "branch_length": 0.4847102567462116 + } + ], + "branch_length": 0.7540625584748781 + } + ], + "branch_length": 1.201314880243153 + } + ], + "branch_length": 1.2621313322242464 + }, + { + "children": [ + { + "name": "Physalis longifolia", + "branch_length": 2.8217379604497097 + }, + { + "children": [ + { + "children": [ + { + "name": "Physalis caudella", + "branch_length": 1.727417513570444 + }, + { + "children": [ + { + "name": "Physalis campanulata", + "branch_length": 0.27297844234900026 + }, + { + "name": "Physalis greenmanii", + "branch_length": 0.27297844234900026 + } + ], + "branch_length": 1.454439071221465 + } + ], + "branch_length": 0.7419534644480485 + }, + { + "children": [ + { + "name": "Physalis glutinosa", + "branch_length": 1.7864697867183637 + }, + { + "children": [ + { + "name": "Physalis hederifolia", + "branch_length": 1.304692472838859 + }, + { + "name": "Physalis sordida", + "branch_length": 1.3046924728388447 + } + ], + "branch_length": 0.4817773138794763 + } + ], + "branch_length": 0.682901191300143 + } + ], + "branch_length": 0.3523669824312172 + } + ], + "branch_length": 0.8804800672387962 + } + ], + "branch_length": 0.4947766781056053 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Physalis coztomatl", + "branch_length": 1.5507140890027884 + }, + { + "name": "Physalis minimaculata", + "branch_length": 1.5507140890028168 + } + ], + "branch_length": 1.3693231726372446 + }, + { + "children": [ + { + "children": [ + { + "name": "Physalis cordata", + "branch_length": 1.5211009625267806 + }, + { + "name": "Physalis ignota", + "branch_length": 1.5211009625267806 + } + ], + "branch_length": 0.9407895289816999 + }, + { + "children": [ + { + "name": "Physalis minima", + "branch_length": 2.388771285270419 + }, + { + "name": "Physalis pruinosa", + "branch_length": 2.388771285270419 + } + ], + "branch_length": 0.0731192062380508 + } + ], + "branch_length": 0.45814677013155247 + } + ], + "branch_length": 0.8096207237777477 + }, + { + "children": [ + { + "children": [ + { + "name": "Physalis lagascae", + "branch_length": 1.925412257917241 + }, + { + "children": [ + { + "name": "Physalis angulata", + "branch_length": 0.07596075000691371 + }, + { + "name": "Physalis pubescens", + "branch_length": 0.07596075000691371 + } + ], + "branch_length": 1.8494515079103557 + } + ], + "branch_length": 1.848663809969846 + }, + { + "children": [ + { + "children": [ + { + "name": "Physalis lanceolata", + "branch_length": 1.868619300035892 + }, + { + "children": [ + { + "name": "Physalis heterophylla", + "branch_length": 1.003806405850952 + }, + { + "name": "Physalis virginiana", + "branch_length": 1.0038074058509565 + } + ], + "branch_length": 0.86481289418494 + } + ], + "branch_length": 0.9093300238224025 + }, + { + "children": [ + { + "name": "Physalis arenicola", + "branch_length": 1.8748779583131139 + }, + { + "children": [ + { + "children": [ + { + "name": "Physalis angustifolia", + "branch_length": 0.6745121528614391 + }, + { + "name": "Physalis walteri", + "branch_length": 0.6745121528614391 + } + ], + "branch_length": 0.8537211438234706 + }, + { + "children": [ + { + "name": "Physalis pumila", + "branch_length": 1.2484977256485053 + }, + { + "children": [ + { + "name": "Physalis cinerascens", + "branch_length": 0.888861003292817 + }, + { + "children": [ + { + "name": "Physalis mollis", + "branch_length": 0.4950399161186425 + }, + { + "name": "Physalis viscosa", + "branch_length": 0.4950399161186425 + } + ], + "branch_length": 0.3938210871741674 + } + ], + "branch_length": 0.359637722355707 + } + ], + "branch_length": 0.27973457103639277 + } + ], + "branch_length": 0.34664566162820165 + } + ], + "branch_length": 0.9030723655451993 + } + ], + "branch_length": 0.9961267440287855 + } + ], + "branch_length": -0.04441808246932055 + } + ], + "branch_length": 0.46733672037633056 + } + ], + "branch_length": 0.37928081124874424 + } + ], + "branch_length": 0.6837342872177956 + } + ], + "branch_length": 1.3092006441565296 + } + ], + "branch_length": 0.706034278320189 + } + ], + "branch_length": 0.8037851894312347 + } + ], + "branch_length": 0.30582255216905807 + } + ], + "branch_length": 0.6798876863609351 + } + ], + "branch_length": 2.1637568767805604 + } + ], + "branch_length": 1.4626228885233807 + } + ], + "branch_length": 2.0443917435850807 + } + ], + "branch_length": 1.9692546168188372 + } + ], + "branch_length": 0.2772187353917097 + } + ], + "branch_length": 0.9291043122887714 + } + ], + "branch_length": 1.2136672974313854 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Jaltomata darcyana", + "branch_length": 1.5554972282478445 + }, + { + "name": "Jaltomata repandidentata", + "branch_length": 1.5554972282478445 + } + ], + "branch_length": 0.7555776068590276 + }, + { + "children": [ + { + "children": [ + { + "name": "Jaltomata bohsiana", + "branch_length": 1.1055834630240646 + }, + { + "name": "Jaltomata procumbens", + "branch_length": 1.105583463024061 + } + ], + "branch_length": 0.49534734326853425 + }, + { + "children": [ + { + "name": "Jaltomata chihuahuensis", + "branch_length": 1.1581110312109004 + }, + { + "name": "Jaltomata grandiflora", + "branch_length": 1.1581110312108969 + } + ], + "branch_length": 0.44281977508175174 + } + ], + "branch_length": 0.7101440288141916 + } + ], + "branch_length": 0.9090575390854738 + }, + { + "children": [ + { + "children": [ + { + "name": "Jaltomata antillana", + "branch_length": 0.292596235422252 + }, + { + "name": "Jaltomata auriculata", + "branch_length": 0.292596235422252 + } + ], + "branch_length": 2.5034106873039015 + }, + { + "children": [ + { + "children": [ + { + "name": "Jaltomata oppositifolia", + "branch_length": 1.840001039821889 + }, + { + "name": "Jaltomata salpoensis", + "branch_length": 1.8400010398218711 + } + ], + "branch_length": 0.7621336301265487 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Jaltomata andersonii", + "branch_length": 1.3034594931745858 + }, + { + "children": [ + { + "children": [ + { + "name": "Jaltomata lezamae", + "branch_length": 0.48388210106748275 + }, + { + "name": "Jaltomata sinuosa", + "branch_length": 0.48388210106748275 + } + ], + "branch_length": 0.5024332496710997 + }, + { + "children": [ + { + "name": "Jaltomata viridiflora", + "branch_length": 0.6237446951441967 + }, + { + "children": [ + { + "name": "Jaltomata yungayensis", + "branch_length": 0.4477651434579428 + }, + { + "children": [ + { + "name": "Jaltomata contumacensis", + "branch_length": 0.10620223426207787 + }, + { + "name": "Jaltomata leivae", + "branch_length": 0.10620223426207787 + } + ], + "branch_length": 0.34156290919587917 + } + ], + "branch_length": 0.1759795516862539 + } + ], + "branch_length": 0.3625706555943715 + } + ], + "branch_length": 0.31714414243603173 + } + ], + "branch_length": 0.35596035936899995 + }, + { + "children": [ + { + "name": "Jaltomata biflora", + "branch_length": 1.3566306335393676 + }, + { + "children": [ + { + "children": [ + { + "name": "Jaltomata dentata", + "branch_length": 0.89154763275722 + }, + { + "children": [ + { + "name": "Jaltomata bicolor", + "branch_length": 0.4674700049681846 + }, + { + "name": "Jaltomata umbellata", + "branch_length": 0.4674700049681846 + } + ], + "branch_length": 0.42407762778904967 + } + ], + "branch_length": 0.29349566649027636 + }, + { + "children": [ + { + "name": "Jaltomata cajacayensis", + "branch_length": 0.3726647986175813 + }, + { + "children": [ + { + "name": "Jaltomata truxillana", + "branch_length": 0.20129800162900224 + }, + { + "children": [ + { + "name": "Jaltomata lomana", + "branch_length": 0.10385805012156624 + }, + { + "name": "Jaltomata mionei", + "branch_length": 0.10385805012158045 + } + ], + "branch_length": 0.0974399515074218 + } + ], + "branch_length": 0.17136679698858615 + } + ], + "branch_length": 0.8123785006299222 + } + ], + "branch_length": 0.17158733429185702 + } + ], + "branch_length": 0.3027892190042323 + } + ], + "branch_length": 0.39357311756394964 + }, + { + "children": [ + { + "name": "Jaltomata aspera", + "branch_length": 1.6366291837110225 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Jaltomata lojae", + "branch_length": 0.20631831189975713 + }, + { + "children": [ + { + "name": "Jaltomata chotanae", + "branch_length": 0.06659467764800908 + }, + { + "name": "Jaltomata lanata", + "branch_length": 0.06659467764800908 + } + ], + "branch_length": 0.1397236342517445 + } + ], + "branch_length": 0.6870033558059632 + }, + { + "children": [ + { + "children": [ + { + "name": "Jaltomata bernardelloana", + "branch_length": 0.10146484925230581 + }, + { + "name": "Jaltomata sagastegui", + "branch_length": 0.10146484925230581 + } + ], + "branch_length": 0.5540999388845655 + }, + { + "children": [ + { + "name": "Jaltomata nigricolor", + "branch_length": 0.23757300170189666 + }, + { + "name": "Jaltomata paneroi", + "branch_length": 0.23757300170189666 + } + ], + "branch_length": 0.4179917864349605 + } + ], + "branch_length": 0.2377568795688738 + } + ], + "branch_length": 0.3146498805847173 + }, + { + "children": [ + { + "name": "Jaltomata herrerae", + "branch_length": 0.7131246665430595 + }, + { + "children": [ + { + "children": [ + { + "name": "Jaltomata yacheri", + "branch_length": 0.21436311323212465 + }, + { + "children": [ + { + "name": "Jaltomata tayabambae", + "branch_length": 0.08243957744334551 + }, + { + "name": "Jaltomata weberbaueri", + "branch_length": 0.08243957744334907 + } + ], + "branch_length": 0.13192353578877203 + } + ], + "branch_length": 0.33885950433235124 + }, + { + "children": [ + { + "name": "Jaltomata ventricosa", + "branch_length": 0.5075465387068405 + }, + { + "children": [ + { + "name": "Jaltomata sanchezvegae", + "branch_length": 0.45227612203210654 + }, + { + "children": [ + { + "name": "Jaltomata dendroidea", + "branch_length": 0.21711809701441354 + }, + { + "name": "Jaltomata guillermoguerrae", + "branch_length": 0.21711809701442775 + } + ], + "branch_length": 0.23515802501769656 + } + ], + "branch_length": 0.05527041667473753 + } + ], + "branch_length": 0.04567607885763536 + } + ], + "branch_length": 0.15990204897859783 + } + ], + "branch_length": 0.4948468817473639 + } + ], + "branch_length": 0.4286576354206062 + } + ], + "branch_length": 0.41636378639651284 + } + ], + "branch_length": 0.54914169984092 + } + ], + "branch_length": 0.19387225277773368 + } + ], + "branch_length": 0.42412545146610725 + } + ], + "branch_length": 13.743829468137463 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum monarchostemon", + "branch_length": 6.593490008170747 + }, + { + "name": "Solanum thelopodium", + "branch_length": 6.593490008170747 + } + ], + "branch_length": 8.95447635079683 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Solanum valdiviense", + "branch_length": 9.748369606649902 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum quadrangulare", + "branch_length": 6.007871128831503 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum aggregatum", + "branch_length": 0.10772415537443081 + }, + { + "name": "Solanum guineense", + "branch_length": 0.10772415537443081 + } + ], + "branch_length": 4.878681226227272 + }, + { + "children": [ + { + "name": "Solanum nakurense", + "branch_length": 0.4710262432294172 + }, + { + "name": "Solanum terminale", + "branch_length": 0.4710262432294172 + } + ], + "branch_length": 4.515379138372278 + } + ], + "branch_length": 1.0214657472298114 + } + ], + "branch_length": 2.906542571938349 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum herculeum", + "branch_length": 3.2323786976718445 + }, + { + "name": "Solanum trisectum", + "branch_length": 3.2323786976718445 + } + ], + "branch_length": 5.124257009190739 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum capsiciforme", + "branch_length": 3.3083150954233673 + }, + { + "children": [ + { + "name": "Solanum simile", + "branch_length": 0.8505885851178974 + }, + { + "name": "Solanum symonii", + "branch_length": 0.8505885851178974 + } + ], + "branch_length": 2.4577255103054725 + } + ], + "branch_length": 0.9897932001640797 + }, + { + "children": [ + { + "name": "Solanum vescum", + "branch_length": 1.7515581503142634 + }, + { + "children": [ + { + "name": "Solanum linearifolium", + "branch_length": 1.0954912884644585 + }, + { + "children": [ + { + "name": "Solanum laciniatum", + "branch_length": 1.010347848936842 + }, + { + "children": [ + { + "name": "Solanum aviculare", + "branch_length": 0.5758557907789843 + }, + { + "name": "Solanum multivenosum", + "branch_length": 0.5758557907789594 + } + ], + "branch_length": 0.4344920581578293 + } + ], + "branch_length": 0.08514343952760939 + } + ], + "branch_length": 0.656066861849812 + } + ], + "branch_length": 2.5465501452731694 + } + ], + "branch_length": 4.058528411275134 + } + ], + "branch_length": 0.5577769939072752 + } + ], + "branch_length": 0.8339559058800852 + } + ], + "branch_length": 1.8214176985102029 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum calileguae", + "branch_length": 7.625240711076604 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum uncinellum", + "branch_length": 5.082590380218001 + }, + { + "children": [ + { + "name": "Solanum pubigerum", + "branch_length": 3.744378275604408 + }, + { + "children": [ + { + "name": "Solanum aligerum", + "branch_length": 3.013974222876655 + }, + { + "name": "Solanum nitidum", + "branch_length": 3.013974222876655 + } + ], + "branch_length": 0.7304040527277529 + } + ], + "branch_length": 1.3382121046135858 + } + ], + "branch_length": 1.0861904948345114 + }, + { + "children": [ + { + "name": "Solanum laxum", + "branch_length": 5.082419670395229 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum amygdalifolium", + "branch_length": 4.355657329249674 + }, + { + "name": "Solanum crispum", + "branch_length": 4.3556573292496665 + } + ], + "branch_length": 0.7689236693125778 + }, + { + "children": [ + { + "name": "Solanum dulcamara", + "branch_length": 3.5420315826770405 + }, + { + "children": [ + { + "name": "Solanum lyratum", + "branch_length": 1.6862969726792976 + }, + { + "name": "Solanum wallacei", + "branch_length": 1.6862969726793189 + } + ], + "branch_length": 1.8557346099977075 + } + ], + "branch_length": 1.5825494158851896 + } + ], + "branch_length": -0.042161328167001244 + } + ], + "branch_length": 1.086361204657269 + } + ], + "branch_length": 1.4564608360240783 + } + ], + "branch_length": 1.929682699093295 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum palitans", + "branch_length": 1.1071297266828886 + }, + { + "name": "Solanum tripartitum", + "branch_length": 1.1071297266828886 + } + ], + "branch_length": 6.411808936929294 + }, + { + "children": [ + { + "name": "Solanum caesium", + "branch_length": 5.503031027369044 + }, + { + "children": [ + { + "name": "Solanum riojense", + "branch_length": 4.662130382255686 + }, + { + "children": [ + { + "name": "Solanum triflorum", + "branch_length": 4.404769099268023 + }, + { + "children": [ + { + "name": "Solanum physalifolium", + "branch_length": 3.7939498061694437 + }, + { + "children": [ + { + "name": "Solanum pallidum", + "branch_length": 3.384426153459394 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum enantiophyllanthum", + "branch_length": 1.792926503626063 + }, + { + "name": "Solanum fiebrigii", + "branch_length": 1.7929265036260595 + } + ], + "branch_length": 1.379375370243359 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum annuum", + "branch_length": 1.6435919730660693 + }, + { + "children": [ + { + "name": "Solanum villosum", + "branch_length": 0.8191524210934702 + }, + { + "children": [ + { + "name": "Solanum retroflexum", + "branch_length": 0.2951573394465754 + }, + { + "name": "Solanum scabrum", + "branch_length": 0.29515733944657185 + } + ], + "branch_length": 0.5239950816468983 + } + ], + "branch_length": 0.8244395519725991 + } + ], + "branch_length": 0.9835043810945727 + }, + { + "children": [ + { + "name": "Solanum opacum", + "branch_length": 1.6529955347594658 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum americanum", + "branch_length": 0.5729943753788049 + }, + { + "name": "Solanum nigrum", + "branch_length": 0.5729943753788049 + } + ], + "branch_length": 0.8165443567441955 + }, + { + "children": [ + { + "name": "Solanum ptychanthum", + "branch_length": 0.7189680874118878 + }, + { + "name": "Solanum tredecimgranum", + "branch_length": 0.71896808741187 + } + ], + "branch_length": 0.6705706447111197 + } + ], + "branch_length": 0.26345680263647253 + } + ], + "branch_length": 0.9741018194011737 + } + ], + "branch_length": 0.545205519708766 + } + ], + "branch_length": 0.21212327958995303 + } + ], + "branch_length": 0.40952465271008265 + } + ], + "branch_length": 0.6108192930985794 + } + ], + "branch_length": 0.2573612829876275 + } + ], + "branch_length": 0.8409006451133649 + } + ], + "branch_length": 2.0159076362431456 + } + ], + "branch_length": 2.035984746557684 + } + ], + "branch_length": 2.0148628949902587 + } + ], + "branch_length": 1.730507134328004 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum multifidum", + "branch_length": 4.033235185619876 + }, + { + "children": [ + { + "name": "Solanum montanum", + "branch_length": 1.6390654066633488 + }, + { + "name": "Solanum paposanum", + "branch_length": 1.6390654066633488 + } + ], + "branch_length": 2.3941697789564813 + } + ], + "branch_length": 8.693327902085837 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum evolvulifolium", + "branch_length": 6.828183306784567 + }, + { + "children": [ + { + "name": "Solanum phaseoloides", + "branch_length": 5.645754744599735 + }, + { + "children": [ + { + "name": "Solanum savanillense", + "branch_length": 3.6834951142536525 + }, + { + "children": [ + { + "name": "Solanum ternatum", + "branch_length": 3.3535210403439706 + }, + { + "children": [ + { + "name": "Solanum incurvum", + "branch_length": 2.8282474614563142 + }, + { + "children": [ + { + "name": "Solanum mite", + "branch_length": 2.2294932262246014 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum anceps", + "branch_length": 0.7020734874821244 + }, + { + "name": "Solanum conicum", + "branch_length": 0.7020734874821244 + } + ], + "branch_length": 0.9564861612530358 + }, + { + "children": [ + { + "name": "Solanum angustialatum", + "branch_length": 0.6283068561279492 + }, + { + "name": "Solanum chamaepolybotryon", + "branch_length": 0.6283068561279492 + } + ], + "branch_length": 1.0302527926071896 + } + ], + "branch_length": 0.570934577489453 + } + ], + "branch_length": 0.5987532352317153 + } + ], + "branch_length": 0.5252735788876706 + } + ], + "branch_length": 0.32997307390968444 + } + ], + "branch_length": 1.9622596303460256 + } + ], + "branch_length": 1.1824285621848247 + } + ], + "branch_length": 4.810989629337385 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum muricatum", + "branch_length": 4.04568991258602 + }, + { + "children": [ + { + "name": "Solanum taeniotrichum", + "branch_length": 3.0592859277807634 + }, + { + "children": [ + { + "name": "Solanum caripense", + "branch_length": 1.0834981248425208 + }, + { + "name": "Solanum fraxinifolium", + "branch_length": 1.0834981248425208 + } + ], + "branch_length": 1.9757878029382319 + } + ], + "branch_length": 0.9864029848052347 + } + ], + "branch_length": 6.3484794356799235 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum appendiculatum", + "branch_length": 2.155965295621101 + }, + { + "name": "Solanum brevifolium", + "branch_length": 2.155965295621101 + } + ], + "branch_length": 7.652026008092964 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum etuberosum", + "branch_length": 6.7115815324128505 + }, + { + "name": "Solanum palustre", + "branch_length": 6.7115815324128505 + } + ], + "branch_length": 2.145963136017521 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Solanum lycopersicoides", + "branch_length": 1.733848412589598 + }, + { + "name": "Solanum sitiens", + "branch_length": 1.733848412589598 + } + ], + "branch_length": 4.207195623986557 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum juglandifolium", + "branch_length": 2.260597908246453 + }, + { + "name": "Solanum ochranthum", + "branch_length": 2.260597908246453 + } + ], + "branch_length": 3.3316645915297585 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum habrochaites", + "branch_length": 2.0083457299351792 + }, + { + "name": "Solanum neorickii", + "branch_length": 2.008345729935183 + } + ], + "branch_length": 1.029230531634358 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum chilense", + "branch_length": 0.7156110790141668 + }, + { + "name": "Solanum peruvianum", + "branch_length": 0.7156110790141597 + } + ], + "branch_length": 1.1234164007607532 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum chmielewskii", + "branch_length": 0.4425184140254075 + }, + { + "name": "Solanum pennellii", + "branch_length": 0.4425184140254004 + } + ], + "branch_length": 1.3550566644917907 + }, + { + "children": [ + { + "name": "Solanum galapagense", + "branch_length": 1.0796211836088716 + }, + { + "children": [ + { + "name": "Solanum lycopersicum", + "branch_length": 0.9102101225083814 + }, + { + "children": [ + { + "name": "Solanum cheesmaniae", + "branch_length": 0.5472528909562513 + }, + { + "name": "Solanum pimpinellifolium", + "branch_length": 0.5472528909562442 + } + ], + "branch_length": 0.36295623155213974 + } + ], + "branch_length": 0.1694110611005044 + } + ], + "branch_length": 0.7179538949083053 + } + ], + "branch_length": 0.04145240125770755 + } + ], + "branch_length": 1.198548781794635 + } + ], + "branch_length": 2.554685238206666 + } + ], + "branch_length": 0.34878253679992 + } + ], + "branch_length": 2.0248765787469907 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Solanum bulbocastanum", + "branch_length": 3.831999665063151 + }, + { + "name": "Solanum jamesii", + "branch_length": 3.831999665063151 + } + ], + "branch_length": 1.111525965658437 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum clarum", + "branch_length": 2.751791460177948 + }, + { + "name": "Solanum morelliforme", + "branch_length": 2.751791460177955 + } + ], + "branch_length": 1.5633761520152198 + }, + { + "children": [ + { + "name": "Solanum polyadenium", + "branch_length": 3.841870184116587 + }, + { + "children": [ + { + "name": "Solanum cardiophyllum", + "branch_length": 2.471782743613698 + }, + { + "name": "Solanum ehrenbergii", + "branch_length": 2.471782743613698 + } + ], + "branch_length": 1.3700884405028937 + } + ], + "branch_length": 0.47329642807658345 + } + ], + "branch_length": 0.628357018528444 + } + ], + "branch_length": 0.7623582171312151 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum chomatophilum", + "branch_length": 3.0860164747385888 + }, + { + "name": "Solanum scabrifolium", + "branch_length": 3.086015474738634 + } + ], + "branch_length": 1.4523797151025484 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum pinnatisectum", + "branch_length": 2.080097392409357 + }, + { + "children": [ + { + "name": "Solanum immite", + "branch_length": 0.9081428763640531 + }, + { + "name": "Solanum pascoense", + "branch_length": 0.9081428763640602 + } + ], + "branch_length": 1.1719545160452896 + } + ], + "branch_length": 1.6142552091480304 + }, + { + "children": [ + { + "name": "Solanum piurae", + "branch_length": 2.9555317040144438 + }, + { + "children": [ + { + "name": "Solanum moscopanum", + "branch_length": 2.215011655466526 + }, + { + "children": [ + { + "name": "Solanum acroscopicum", + "branch_length": 2.1128274824571207 + }, + { + "name": "Solanum multiinterruptum", + "branch_length": 2.112827482457117 + } + ], + "branch_length": 0.1021841730093982 + } + ], + "branch_length": 0.7405200485479178 + } + ], + "branch_length": 0.7388208975429436 + } + ], + "branch_length": 0.8440435882837711 + } + ], + "branch_length": 1.167487658011673 + } + ], + "branch_length": 1.4199479113829412 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum andreanum", + "branch_length": 3.1297849756074427 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum doddsii", + "branch_length": 0.6304245316044188 + }, + { + "name": "Solanum stenophyllidium", + "branch_length": 0.6304245316044188 + } + ], + "branch_length": 1.5442355414931548 + }, + { + "children": [ + { + "name": "Solanum incamayoense", + "branch_length": 1.2965277684301597 + }, + { + "name": "Solanum schenckii", + "branch_length": 1.2965277684301597 + } + ], + "branch_length": 0.8781323046674281 + } + ], + "branch_length": 0.9551239025098717 + } + ], + "branch_length": 3.7571826158959887 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Solanum iopetalum", + "branch_length": 2.7480964552015195 + }, + { + "name": "Solanum violaceimarmoratum", + "branch_length": 2.7480964552015195 + } + ], + "branch_length": 2.261015029311494 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum albicans", + "branch_length": 2.3612130829907088 + }, + { + "children": [ + { + "name": "Solanum acaule", + "branch_length": 1.462811609534512 + }, + { + "name": "Solanum megistacrolobum", + "branch_length": 1.4628116095345192 + } + ], + "branch_length": 0.8984014734561825 + } + ], + "branch_length": 2.056147308666418 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum raphanifolium", + "branch_length": 3.105098490238184 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum achacachense", + "branch_length": 1.6548298151238328 + }, + { + "name": "Solanum lignicaule", + "branch_length": 1.6548298151238257 + } + ], + "branch_length": 0.9376178617837816 + }, + { + "children": [ + { + "name": "Solanum laxissimum", + "branch_length": 1.9327866996727607 + }, + { + "children": [ + { + "name": "Solanum maglia", + "branch_length": 1.303676536839042 + }, + { + "name": "Solanum santolallae", + "branch_length": 1.3036755368390303 + } + ], + "branch_length": 0.6291111628337234 + } + ], + "branch_length": 0.6596599772348419 + } + ], + "branch_length": 0.5126508133305698 + } + ], + "branch_length": 0.4328928270969854 + }, + { + "children": [ + { + "name": "Solanum longiconicum", + "branch_length": 2.3004314227320997 + }, + { + "children": [ + { + "name": "Solanum oxycarpum", + "branch_length": 1.998927224164234 + }, + { + "children": [ + { + "name": "Solanum agrimonifolium", + "branch_length": 1.7219136525609997 + }, + { + "children": [ + { + "name": "Solanum tundalomense", + "branch_length": 1.6112677254202055 + }, + { + "children": [ + { + "name": "Solanum colombianum", + "branch_length": 0.8202510419198106 + }, + { + "name": "Solanum subpanduratum", + "branch_length": 0.8202510419198106 + } + ], + "branch_length": 0.7910166835003949 + } + ], + "branch_length": 0.11064592714080845 + } + ], + "branch_length": 0.27701357160322715 + } + ], + "branch_length": 0.3015041985678586 + } + ], + "branch_length": 1.2375598946030912 + } + ], + "branch_length": 0.8793690743219429 + } + ], + "branch_length": 0.5917520928558844 + } + ], + "branch_length": 1.3700990158729276 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum circaeifolium", + "branch_length": 4.249237872782018 + }, + { + "children": [ + { + "name": "Solanum ugentii", + "branch_length": 3.248438619433607 + }, + { + "name": "Solanum vernei", + "branch_length": 3.2484386194335997 + } + ], + "branch_length": 1.0008002533483875 + } + ], + "branch_length": 1.4632894145415278 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum tuberosum", + "branch_length": 3.4720256606569393 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum marinasense", + "branch_length": 0.994774788803209 + }, + { + "name": "Solanum sucrense", + "branch_length": 0.9947747888032232 + } + ], + "branch_length": 2.1753827993727377 + }, + { + "children": [ + { + "name": "Solanum candolleanum", + "branch_length": 2.272793847384701 + }, + { + "children": [ + { + "name": "Solanum bukasovii", + "branch_length": 1.4945162262143867 + }, + { + "name": "Solanum pampasense", + "branch_length": 1.4945162262143938 + } + ], + "branch_length": 0.7782776211703144 + } + ], + "branch_length": 0.8973637407912456 + } + ], + "branch_length": 0.30186807248099967 + } + ], + "branch_length": 1.5868060568645355 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum brevicaule", + "branch_length": 3.0610970714430543 + }, + { + "name": "Solanum microdontum", + "branch_length": 3.0610970714430543 + } + ], + "branch_length": 1.394012540305262 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum demissum", + "branch_length": 3.8242125110013347 + }, + { + "children": [ + { + "name": "Solanum alandiae", + "branch_length": 3.2144896290607896 + }, + { + "children": [ + { + "name": "Solanum kurtzianum", + "branch_length": 2.6551786268664124 + }, + { + "name": "Solanum spegazzinii", + "branch_length": 2.6551786268664124 + } + ], + "branch_length": 0.5593110021943701 + } + ], + "branch_length": 0.6097228819405451 + } + ], + "branch_length": 0.35722765229890996 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum chacoense", + "branch_length": 2.078118046358636 + }, + { + "children": [ + { + "name": "Solanum arnezii", + "branch_length": 1.7275690017411378 + }, + { + "name": "Solanum yungasense", + "branch_length": 1.7275690017411414 + } + ], + "branch_length": 0.35054904461749103 + } + ], + "branch_length": 1.2968597301543028 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum berthaultii", + "branch_length": 0.31019528934427854 + }, + { + "name": "Solanum tarijense", + "branch_length": 0.31019528934427854 + } + ], + "branch_length": 2.8619861924712424 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum avilesii", + "branch_length": 2.0343682834724177 + }, + { + "children": [ + { + "name": "Solanum infundibuliforme", + "branch_length": 1.412643082174128 + }, + { + "children": [ + { + "name": "Solanum leptophyes", + "branch_length": 1.057429784810985 + }, + { + "name": "Solanum oplocense", + "branch_length": 1.0574297848109921 + } + ], + "branch_length": 0.355213297363143 + } + ], + "branch_length": 0.6217252012982897 + } + ], + "branch_length": 0.8905654216869223 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum sparsipilum", + "branch_length": 2.878922522396394 + }, + { + "children": [ + { + "name": "Solanum okadae", + "branch_length": 1.7988833960374961 + }, + { + "name": "Solanum stoloniferum", + "branch_length": 1.7988833960374961 + } + ], + "branch_length": 1.080039126358912 + } + ], + "branch_length": -0.2470745409949089 + }, + { + "children": [ + { + "name": "Solanum hjertingii", + "branch_length": 1.2870981822433478 + }, + { + "children": [ + { + "name": "Solanum verrucosum", + "branch_length": 1.1850376204725777 + }, + { + "children": [ + { + "name": "Solanum guerreroense", + "branch_length": 0.7532340195446352 + }, + { + "name": "Solanum hougasii", + "branch_length": 0.7532330195446306 + } + ], + "branch_length": 0.43180460092795414 + } + ], + "branch_length": 0.10205956177075137 + } + ], + "branch_length": 1.3447507991581702 + } + ], + "branch_length": 0.2930857237578337 + } + ], + "branch_length": 0.24724777665619513 + } + ], + "branch_length": 0.20279629469741778 + } + ], + "branch_length": 0.8064623867872989 + } + ], + "branch_length": 0.2736694484480786 + } + ], + "branch_length": 0.6037221057731728 + } + ], + "branch_length": 0.6536955698020499 + } + ], + "branch_length": 0.6666832130624023 + } + ], + "branch_length": 0.5077560911174999 + } + ], + "branch_length": 0.2388641677323271 + } + ], + "branch_length": 0.8400898560873564 + } + ], + "branch_length": 0.8916240531072326 + } + ], + "branch_length": 0.9504476352836946 + } + ], + "branch_length": 0.5861770445518779 + } + ], + "branch_length": 1.2450035878559653 + } + ], + "branch_length": 1.0873901515838185 + } + ], + "branch_length": 0.5737313517824347 + } + ], + "branch_length": 0.9899679193787314 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum clandestinum", + "branch_length": 9.386654989551836 + }, + { + "name": "Solanum mapiriense", + "branch_length": 9.386654989551836 + } + ], + "branch_length": 3.5962421548784853 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Solanum latiflorum", + "branch_length": 1.9602814759881184 + }, + { + "children": [ + { + "name": "Solanum cacosmum", + "branch_length": 0.5256909571673845 + }, + { + "name": "Solanum exiguum", + "branch_length": 0.5256909571673845 + } + ], + "branch_length": 1.434590518820734 + } + ], + "branch_length": 0.6470009361896132 + }, + { + "children": [ + { + "name": "Solanum diploconos", + "branch_length": 1.4485388400219925 + }, + { + "children": [ + { + "name": "Solanum pinetorum", + "branch_length": 0.8057960390038161 + }, + { + "name": "Solanum sciadostylis", + "branch_length": 0.8057960390038161 + } + ], + "branch_length": 0.6427428010181657 + } + ], + "branch_length": 1.1587435721557213 + } + ], + "branch_length": 3.3711254277642233 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Solanum cylindricum", + "branch_length": 2.4117562649079076 + }, + { + "name": "Solanum glaucophyllum", + "branch_length": 2.4117562649079076 + } + ], + "branch_length": 1.8597590067827205 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum fusiforme", + "branch_length": 2.5512287416873463 + }, + { + "name": "Solanum melissarum", + "branch_length": 2.5512287416873463 + } + ], + "branch_length": 1.0678556580655183 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum confusum", + "branch_length": 1.5081456085887623 + }, + { + "name": "Solanum hibernum", + "branch_length": 1.5081456085887481 + } + ], + "branch_length": 0.6316411008768164 + }, + { + "children": [ + { + "name": "Solanum luteoalbum", + "branch_length": 1.2318985711913726 + }, + { + "name": "Solanum stuckertii", + "branch_length": 1.2318985711913726 + } + ], + "branch_length": 0.9078881382741919 + } + ], + "branch_length": 1.4792976902873 + } + ], + "branch_length": 0.6524308719377707 + } + ], + "branch_length": 0.6991852197568882 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum oxyphyllum", + "branch_length": 3.4869224167095645 + }, + { + "children": [ + { + "name": "Solanum pendulum", + "branch_length": 2.8485348410831506 + }, + { + "name": "Solanum tobagense", + "branch_length": 2.848535841083155 + } + ], + "branch_length": 0.6383865756264306 + } + ], + "branch_length": 0.8593763036692401 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum obliquum", + "branch_length": 2.2201944955002197 + }, + { + "children": [ + { + "name": "Solanum roseum", + "branch_length": 1.1183232292304446 + }, + { + "children": [ + { + "name": "Solanum maternum", + "branch_length": 0.3173324065232279 + }, + { + "children": [ + { + "name": "Solanum betaceum", + "branch_length": 0.093368927829232 + }, + { + "name": "Solanum unilobum", + "branch_length": 0.09336892782922845 + } + ], + "branch_length": 0.22396347869400302 + } + ], + "branch_length": 0.8009908227072167 + } + ], + "branch_length": 1.1018712662698107 + } + ], + "branch_length": 1.3014092444640042 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum cajanumense", + "branch_length": 0.903069828623007 + }, + { + "name": "Solanum fallax", + "branch_length": 0.903069828623007 + } + ], + "branch_length": 1.991542712455928 + }, + { + "children": [ + { + "name": "Solanum endopogon", + "branch_length": 2.224908249883214 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum occultum", + "branch_length": 0.8669159269633333 + }, + { + "name": "Solanum sibundoyense", + "branch_length": 0.8669159269633333 + } + ], + "branch_length": 0.8793820502629721 + }, + { + "children": [ + { + "name": "Solanum proteanthum", + "branch_length": 1.3223944738022695 + }, + { + "children": [ + { + "name": "Solanum tegore", + "branch_length": 1.2214302284997665 + }, + { + "children": [ + { + "name": "Solanum circinatum", + "branch_length": 0.9668781065582266 + }, + { + "name": "Solanum tenuisetosum", + "branch_length": 0.9668781065582337 + } + ], + "branch_length": 0.25455212194151855 + } + ], + "branch_length": 0.10096424530250303 + } + ], + "branch_length": 0.4239035034240288 + } + ], + "branch_length": 0.4786102726569439 + } + ], + "branch_length": 0.6697042911957212 + } + ], + "branch_length": 0.626991198885289 + } + ], + "branch_length": 0.8246939804145832 + } + ], + "branch_length": 0.6244027710687163 + } + ], + "branch_length": 1.0077063484944055 + } + ], + "branch_length": 6.001447747398636 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Solanum adscendens", + "branch_length": 3.2550308875521203 + }, + { + "name": "Solanum turneroides", + "branch_length": 3.2550308875521203 + } + ], + "branch_length": 4.914309671293566 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum abutiloides", + "branch_length": 3.794896892615128 + }, + { + "name": "Solanum inelegans", + "branch_length": 3.7948968926151316 + } + ], + "branch_length": 0.5633812562742158 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum rugosum", + "branch_length": 2.1087360717172317 + }, + { + "children": [ + { + "name": "Solanum asperum", + "branch_length": 0.5300958656749906 + }, + { + "name": "Solanum mauritianum", + "branch_length": 0.5300968656749667 + } + ], + "branch_length": 1.578639206042265 + } + ], + "branch_length": 1.22317518145897 + }, + { + "children": [ + { + "name": "Solanum lepidotum", + "branch_length": 2.929158972905814 + }, + { + "children": [ + { + "name": "Solanum cordovense", + "branch_length": 1.8971338339705213 + }, + { + "name": "Solanum schlechtendalianum", + "branch_length": 1.8971338339705213 + } + ], + "branch_length": 1.0320261389353114 + } + ], + "branch_length": 0.4027512802703974 + } + ], + "branch_length": 1.026366895713128 + } + ], + "branch_length": 3.811062409956328 + } + ], + "branch_length": 2.74320864717647 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum delitescens", + "branch_length": 2.1954856008900983 + }, + { + "name": "Solanum reductum", + "branch_length": 2.1954856008900983 + } + ], + "branch_length": 4.8155339755254545 + }, + { + "children": [ + { + "name": "Solanum havanense", + "branch_length": 5.869046371480554 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum argentinum", + "branch_length": 2.790215764882106 + }, + { + "name": "Solanum pseudocapsicum", + "branch_length": 2.790215764882106 + } + ], + "branch_length": 1.3162157919294017 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum capsicastrum", + "branch_length": 0.6128252766825213 + }, + { + "name": "Solanum rovirosanum", + "branch_length": 0.6128252766825142 + } + ], + "branch_length": 2.3520870957360103 + }, + { + "children": [ + { + "name": "Solanum arboreum", + "branch_length": 2.427988733114443 + }, + { + "children": [ + { + "name": "Solanum ochrophyllum", + "branch_length": 1.8319617272288191 + }, + { + "children": [ + { + "name": "Solanum aphyodendron", + "branch_length": 0.6933681022771587 + }, + { + "name": "Solanum diphyllum", + "branch_length": 0.6933681022771587 + } + ], + "branch_length": 1.1385936249516462 + } + ], + "branch_length": 0.5960270058856381 + } + ], + "branch_length": 0.5369236393040886 + } + ], + "branch_length": 1.1415191843929833 + } + ], + "branch_length": 1.7626148146689822 + } + ], + "branch_length": 1.1419732049350202 + } + ], + "branch_length": 3.9015296296066104 + } + ], + "branch_length": 0.7582469512736054 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum allophyllum", + "branch_length": 9.005198416961605 + }, + { + "children": [ + { + "name": "Solanum wendlandii", + "branch_length": 2.587888517193619 + }, + { + "children": [ + { + "name": "Solanum bicorne", + "branch_length": 0.8468853736420883 + }, + { + "name": "Solanum refractum", + "branch_length": 0.8468853736420883 + } + ], + "branch_length": 1.7410031435515094 + } + ], + "branch_length": 6.417309899768021 + } + ], + "branch_length": 2.363566202049185 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum nemorense", + "branch_length": 6.836366076235709 + }, + { + "children": [ + { + "name": "Solanum hoehnei", + "branch_length": 0.37127336512038767 + }, + { + "name": "Solanum reptans", + "branch_length": 0.37127336512038767 + } + ], + "branch_length": 6.465091711115303 + } + ], + "branch_length": 4.212379279707061 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Solanum agrarium", + "branch_length": 1.6867922450179869 + }, + { + "name": "Solanum talarense", + "branch_length": 1.6867922450179869 + } + ], + "branch_length": 2.0813239580090688 + }, + { + "children": [ + { + "name": "Solanum stenandrum", + "branch_length": 3.2157977318428514 + }, + { + "children": [ + { + "name": "Solanum polytrichum", + "branch_length": 2.4676716354017856 + }, + { + "children": [ + { + "name": "Solanum gardneri", + "branch_length": 2.2114547128752733 + }, + { + "children": [ + { + "name": "Solanum schomburgkii", + "branch_length": 1.378715728237463 + }, + { + "children": [ + { + "name": "Solanum microphyllum", + "branch_length": 0.5138059967187409 + }, + { + "name": "Solanum tetramerum", + "branch_length": 0.5138059967187409 + } + ], + "branch_length": 0.8649097315187362 + } + ], + "branch_length": 0.8327389846378104 + } + ], + "branch_length": 0.256216922526491 + } + ], + "branch_length": 0.7481270964410953 + } + ], + "branch_length": 0.5523174711842316 + } + ], + "branch_length": 3.18162182578088 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Solanum buddleifolium", + "branch_length": 2.795093072619519 + }, + { + "name": "Solanum thomasiifolium", + "branch_length": 2.795093072619519 + } + ], + "branch_length": 1.8930856263563811 + }, + { + "children": [ + { + "name": "Solanum paraibanum", + "branch_length": 1.3936509684491725 + }, + { + "name": "Solanum rupincola", + "branch_length": 1.3936509684491725 + } + ], + "branch_length": 3.294527730526749 + } + ], + "branch_length": 1.1414878308776544 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum robustum", + "branch_length": 2.515183552217266 + }, + { + "children": [ + { + "name": "Solanum hexandrum", + "branch_length": 0.19458655096089572 + }, + { + "name": "Solanum stagnale", + "branch_length": 0.19458655096089572 + } + ], + "branch_length": 2.320596001256373 + } + ], + "branch_length": 1.3637977295885015 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum jabrense", + "branch_length": 0.6298099000991115 + }, + { + "name": "Solanum megalonyx", + "branch_length": 0.6298099000991115 + } + ], + "branch_length": 2.5085245135054777 + }, + { + "children": [ + { + "name": "Solanum reflexiflorum", + "branch_length": 1.8479200858538078 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum absconditum", + "branch_length": 0.12135864097019677 + }, + { + "name": "Solanum paludosum", + "branch_length": 0.12135864097019677 + } + ], + "branch_length": 1.3822696082429076 + }, + { + "children": [ + { + "name": "Solanum accrescens", + "branch_length": 1.1563291710599373 + }, + { + "children": [ + { + "name": "Solanum decompositiflorum", + "branch_length": 0.8862602852803185 + }, + { + "name": "Solanum rhytidoandrum", + "branch_length": 0.8862602852803363 + } + ], + "branch_length": 0.27006888577959387 + } + ], + "branch_length": 0.3472980781532051 + } + ], + "branch_length": 0.34429183664069285 + } + ], + "branch_length": 1.2904143277507778 + } + ], + "branch_length": 0.7406468682011784 + } + ], + "branch_length": 1.9506852480477797 + } + ], + "branch_length": 1.120070498954398 + } + ], + "branch_length": 2.5334024335177503 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Solanum palinacanthum", + "branch_length": 4.697656842853856 + }, + { + "children": [ + { + "name": "Solanum mammosum", + "branch_length": 4.363726679952137 + }, + { + "children": [ + { + "name": "Solanum platense", + "branch_length": 3.535737747650355 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum capsicoides", + "branch_length": 1.6885556939941502 + }, + { + "children": [ + { + "name": "Solanum acerifolium", + "branch_length": 0.9810675100801625 + }, + { + "children": [ + { + "name": "Solanum atropurpureum", + "branch_length": 0.5123974717082156 + }, + { + "name": "Solanum tenuispinum", + "branch_length": 0.5123974717082156 + } + ], + "branch_length": 0.46867003837196464 + } + ], + "branch_length": 0.7074881839140197 + } + ], + "branch_length": 1.0820795260924143 + }, + { + "children": [ + { + "name": "Solanum incarceratum", + "branch_length": 1.6242693252475924 + }, + { + "children": [ + { + "name": "Solanum myriacanthum", + "branch_length": 1.1085232703771624 + }, + { + "children": [ + { + "name": "Solanum aculeatissimum", + "branch_length": 0.7993143841883033 + }, + { + "name": "Solanum viarum", + "branch_length": 0.7993143841883033 + } + ], + "branch_length": 0.30920788618886874 + } + ], + "branch_length": 0.5157460548704478 + } + ], + "branch_length": 1.1463658948389508 + } + ], + "branch_length": 0.765101527563786 + } + ], + "branch_length": 0.8279889323017606 + } + ], + "branch_length": 0.33393016290172284 + } + ], + "branch_length": 3.2532038810301422 + }, + { + "children": [ + { + "name": "Solanum sessiliflorum", + "branch_length": 3.8184511004327355 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum quitoense", + "branch_length": 1.8162824885473725 + }, + { + "children": [ + { + "name": "Solanum felinum", + "branch_length": 0.8660922293117892 + }, + { + "children": [ + { + "name": "Solanum candidum", + "branch_length": 0.5487782732024975 + }, + { + "children": [ + { + "name": "Solanum lasiocarpum", + "branch_length": 0.22677103542195098 + }, + { + "name": "Solanum repandum", + "branch_length": 0.22677103542195098 + } + ], + "branch_length": 0.32200823778055465 + } + ], + "branch_length": 0.31731395610928814 + } + ], + "branch_length": 0.9501902592356046 + } + ], + "branch_length": 1.1204978160917847 + }, + { + "children": [ + { + "name": "Solanum stramoniifolium", + "branch_length": 2.462641168640843 + }, + { + "children": [ + { + "name": "Solanum hirtum", + "branch_length": 1.6881266966881867 + }, + { + "children": [ + { + "name": "Solanum pectinatum", + "branch_length": 1.5612491842226461 + }, + { + "children": [ + { + "name": "Solanum hyporhodium", + "branch_length": 1.2926817836160467 + }, + { + "children": [ + { + "name": "Solanum pseudolulo", + "branch_length": 0.881940958925103 + }, + { + "name": "Solanum vestissimum", + "branch_length": 0.881940958925103 + } + ], + "branch_length": 0.41074082469094364 + } + ], + "branch_length": 0.26856740060662787 + } + ], + "branch_length": 0.12687751246551926 + } + ], + "branch_length": 0.7745144719526493 + } + ], + "branch_length": 0.47413913599834956 + } + ], + "branch_length": 0.8816707957935428 + } + ], + "branch_length": 4.132408623451319 + } + ], + "branch_length": 1.0106592158389809 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Solanum hasslerianum", + "branch_length": 2.6622287466755132 + }, + { + "name": "Solanum sisymbriifolium", + "branch_length": 2.6622287466755132 + } + ], + "branch_length": 4.704112483963566 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Solanum lycocarpum", + "branch_length": 3.819078194424705 + }, + { + "name": "Solanum mitlense", + "branch_length": 3.819078194424705 + } + ], + "branch_length": 1.48233696908909 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum coriaceum", + "branch_length": 3.0874514828467454 + }, + { + "name": "Solanum sendtnerianum", + "branch_length": 3.0874514828467454 + } + ], + "branch_length": 1.2865151903602552 + }, + { + "children": [ + { + "name": "Solanum crinitum", + "branch_length": 1.0952920763972749 + }, + { + "children": [ + { + "name": "Solanum urticans", + "branch_length": 0.17520281917000347 + }, + { + "name": "Solanum wrightii", + "branch_length": 0.17520281917000347 + } + ], + "branch_length": 0.9200892572272963 + } + ], + "branch_length": 3.2786755968097623 + } + ], + "branch_length": 0.9274484903067659 + } + ], + "branch_length": 1.0324035427648077 + }, + { + "children": [ + { + "name": "Solanum tenuipes", + "branch_length": 4.287869279631156 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum johnstonii", + "branch_length": 2.82106231131311 + }, + { + "children": [ + { + "name": "Solanum grayi", + "branch_length": 1.523293718808695 + }, + { + "name": "Solanum lumholtzianum", + "branch_length": 1.523293718808695 + } + ], + "branch_length": 1.297768592504422 + } + ], + "branch_length": 0.6293353368381531 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum angustifolium", + "branch_length": 2.1284046592086625 + }, + { + "children": [ + { + "name": "Solanum fructotecto", + "branch_length": 1.5910601373627102 + }, + { + "name": "Solanum rostratum", + "branch_length": 1.5910601373627173 + } + ], + "branch_length": 0.5373445218459381 + } + ], + "branch_length": 0.7534501837936851 + }, + { + "children": [ + { + "name": "Solanum tribulosum", + "branch_length": 2.4399235058794986 + }, + { + "children": [ + { + "name": "Solanum heterodoxum", + "branch_length": 1.7911314928132782 + }, + { + "children": [ + { + "name": "Solanum citrullifolium", + "branch_length": 1.1378405710152357 + }, + { + "name": "Solanum davisense", + "branch_length": 1.1378405710152357 + } + ], + "branch_length": 0.6532909217980603 + } + ], + "branch_length": 0.6487920130662168 + } + ], + "branch_length": 0.4419313371227993 + } + ], + "branch_length": 0.5685418051490103 + } + ], + "branch_length": 0.8374726314798373 + } + ], + "branch_length": 2.045949426647457 + } + ], + "branch_length": 1.0325225243604486 + } + ], + "branch_length": 0.9270012584921083 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Solanum bahamense", + "branch_length": 1.9904132800699585 + }, + { + "name": "Solanum drymophilum", + "branch_length": 1.9904132800699585 + } + ], + "branch_length": 5.190774646117632 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum asterophorum", + "branch_length": 6.416290429047898 + }, + { + "children": [ + { + "name": "Solanum carolinense", + "branch_length": 5.358817926098801 + }, + { + "children": [ + { + "name": "Solanum moxosense", + "branch_length": 4.30147244105741 + }, + { + "children": [ + { + "name": "Solanum comptum", + "branch_length": 2.9826745115967768 + }, + { + "children": [ + { + "name": "Solanum conditum", + "branch_length": 0.7967013436129733 + }, + { + "name": "Solanum juvenale", + "branch_length": 0.7967013436129733 + } + ], + "branch_length": 2.1859731679837857 + } + ], + "branch_length": 1.3187969294605963 + } + ], + "branch_length": 1.0573454850413562 + } + ], + "branch_length": 1.0574725029491034 + } + ], + "branch_length": 0.5764833947729358 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Solanum jamaicense", + "branch_length": 2.3533727607593704 + }, + { + "name": "Solanum lanceifolium", + "branch_length": 2.3533727607593704 + } + ], + "branch_length": 1.6692794179137032 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum adhaerens", + "branch_length": 1.0803693731674073 + }, + { + "name": "Solanum aturense", + "branch_length": 1.0803693731674073 + } + ], + "branch_length": 2.145634144274325 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum arachnidanthum", + "branch_length": 1.4650447198446557 + }, + { + "name": "Solanum tampicense", + "branch_length": 1.4650447198446557 + } + ], + "branch_length": 1.3182441533113547 + }, + { + "children": [ + { + "name": "Solanum monachophyllum", + "branch_length": 1.9101698575663875 + }, + { + "name": "Solanum pedemontanum", + "branch_length": 1.910169857566384 + } + ], + "branch_length": 0.8731180155896467 + } + ], + "branch_length": 0.44271564428569476 + } + ], + "branch_length": 0.7966486612313659 + } + ], + "branch_length": 2.4934117090742944 + }, + { + "children": [ + { + "name": "Solanum multispinum", + "branch_length": 5.396870301790596 + }, + { + "children": [ + { + "name": "Solanum crotonoides", + "branch_length": 4.6249296730193485 + }, + { + "children": [ + { + "name": "Solanum donianum", + "branch_length": 3.2704230552364173 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum glutinosum", + "branch_length": 2.5228385385710723 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum paniculatum", + "branch_length": 1.6902188970735956 + }, + { + "children": [ + { + "name": "Solanum poinsettiifolium", + "branch_length": 1.302317972884321 + }, + { + "name": "Solanum subinerme", + "branch_length": 1.3023179728843175 + } + ], + "branch_length": 0.3879009241892639 + } + ], + "branch_length": 0.5821702206705766 + }, + { + "children": [ + { + "name": "Solanum bonariense", + "branch_length": 1.559622551833101 + }, + { + "children": [ + { + "name": "Solanum hayesii", + "branch_length": 0.5855534006469227 + }, + { + "children": [ + { + "name": "Solanum asteropilodes", + "branch_length": 0.3645090262488324 + }, + { + "name": "Solanum crinitipes", + "branch_length": 0.3645090262488324 + } + ], + "branch_length": 0.22104437439807612 + } + ], + "branch_length": 0.9740691511861783 + } + ], + "branch_length": 0.712766565911064 + } + ], + "branch_length": 0.2504494208269499 + } + ], + "branch_length": 0.3074088450461687 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum asperolanatum", + "branch_length": 0.7501926551410776 + }, + { + "name": "Solanum stellativelutinum", + "branch_length": 0.7501926551410811 + } + ], + "branch_length": 1.7079803757314735 + }, + { + "children": [ + { + "name": "Solanum comarapanum", + "branch_length": 2.236333269372331 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum albidum", + "branch_length": 1.2749130883048991 + }, + { + "name": "Solanum whalenii", + "branch_length": 1.2749130883048991 + } + ], + "branch_length": 0.7383377890267369 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum ursinum", + "branch_length": 1.370995022489197 + }, + { + "children": [ + { + "name": "Solanum bolivianum", + "branch_length": 0.8154349997288648 + }, + { + "children": [ + { + "name": "Solanum acutilobum", + "branch_length": 0.6049063906820713 + }, + { + "name": "Solanum caricifolium", + "branch_length": 0.604906390682082 + } + ], + "branch_length": 0.21052860904677928 + } + ], + "branch_length": 0.5555600227603819 + } + ], + "branch_length": 0.48386397139940485 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum chrysotrichum", + "branch_length": 0.1993125926624657 + }, + { + "name": "Solanum pluviale", + "branch_length": 0.1993125926624657 + } + ], + "branch_length": 1.106339344768216 + }, + { + "children": [ + { + "name": "Solanum torvum", + "branch_length": 0.7073333312084849 + }, + { + "children": [ + { + "name": "Solanum lanceolatum", + "branch_length": 0.20958219595605598 + }, + { + "name": "Solanum rudepannum", + "branch_length": 0.20958219595605598 + } + ], + "branch_length": 0.4977511352524431 + } + ], + "branch_length": 0.5983186062221968 + } + ], + "branch_length": 0.5492070564579556 + } + ], + "branch_length": 0.1583918834430058 + } + ], + "branch_length": 0.22308239204073743 + } + ], + "branch_length": 0.2218397615001706 + } + ], + "branch_length": 0.37207435274474676 + } + ], + "branch_length": 0.44017567161915494 + } + ], + "branch_length": 1.3545066177828815 + } + ], + "branch_length": 0.7719416287712519 + } + ], + "branch_length": 1.1191935859568254 + } + ], + "branch_length": 0.4767089360734005 + } + ], + "branch_length": 0.18841410236678868 + } + ], + "branch_length": 0.47180937899496556 + }, + { + "children": [ + { + "name": "Solanum hieronymi", + "branch_length": 6.706836266742975 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Solanum elaeagnifolium", + "branch_length": 2.7753010211428304 + }, + { + "name": "Solanum mortonii", + "branch_length": 2.7753010211428304 + } + ], + "branch_length": 1.1727118227652191 + }, + { + "children": [ + { + "name": "Solanum hindsianum", + "branch_length": 2.0403651804498075 + }, + { + "name": "Solanum tridynamum", + "branch_length": 2.0403651804498075 + } + ], + "branch_length": 1.9076476634581923 + } + ], + "branch_length": 2.17224289209015 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Solanum aculeastrum", + "branch_length": 2.3192881030995522 + }, + { + "name": "Solanum thruppii", + "branch_length": 2.3192881030995522 + } + ], + "branch_length": 1.5041727183447158 + }, + { + "children": [ + { + "name": "Solanum marginatum", + "branch_length": 3.2938649405774854 + }, + { + "children": [ + { + "name": "Solanum schimperianum", + "branch_length": 2.2704066552560853 + }, + { + "children": [ + { + "name": "Solanum goetzei", + "branch_length": 1.1961073493656862 + }, + { + "children": [ + { + "name": "Solanum giganteum", + "branch_length": 0.924873288499164 + }, + { + "name": "Solanum kwebense", + "branch_length": 0.9248732884991426 + } + ], + "branch_length": 0.27123406086653645 + } + ], + "branch_length": 1.07429930589036 + } + ], + "branch_length": 1.0234582853214107 + } + ], + "branch_length": 0.5295948808667639 + } + ], + "branch_length": 0.7593545521246057 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Solanum dasyphyllum", + "branch_length": 0.30460784291539156 + }, + { + "name": "Solanum macrocarpon", + "branch_length": 0.30460784291539156 + } + ], + "branch_length": 2.579627628603607 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum lamprocarpum", + "branch_length": 1.914500687106358 + }, + { + "children": [ + { + "name": "Solanum glabratum", + "branch_length": 1.6875747092788558 + }, + { + "children": [ + { + "name": "Solanum cyaneopurpureum", + "branch_length": 1.4517456882194892 + }, + { + "children": [ + { + "name": "Solanum aethiopicum", + "branch_length": 0.4605720299284073 + }, + { + "name": "Solanum anguivi", + "branch_length": 0.4605720299284073 + } + ], + "branch_length": 0.9911736582910677 + } + ], + "branch_length": 0.2358290210593843 + } + ], + "branch_length": 0.22692597782748436 + } + ], + "branch_length": 0.26296335666501136 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum lidii", + "branch_length": 0.9145488411535538 + }, + { + "name": "Solanum vespertilio", + "branch_length": 0.9145488411535538 + } + ], + "branch_length": 0.7778528266158489 + }, + { + "children": [ + { + "name": "Solanum humile", + "branch_length": 1.2933453897492804 + }, + { + "children": [ + { + "name": "Solanum capense", + "branch_length": 1.0727072816581753 + }, + { + "name": "Solanum tomentosum", + "branch_length": 1.0727072816581753 + } + ], + "branch_length": 0.22063810809112638 + } + ], + "branch_length": 0.39905527802009644 + } + ], + "branch_length": 0.48506337600197824 + } + ], + "branch_length": 0.7067714277476291 + } + ], + "branch_length": 0.43131825677007285 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum nigriviolaceum", + "branch_length": 2.312998707359789 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum kurzii", + "branch_length": 0.7363700540900737 + }, + { + "name": "Solanum violaceum", + "branch_length": 0.7363700540900737 + } + ], + "branch_length": 1.3418264106778217 + }, + { + "children": [ + { + "name": "Solanum rigescentoides", + "branch_length": 1.34959630824574 + }, + { + "name": "Solanum supinum", + "branch_length": 1.34959630824574 + } + ], + "branch_length": 0.7286011565221457 + } + ], + "branch_length": 0.2348012425919137 + } + ], + "branch_length": 0.43028959362468555 + }, + { + "children": [ + { + "name": "Solanum sessilistellatum", + "branch_length": 1.9331233590205414 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum cumingii", + "branch_length": 0.474802648780674 + }, + { + "children": [ + { + "name": "Solanum melongena", + "branch_length": 0.28885843557731405 + }, + { + "name": "Solanum ovigerum", + "branch_length": 0.28885843557731405 + } + ], + "branch_length": 0.18594421320336352 + } + ], + "branch_length": 1.088307709839608 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum lichtensteinii", + "branch_length": 0.6528259111434664 + }, + { + "children": [ + { + "name": "Solanum cerasiferum", + "branch_length": 0.12570147543221566 + }, + { + "name": "Solanum linnaeanum", + "branch_length": 0.12570147543221566 + } + ], + "branch_length": 0.5271244357112579 + } + ], + "branch_length": 0.5896608864196793 + }, + { + "children": [ + { + "name": "Solanum arundo", + "branch_length": 1.0548410231876915 + }, + { + "children": [ + { + "name": "Solanum incanum", + "branch_length": 0.9690534704027165 + }, + { + "children": [ + { + "name": "Solanum campylacanthum", + "branch_length": 0.6578408670217186 + }, + { + "name": "Solanum panduriforme", + "branch_length": 0.6578408670217186 + } + ], + "branch_length": 0.3112126033810263 + } + ], + "branch_length": 0.08578755278494654 + } + ], + "branch_length": 0.18764577437545427 + } + ], + "branch_length": 0.32062356105715395 + } + ], + "branch_length": 0.3700120004002585 + } + ], + "branch_length": 0.8101649419639507 + } + ], + "branch_length": 0.572265427304572 + } + ], + "branch_length": 1.2672606452797979 + } + ], + "branch_length": 0.7805313099129805 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Solanum toliaraea", + "branch_length": 1.4540756814051399 + }, + { + "children": [ + { + "name": "Solanum bumeliifolium", + "branch_length": 0.5215179832534318 + }, + { + "name": "Solanum heinianum", + "branch_length": 0.5215179832534318 + } + ], + "branch_length": 0.9325576981516903 + } + ], + "branch_length": 1.1722164524706002 + }, + { + "children": [ + { + "name": "Solanum mahoriense", + "branch_length": 2.192547504666077 + }, + { + "children": [ + { + "name": "Solanum batoides", + "branch_length": 1.935441792784843 + }, + { + "children": [ + { + "name": "Solanum myoxotrichum", + "branch_length": 1.4853921439824198 + }, + { + "name": "Solanum pyracanthos", + "branch_length": 1.4853921439824198 + } + ], + "branch_length": 0.4500496488024375 + } + ], + "branch_length": 0.25710571188120923 + } + ], + "branch_length": 0.4337446292096665 + } + ], + "branch_length": 2.6012653606642466 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum oldfieldii", + "branch_length": 3.665145320376954 + }, + { + "children": [ + { + "name": "Solanum coactiliferum", + "branch_length": 3.053825060203266 + }, + { + "children": [ + { + "name": "Solanum gabrielae", + "branch_length": 1.3542797525281287 + }, + { + "name": "Solanum lasiophyllum", + "branch_length": 1.3542797525281287 + } + ], + "branch_length": 1.6995463076751243 + } + ], + "branch_length": 0.6113192601736728 + } + ], + "branch_length": 1.4456309909583887 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Solanum cleistogamum", + "branch_length": 1.2037306208098855 + }, + { + "name": "Solanum horridum", + "branch_length": 1.2037306208098855 + } + ], + "branch_length": 2.099489705141515 + }, + { + "children": [ + { + "name": "Solanum echinatum", + "branch_length": 1.1705260225727159 + }, + { + "name": "Solanum lucani", + "branch_length": 1.1705260225727159 + } + ], + "branch_length": 2.1326953033787284 + } + ], + "branch_length": 1.3286150970245494 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum cunninghamii", + "branch_length": 0.3231936191560152 + }, + { + "name": "Solanum dioicum", + "branch_length": 0.3231936191560152 + } + ], + "branch_length": 1.915738365615507 + }, + { + "children": [ + { + "name": "Solanum carduiforme", + "branch_length": 1.8998549799763076 + }, + { + "children": [ + { + "name": "Solanum leopoldense", + "branch_length": 1.6465814867848678 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum cataphractum", + "branch_length": 0.7294011967382943 + }, + { + "name": "Solanum petraeum", + "branch_length": 0.7294011967382943 + } + ], + "branch_length": 0.5796374246980669 + }, + { + "children": [ + { + "name": "Solanum tudununggae", + "branch_length": 0.8034365489378743 + }, + { + "name": "Solanum vansittartense", + "branch_length": 0.8034365489378779 + } + ], + "branch_length": 0.5056010724984716 + } + ], + "branch_length": 0.33754286534849953 + } + ], + "branch_length": 0.2532734931914469 + } + ], + "branch_length": 0.33907700479523584 + } + ], + "branch_length": 2.3929044382044538 + } + ], + "branch_length": 0.2925743851892406 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Solanum heteropodium", + "branch_length": 2.260559640270589 + }, + { + "name": "Solanum oedipus", + "branch_length": 2.260559640270589 + } + ], + "branch_length": 1.8438089939644975 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum clarkiae", + "branch_length": 0.910978398977818 + }, + { + "name": "Solanum melanospermum", + "branch_length": 0.910978398977818 + } + ], + "branch_length": 2.390388349195714 + }, + { + "children": [ + { + "name": "Solanum beaugleholei", + "branch_length": 2.784670628650808 + }, + { + "children": [ + { + "name": "Solanum phlomoides", + "branch_length": 2.2591705636202484 + }, + { + "children": [ + { + "name": "Solanum chippendalei", + "branch_length": 1.606892813375005 + }, + { + "name": "Solanum diversiflorum", + "branch_length": 1.606892813375005 + } + ], + "branch_length": 0.6522777502452435 + } + ], + "branch_length": 0.5255010650305358 + } + ], + "branch_length": 0.5166951195227405 + } + ], + "branch_length": 0.8030028860615595 + } + ], + "branch_length": 0.5880192929712571 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Solanum asymmetriphyllum", + "branch_length": 1.6397616985283605 + }, + { + "name": "Solanum sejunctum", + "branch_length": 1.6397616985283605 + } + ], + "branch_length": 2.58439899705337 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum hoplopetalum", + "branch_length": 0.5910617386365757 + }, + { + "name": "Solanum hystrix", + "branch_length": 0.5910617386365757 + } + ], + "branch_length": 3.554781853222625 + }, + { + "children": [ + { + "name": "Solanum oligacanthum", + "branch_length": 3.6228661197773953 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum nummularium", + "branch_length": 1.2506172537652738 + }, + { + "name": "Solanum orbiculatum", + "branch_length": 1.2506172537652738 + } + ], + "branch_length": 1.0822753715447817 + }, + { + "children": [ + { + "name": "Solanum tetrathecum", + "branch_length": 1.7986792783056345 + }, + { + "children": [ + { + "name": "Solanum elachophyllum", + "branch_length": 1.38204547443058 + }, + { + "name": "Solanum jucundum", + "branch_length": 1.38204547443058 + } + ], + "branch_length": 0.41663280387503576 + } + ], + "branch_length": 0.5342143470044363 + } + ], + "branch_length": 1.2899724944673174 + } + ], + "branch_length": 0.5229764720818082 + } + ], + "branch_length": 0.078318103722534 + } + ], + "branch_length": 0.2712923258322668 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Solanum ditrichum", + "branch_length": 0.43391948469200514 + }, + { + "name": "Solanum vicinum", + "branch_length": 0.43391948469200514 + } + ], + "branch_length": 1.4363290992149658 + }, + { + "children": [ + { + "name": "Solanum campanulatum", + "branch_length": 1.6666418253904247 + }, + { + "children": [ + { + "name": "Solanum prinophyllum", + "branch_length": 0.6181369122057596 + }, + { + "name": "Solanum pungetium", + "branch_length": 0.6181369122057596 + } + ], + "branch_length": 1.0485059131846768 + } + ], + "branch_length": 0.20360675851652132 + } + ], + "branch_length": 1.9855870359379573 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Solanum petrophilum", + "branch_length": 3.2253800891242292 + }, + { + "children": [ + { + "name": "Solanum lythrocarpum", + "branch_length": 2.490532276068272 + }, + { + "children": [ + { + "name": "Solanum stenopterum", + "branch_length": 2.1012482934189975 + }, + { + "children": [ + { + "name": "Solanum sturtianum", + "branch_length": 1.675827521052497 + }, + { + "children": [ + { + "name": "Solanum argopetalum", + "branch_length": 1.1568982515100288 + }, + { + "name": "Solanum papaverifolium", + "branch_length": 1.1568982515100288 + } + ], + "branch_length": 0.5189302695424729 + } + ], + "branch_length": 0.4254197723665101 + } + ], + "branch_length": 0.38928398264923914 + } + ], + "branch_length": 0.734847813055957 + } + ], + "branch_length": 0.2638141703493524 + }, + { + "children": [ + { + "name": "Solanum cinereum", + "branch_length": 2.8160005654328906 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum centrale", + "branch_length": 1.1705675871084864 + }, + { + "name": "Solanum esuriale", + "branch_length": 1.1705675871084864 + } + ], + "branch_length": 1.1889083077436169 + }, + { + "children": [ + { + "name": "Solanum dianthophorum", + "branch_length": 1.4069194110624608 + }, + { + "children": [ + { + "name": "Solanum ellipticum", + "branch_length": 0.7636412797528891 + }, + { + "name": "Solanum quadriloculatum", + "branch_length": 0.7636412797528891 + } + ], + "branch_length": 0.6432791313095692 + } + ], + "branch_length": 0.9525554837896593 + } + ], + "branch_length": 0.45652567058077054 + } + ], + "branch_length": 0.6731936940406911 + } + ], + "branch_length": 0.19421979181330684 + }, + { + "children": [ + { + "name": "Solanum nobile", + "branch_length": 3.234198354374726 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Solanum neoanglicum", + "branch_length": 2.188468191573584 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum acanthodapis", + "branch_length": 0.6555779569076705 + }, + { + "name": "Solanum serpens", + "branch_length": 0.6555779569076705 + } + ], + "branch_length": 1.075688545923338 + }, + { + "children": [ + { + "name": "Solanum inaequilaterum", + "branch_length": 1.3572515880153162 + }, + { + "children": [ + { + "name": "Solanum amblymerum", + "branch_length": 0.5917592448520921 + }, + { + "name": "Solanum limitare", + "branch_length": 0.5917592448520921 + } + ], + "branch_length": 0.7654923431632312 + } + ], + "branch_length": 0.3740149148156924 + } + ], + "branch_length": 0.45720268874258707 + } + ], + "branch_length": 0.43399531149970016 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum dimorphispinum", + "branch_length": 1.5877293543067346 + }, + { + "children": [ + { + "name": "Solanum macoorai", + "branch_length": 1.4039281405284996 + }, + { + "children": [ + { + "name": "Solanum viridifolium", + "branch_length": 1.092982869745903 + }, + { + "children": [ + { + "name": "Solanum brownii", + "branch_length": 0.6645480601277072 + }, + { + "name": "Solanum curvicuspe", + "branch_length": 0.6645480601277072 + } + ], + "branch_length": 0.4284348096182171 + } + ], + "branch_length": 0.3109452707825966 + } + ], + "branch_length": 0.1838012137782421 + } + ], + "branch_length": 0.5276712181997105 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum pancheri", + "branch_length": 1.3841877220828707 + }, + { + "name": "Solanum vaccinioides", + "branch_length": 1.3841877220828778 + } + ], + "branch_length": 0.3594181857014398 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum incompletum", + "branch_length": 1.0045901369721193 + }, + { + "name": "Solanum sandwicense", + "branch_length": 1.0045901369721193 + } + ], + "branch_length": 0.42756133051652156 + }, + { + "children": [ + { + "name": "Solanum mitchellianum", + "branch_length": 0.8498455625489356 + }, + { + "name": "Solanum semiarmatum", + "branch_length": 0.8498455625489356 + } + ], + "branch_length": 0.5823059049397266 + } + ], + "branch_length": 0.3114544402956412 + } + ], + "branch_length": 0.37179466472216305 + } + ], + "branch_length": 0.5070629305668248 + } + ], + "branch_length": 0.4746366923605123 + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "name": "Solanum cookii", + "branch_length": 2.1785489511297307 + }, + { + "children": [ + { + "name": "Solanum corifolium", + "branch_length": 1.618040051160424 + }, + { + "children": [ + { + "name": "Solanum discolor", + "branch_length": 1.0495139588929163 + }, + { + "name": "Solanum shirleyanum", + "branch_length": 1.0495139588929199 + } + ], + "branch_length": 0.5685260922675219 + } + ], + "branch_length": 0.5605088999692818 + } + ], + "branch_length": 0.4445130049821273 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum dissectum", + "branch_length": 1.548533490618297 + }, + { + "name": "Solanum stupefactum", + "branch_length": 1.54853349061829 + } + ], + "branch_length": 0.46826072895663273 + }, + { + "children": [ + { + "name": "Solanum furfuraceum", + "branch_length": 0.8630252888073571 + }, + { + "name": "Solanum rixosum", + "branch_length": 0.8630252888073571 + } + ], + "branch_length": 1.1537689307675514 + } + ], + "branch_length": 0.606267736536946 + } + ], + "branch_length": 0.35087969425359944 + }, + { + "children": [ + { + "children": [ + { + "name": "Solanum johnsonianum", + "branch_length": 1.0888130714879551 + }, + { + "children": [ + { + "name": "Solanum innoxium", + "branch_length": 0.8461092164095128 + }, + { + "children": [ + { + "name": "Solanum hapalum", + "branch_length": 0.6068052824898089 + }, + { + "children": [ + { + "name": "Solanum densevestitum", + "branch_length": 0.3828408900392155 + }, + { + "name": "Solanum nemophilum", + "branch_length": 0.3828408900392155 + } + ], + "branch_length": 0.2239643924505934 + } + ], + "branch_length": 0.23930393391971094 + } + ], + "branch_length": 0.24270385507843528 + } + ], + "branch_length": 1.0299591622226387 + }, + { + "children": [ + { + "name": "Solanum gympiense", + "branch_length": 1.465921772527068 + }, + { + "children": [ + { + "name": "Solanum chenopodium", + "branch_length": 1.008453231934535 + }, + { + "children": [ + { + "name": "Solanum latens", + "branch_length": 0.7473637228091121 + }, + { + "children": [ + { + "name": "Solanum stelligerum", + "branch_length": 0.4849755910088156 + }, + { + "children": [ + { + "name": "Solanum chenopodinum", + "branch_length": 0.11490469723056052 + }, + { + "name": "Solanum ferocissimum", + "branch_length": 0.11490469723056052 + } + ], + "branch_length": 0.3700698937782647 + } + ], + "branch_length": 0.2623881318002823 + } + ], + "branch_length": 0.26109050912542386 + } + ], + "branch_length": 0.45746754059254613 + } + ], + "branch_length": 0.652850461183526 + } + ], + "branch_length": 0.8551694166548742 + } + ], + "branch_length": 0.12315854506834967 + } + ], + "branch_length": 0.1370981589409297 + } + ], + "branch_length": 0.449215696912141 + } + ], + "branch_length": 0.172421568558061 + } + ], + "branch_length": 0.6396174015690548 + } + ], + "branch_length": 0.19693490579234663 + } + ], + "branch_length": 0.23202288095890822 + } + ], + "branch_length": 0.18636550317008016 + } + ], + "branch_length": 0.11678218320468758 + } + ], + "branch_length": 0.13578718894182984 + } + ], + "branch_length": 0.7569110525163545 + } + ], + "branch_length": 0.586580530744758 + } + ], + "branch_length": 0.9461610384396231 + } + ], + "branch_length": 0.640346183948612 + } + ], + "branch_length": 0.6681764505918402 + } + ], + "branch_length": 0.5216205226027313 + } + ], + "branch_length": 1.5656038936170091 + } + ], + "branch_length": 0.3200202630680664 + } + ], + "branch_length": 0.30203153828497875 + } + ], + "branch_length": 0.3090584300448178 + } + ], + "branch_length": 1.003042557089742 + } + ], + "branch_length": 1.3073662144365912 + } + ], + "branch_length": 1.2577040001006896 + } + ], + "branch_length": 1.4159944833625477 + } + ], + "branch_length": 2.1607947831881873 + } + ], + "branch_length": 0.5587683131394883 + } + ], + "branch_length": 0.41398207072837323 + } + ], + "branch_length": 0.8320508901456591 + } + ], + "branch_length": 2.8381563162247687 + } + ], + "branch_length": 4.210147775800955 + } + ], + "branch_length": 1.0042883227743715 + } + ], + "branch_length": 1.3445827193040678 + } + ], + "branch_length": 18.30992711870236 + } + ], + "name": ";" + }, + "matchedNames": [ + { + "name": ";", + "match": { + "confidence": 100, + "matchType": "NONE", + "synonym": false + }, + "key": ";", + "confidence": 100 + }, + { + "name": "Ipomoea", + "match": { + "usageKey": 2928509, + "scientificName": "Ipomoea L.", + "canonicalName": "Ipomoea", + "rank": "GENUS", + "status": "ACCEPTED", + "confidence": 94, + "note": "Similarity: name=100; authorship=0; classification=-2; rank=0; status=1; nextMatch=3", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 12352155, + "scientificName": "Ipomoea", + "canonicalName": "Ipomoea", + "rank": "GENUS", + "status": "DOUBTFUL", + "confidence": 90, + "note": "Similarity: name=100; authorship=0; classification=-2; rank=0; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Fabales", + "family": "Fabaceae", + "genus": "Ipomoea", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1370, + "familyKey": 5386, + "genusKey": 12352155, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 5792744, + "scientificName": "Ipomaea Burm.f., 1768", + "canonicalName": "Ipomaea", + "rank": "GENUS", + "status": "DOUBTFUL", + "confidence": 68, + "note": "Similarity: name=75; authorship=0; classification=-2; rank=0; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Convolvulaceae", + "genus": "Ipomaea", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 2389, + "genusKey": 5792744, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 3679012, + "scientificName": "Ipomea All.", + "canonicalName": "Ipomea", + "rank": "GENUS", + "status": "DOUBTFUL", + "confidence": 68, + "note": "Similarity: name=75; authorship=0; classification=-2; rank=0; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Convolvulaceae", + "genus": "Ipomea", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 2389, + "genusKey": 3679012, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Convolvulaceae", + "genus": "Ipomoea", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 2389, + "genusKey": 2928509, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Ipomoea L.", + "usageKey": 2928509, + "key": "Ipomoea", + "confidence": 94 + }, + { + "name": "Benthamiella patagonica", + "match": { + "usageKey": 3801303, + "scientificName": "Benthamiella patagonica Speg.", + "canonicalName": "Benthamiella patagonica", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Benthamiella", + "species": "Benthamiella patagonica", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299882, + "speciesKey": 3801303, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Benthamiella patagonica Speg.", + "usageKey": 3801303, + "key": "Benthamiella patagonica", + "confidence": 99 + }, + { + "name": "Pantacantha ameghinoi", + "match": { + "usageKey": 3796858, + "scientificName": "Pantacantha ameghinoi Speg.", + "canonicalName": "Pantacantha ameghinoi", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Pantacantha", + "species": "Pantacantha ameghinoi", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299147, + "speciesKey": 3796858, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Pantacantha ameghinoi Speg.", + "usageKey": 3796858, + "key": "Pantacantha ameghinoi", + "confidence": 99 + }, + { + "name": "Benthamiella skottsbergii", + "match": { + "usageKey": 3801286, + "scientificName": "Benthamiella skottsbergii A.Soriano", + "canonicalName": "Benthamiella skottsbergii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=3", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 11085494, + "scientificName": "Benthamiella skottsbergii C.Soriano", + "canonicalName": "Benthamiella skottsbergii", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Benthamiella", + "species": "Benthamiella skottsbergii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7731520, + "speciesKey": 11085494, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Benthamiella", + "species": "Benthamiella skottsbergii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299882, + "speciesKey": 3801286, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Benthamiella skottsbergii A.Soriano", + "usageKey": 3801286, + "key": "Benthamiella skottsbergii", + "confidence": 98 + }, + { + "name": "Combera paradoxa", + "match": { + "usageKey": 3800257, + "scientificName": "Combera paradoxa Sandwith", + "canonicalName": "Combera paradoxa", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Combera", + "species": "Combera paradoxa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299721, + "speciesKey": 3800257, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Combera paradoxa Sandwith", + "usageKey": 3800257, + "key": "Combera paradoxa", + "confidence": 99 + }, + { + "name": "Salpiglossis sinuata", + "match": { + "usageKey": 2932905, + "scientificName": "Salpiglossis sinuata Ruiz & Pav.", + "canonicalName": "Salpiglossis sinuata", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8524791, + "acceptedUsageKey": 2928905, + "scientificName": "Salpiglossis sinuata Hook. & Arn.", + "canonicalName": "Salpiglossis sinuata", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Calibrachoa", + "species": "Calibrachoa parviflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 8254205, + "speciesKey": 2928905, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7370157, + "acceptedUsageKey": 2928905, + "scientificName": "Salpiglossis sinuata Hook. & Arn. ex Miers", + "canonicalName": "Salpiglossis sinuata", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Calibrachoa", + "species": "Calibrachoa parviflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 8254205, + "speciesKey": 2928905, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7299472, + "scientificName": "Salpiglossis pinnatus", + "canonicalName": "Salpiglossis pinnatus", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Salpiglossis", + "species": "Salpiglossis pinnatus", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 8177840, + "speciesKey": 7299472, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Salpiglossis", + "species": "Salpiglossis sinuata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 8177840, + "speciesKey": 2932905, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Salpiglossis sinuata Ruiz & Pav.", + "usageKey": 2932905, + "key": "Salpiglossis sinuata", + "confidence": 97 + }, + { + "name": "Protoschwenkia mandonii", + "match": { + "usageKey": 8053396, + "acceptedUsageKey": 8064202, + "scientificName": "Protoschwenkia mandonii Soler.", + "canonicalName": "Protoschwenkia mandonii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8064202, + "scientificName": "Protoschwenckia mandonii Soler.", + "canonicalName": "Protoschwenckia mandonii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 80, + "note": "Similarity: name=75; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Protoschwenckia", + "species": "Protoschwenckia mandonii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 4937327, + "speciesKey": 8064202, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Protoschwenckia", + "species": "Protoschwenckia mandonii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 4937327, + "speciesKey": 8064202, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Protoschwenkia mandonii Soler.", + "usageKey": 8053396, + "key": "Protoschwenkia mandonii", + "confidence": 98 + }, + { + "name": "Browallia eludens", + "match": { + "usageKey": 2932936, + "scientificName": "Browallia eludens Van Devender & P.D.Jenkins", + "canonicalName": "Browallia eludens", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Browallia", + "species": "Browallia eludens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932933, + "speciesKey": 2932936, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Browallia eludens Van Devender & P.D.Jenkins", + "usageKey": 2932936, + "key": "Browallia eludens", + "confidence": 99 + }, + { + "name": "Browallia speciosa", + "match": { + "usageKey": 3800529, + "scientificName": "Browallia speciosa Hook.", + "canonicalName": "Browallia speciosa", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Browallia", + "species": "Browallia speciosa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932933, + "speciesKey": 3800529, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Browallia speciosa Hook.", + "usageKey": 3800529, + "key": "Browallia speciosa", + "confidence": 99 + }, + { + "name": "Streptosolen jamesonii", + "match": { + "usageKey": 5341821, + "scientificName": "Streptosolen jamesonii (Benth.) Miers", + "canonicalName": "Streptosolen jamesonii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Streptosolen", + "species": "Streptosolen jamesonii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928980, + "speciesKey": 5341821, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Streptosolen jamesonii (Benth.) Miers", + "usageKey": 5341821, + "key": "Streptosolen jamesonii", + "confidence": 99 + }, + { + "name": "Vestia lycioides", + "match": { + "usageKey": 5581282, + "acceptedUsageKey": 5581284, + "scientificName": "Vestia lycioides Willd.", + "canonicalName": "Vestia lycioides", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Vestia", + "species": "Vestia foetida", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 3234425, + "speciesKey": 5581284, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Vestia lycioides Willd.", + "usageKey": 5581282, + "key": "Vestia lycioides", + "confidence": 98 + }, + { + "name": "Sessea corymbiflora", + "match": { + "usageKey": 3797091, + "scientificName": "Sessea corymbiflora Goudot ex Taylor & Phillips", + "canonicalName": "Sessea corymbiflora", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8654934, + "acceptedUsageKey": 3797091, + "scientificName": "Sessea corymbiflora Goudot", + "canonicalName": "Sessea corymbiflora", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Sessea", + "species": "Sessea corymbiflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299148, + "speciesKey": 3797091, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Sessea", + "species": "Sessea corymbiflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299148, + "speciesKey": 3797091, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Sessea corymbiflora Goudot ex Taylor & Phillips", + "usageKey": 3797091, + "key": "Sessea corymbiflora", + "confidence": 97 + }, + { + "name": "Sessea stipulata", + "match": { + "usageKey": 3796919, + "scientificName": "Sessea stipulata Ruiz & Pav.", + "canonicalName": "Sessea stipulata", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Sessea", + "species": "Sessea stipulata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299148, + "speciesKey": 3796919, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Sessea stipulata Ruiz & Pav.", + "usageKey": 3796919, + "key": "Sessea stipulata", + "confidence": 99 + }, + { + "name": "Sessea vestita", + "match": { + "usageKey": 3796886, + "scientificName": "Sessea vestita (Hook.) Miers", + "canonicalName": "Sessea vestita", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Sessea", + "species": "Sessea vestita", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299148, + "speciesKey": 3796886, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Sessea vestita (Hook.) Miers", + "usageKey": 3796886, + "key": "Sessea vestita", + "confidence": 99 + }, + { + "name": "Cestrum megalophyllum", + "match": { + "usageKey": 3802352, + "scientificName": "Cestrum megalophyllum Dunal", + "canonicalName": "Cestrum megalophyllum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum megalophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 3802352, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Cestrum megalophyllum Dunal", + "usageKey": 3802352, + "key": "Cestrum megalophyllum", + "confidence": 99 + }, + { + "name": "Cestrum strigilatum", + "match": { + "usageKey": 7299866, + "scientificName": "Cestrum strigillatum Ruiz & Pav.", + "canonicalName": "Cestrum strigillatum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 96, + "note": "Similarity: name=100; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum strigillatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 7299866, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Cestrum strigillatum Ruiz & Pav.", + "usageKey": 7299866, + "key": "Cestrum strigilatum", + "confidence": 96 + }, + { + "name": "Cestrum rigidum", + "match": { + "usageKey": 3801441, + "scientificName": "Cestrum rigidum Rusby", + "canonicalName": "Cestrum rigidum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3802151, + "scientificName": "Cestrum nitidum M.Martens & Galeotti", + "canonicalName": "Cestrum nitidum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum nitidum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 3802151, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum rigidum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 3801441, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Cestrum rigidum Rusby", + "usageKey": 3801441, + "key": "Cestrum rigidum", + "confidence": 99 + }, + { + "name": "Vestia foetida", + "match": { + "usageKey": 5581284, + "scientificName": "Vestia foetida Hoffmanns.", + "canonicalName": "Vestia foetida", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Vestia", + "species": "Vestia foetida", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 3234425, + "speciesKey": 5581284, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Vestia foetida Hoffmanns.", + "usageKey": 5581284, + "key": "Vestia foetida", + "confidence": 99 + }, + { + "name": "Cestrum pittieri", + "match": { + "usageKey": 3801678, + "acceptedUsageKey": 3803095, + "scientificName": "Cestrum pittieri Francey", + "canonicalName": "Cestrum pittieri", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum glanduliferum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 3803095, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Cestrum pittieri Francey", + "usageKey": 3801678, + "key": "Cestrum pittieri", + "confidence": 98 + }, + { + "name": "Cestrum diurnum", + "match": { + "usageKey": 2928789, + "scientificName": "Cestrum diurnum L.", + "canonicalName": "Cestrum diurnum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8555446, + "acceptedUsageKey": 3797504, + "scientificName": "Cestrum diurnum Dombey", + "canonicalName": "Cestrum diurnum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum auriculatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 3797504, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7645661, + "acceptedUsageKey": 3797504, + "scientificName": "Cestrum diurnum Dombey ex Dunal", + "canonicalName": "Cestrum diurnum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum auriculatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 3797504, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 11241417, + "acceptedUsageKey": 2928789, + "scientificName": "Cestrum diurnum Griseb.", + "canonicalName": "Cestrum diurnum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum diurnum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 2928789, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 11303744, + "acceptedUsageKey": 2928787, + "scientificName": "Cestrum diurnum H.West", + "canonicalName": "Cestrum diurnum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum macrophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 2928787, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7621029, + "acceptedUsageKey": 8401322, + "scientificName": "Cestrum diurnum Kunth", + "canonicalName": "Cestrum diurnum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum forsythii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 8401322, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum diurnum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 2928789, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Cestrum diurnum L.", + "usageKey": 2928789, + "key": "Cestrum diurnum", + "confidence": 97 + }, + { + "name": "Cestrum macrophyllum", + "match": { + "usageKey": 2928787, + "scientificName": "Cestrum macrophyllum Vent.", + "canonicalName": "Cestrum macrophyllum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8574152, + "acceptedUsageKey": 8131064, + "scientificName": "Cestrum macrophyllum Billb.", + "canonicalName": "Cestrum macrophyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum latifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 8131064, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7431617, + "acceptedUsageKey": 8131064, + "scientificName": "Cestrum macrophyllum Billb. ex Beurl.", + "canonicalName": "Cestrum macrophyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum latifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 8131064, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8161997, + "acceptedUsageKey": 2928793, + "scientificName": "Cestrum macrophyllum Griseb.", + "canonicalName": "Cestrum macrophyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum alternifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 2928793, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8764989, + "acceptedUsageKey": 2928787, + "scientificName": "Cestrum macrophyllum Salzm.", + "canonicalName": "Cestrum macrophyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum macrophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 2928787, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8436273, + "acceptedUsageKey": 2928787, + "scientificName": "Cestrum macrophyllum Salzm. ex Dunal", + "canonicalName": "Cestrum macrophyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum macrophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 2928787, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8532698, + "acceptedUsageKey": 3797296, + "scientificName": "Cestrum microphyllum Linden", + "canonicalName": "Cestrum microphyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum buxifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 3797296, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3802304, + "acceptedUsageKey": 3797296, + "scientificName": "Cestrum microphyllum Linden ex Dunal", + "canonicalName": "Cestrum microphyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum buxifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 3797296, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum macrophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 2928787, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Cestrum macrophyllum Vent.", + "usageKey": 2928787, + "key": "Cestrum macrophyllum", + "confidence": 97 + }, + { + "name": "Cestrum poasanum", + "match": { + "usageKey": 3801657, + "scientificName": "Cestrum poasanum Donn.Sm.", + "canonicalName": "Cestrum poasanum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum poasanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 3801657, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Cestrum poasanum Donn.Sm.", + "usageKey": 3801657, + "key": "Cestrum poasanum", + "confidence": 99 + }, + { + "name": "Cestrum inclusum", + "match": { + "usageKey": 3802855, + "scientificName": "Cestrum inclusum Urb.", + "canonicalName": "Cestrum inclusum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum inclusum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 3802855, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Cestrum inclusum Urb.", + "usageKey": 3802855, + "key": "Cestrum inclusum", + "confidence": 99 + }, + { + "name": "Cestrum tomentosum", + "match": { + "usageKey": 7972104, + "scientificName": "Cestrum tomentosum L.fil.", + "canonicalName": "Cestrum tomentosum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8478771, + "acceptedUsageKey": 3797437, + "scientificName": "Cestrum tomentosum Moc. & Sessé", + "canonicalName": "Cestrum tomentosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum benthamii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 3797437, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7591786, + "acceptedUsageKey": 3797437, + "scientificName": "Cestrum tomentosum Moc. & Sessé ex Dunal", + "canonicalName": "Cestrum tomentosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum benthamii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 3797437, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum tomentosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 7972104, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Cestrum tomentosum L.fil.", + "usageKey": 7972104, + "key": "Cestrum tomentosum", + "confidence": 97 + }, + { + "name": "Cestrum glanduliferum", + "match": { + "usageKey": 3803095, + "scientificName": "Cestrum glanduliferum Kerber ex Francey", + "canonicalName": "Cestrum glanduliferum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8592956, + "acceptedUsageKey": 3803095, + "scientificName": "Cestrum glanduliferum Kerber", + "canonicalName": "Cestrum glanduliferum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum glanduliferum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 3803095, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum glanduliferum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 3803095, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Cestrum glanduliferum Kerber ex Francey", + "usageKey": 3803095, + "key": "Cestrum glanduliferum", + "confidence": 97 + }, + { + "name": "Cestrum acutifolium", + "match": { + "usageKey": 3797806, + "scientificName": "Cestrum acutifolium Alain", + "canonicalName": "Cestrum acutifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum acutifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 3797806, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Cestrum acutifolium Alain", + "usageKey": 3797806, + "key": "Cestrum acutifolium", + "confidence": 99 + }, + { + "name": "Cestrum milciomejiae", + "match": { + "usageKey": 3802282, + "scientificName": "Cestrum milciomejiae Zanoni", + "canonicalName": "Cestrum milciomejiae", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum milciomejiae", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 3802282, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Cestrum milciomejiae Zanoni", + "usageKey": 3802282, + "key": "Cestrum milciomejiae", + "confidence": 99 + }, + { + "name": "Cestrum mortonianum", + "match": { + "usageKey": 3802223, + "scientificName": "Cestrum mortonianum J.L.Gentry", + "canonicalName": "Cestrum mortonianum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum mortonianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 3802223, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Cestrum mortonianum J.L.Gentry", + "usageKey": 3802223, + "key": "Cestrum mortonianum", + "confidence": 99 + }, + { + "name": "Cestrum sphaerocarpum", + "match": { + "usageKey": 7299877, + "scientificName": "Cestrum sphaerocarpum O.E.Schulz", + "canonicalName": "Cestrum sphaerocarpum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum sphaerocarpum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 7299877, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Cestrum sphaerocarpum O.E.Schulz", + "usageKey": 7299877, + "key": "Cestrum sphaerocarpum", + "confidence": 99 + }, + { + "name": "Cestrum tuerckheimii", + "match": { + "usageKey": 7299825, + "scientificName": "Cestrum tuerckheimii O.E.Schulz", + "canonicalName": "Cestrum tuerckheimii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum tuerckheimii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 7299825, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Cestrum tuerckheimii O.E.Schulz", + "usageKey": 7299825, + "key": "Cestrum tuerckheimii", + "confidence": 99 + }, + { + "name": "Cestrum violaceum", + "match": { + "usageKey": 3800714, + "scientificName": "Cestrum violaceum Urb.", + "canonicalName": "Cestrum violaceum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum violaceum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 3800714, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Cestrum violaceum Urb.", + "usageKey": 3800714, + "key": "Cestrum violaceum", + "confidence": 99 + }, + { + "name": "Cestrum irazuense", + "match": { + "usageKey": 3802833, + "scientificName": "Cestrum irazuense Kuntze", + "canonicalName": "Cestrum irazuense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3797488, + "scientificName": "Cestrum azuense Urb. & Ekman", + "canonicalName": "Cestrum azuense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum azuense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 3797488, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum irazuense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 3802833, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Cestrum irazuense Kuntze", + "usageKey": 3802833, + "key": "Cestrum irazuense", + "confidence": 99 + }, + { + "name": "Cestrum chiriquianum", + "match": { + "usageKey": 3797129, + "acceptedUsageKey": 3802833, + "scientificName": "Cestrum chiriquianum Francey", + "canonicalName": "Cestrum chiriquianum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum irazuense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 3802833, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Cestrum chiriquianum Francey", + "usageKey": 3797129, + "key": "Cestrum chiriquianum", + "confidence": 98 + }, + { + "name": "Cestrum fragile", + "match": { + "usageKey": 7300153, + "scientificName": "Cestrum fragile Francey", + "canonicalName": "Cestrum fragile", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3803075, + "scientificName": "Cestrum gracile Francey", + "canonicalName": "Cestrum gracile", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum gracile", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 3803075, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum fragile", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 7300153, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Cestrum fragile Francey", + "usageKey": 7300153, + "key": "Cestrum fragile", + "confidence": 99 + }, + { + "name": "Cestrum fulvescens", + "match": { + "usageKey": 3803124, + "scientificName": "Cestrum fulvescens Fernald", + "canonicalName": "Cestrum fulvescens", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3803245, + "scientificName": "Cestrum flavescens Greenm.", + "canonicalName": "Cestrum flavescens", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum flavescens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 3803245, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum fulvescens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 3803124, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Cestrum fulvescens Fernald", + "usageKey": 3803124, + "key": "Cestrum fulvescens", + "confidence": 99 + }, + { + "name": "Cestrum luteovirescens", + "match": { + "usageKey": 8306912, + "scientificName": "Cestrum luteovirescens Francey", + "canonicalName": "Cestrum luteovirescens", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum luteovirescens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 8306912, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Cestrum luteovirescens Francey", + "usageKey": 8306912, + "key": "Cestrum luteovirescens", + "confidence": 99 + }, + { + "name": "Cestrum nocturnum", + "match": { + "usageKey": 2928791, + "scientificName": "Cestrum nocturnum L.", + "canonicalName": "Cestrum nocturnum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 11331093, + "acceptedUsageKey": 3802352, + "scientificName": "Cestrum nocturnum Duss", + "canonicalName": "Cestrum nocturnum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum megalophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 3802352, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 11309673, + "acceptedUsageKey": 2928789, + "scientificName": "Cestrum nocturnum Griseb.", + "canonicalName": "Cestrum nocturnum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum diurnum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 2928789, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8844870, + "scientificName": "Cestrum nocturnum Lam, 1785", + "canonicalName": "Cestrum nocturnum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum nocturnum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 8844870, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum nocturnum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 2928791, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Cestrum nocturnum L.", + "usageKey": 2928791, + "key": "Cestrum nocturnum", + "confidence": 97 + }, + { + "name": "Cestrum aurantiacum", + "match": { + "usageKey": 2928790, + "scientificName": "Cestrum aurantiacum Lindl.", + "canonicalName": "Cestrum aurantiacum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8649216, + "acceptedUsageKey": 7485013, + "scientificName": "Cestrum aurantiacum C.A.Mey.", + "canonicalName": "Cestrum aurantiacum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Lamiales", + "family": "Scrophulariaceae", + "genus": "Freylinia", + "species": "Freylinia lanceolata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 408, + "familyKey": 2390, + "genusKey": 7332497, + "speciesKey": 7485013, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8351472, + "acceptedUsageKey": 7485013, + "scientificName": "Cestrum aurantiacum C.A.Mey. ex Steud.", + "canonicalName": "Cestrum aurantiacum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Lamiales", + "family": "Scrophulariaceae", + "genus": "Freylinia", + "species": "Freylinia lanceolata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 408, + "familyKey": 2390, + "genusKey": 7332497, + "speciesKey": 7485013, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum aurantiacum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 2928790, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Cestrum aurantiacum Lindl.", + "usageKey": 2928790, + "key": "Cestrum aurantiacum", + "confidence": 97 + }, + { + "name": "Cestrum regelii", + "match": { + "usageKey": 3801477, + "acceptedUsageKey": 2928790, + "scientificName": "Cestrum regelii Planch.", + "canonicalName": "Cestrum regelii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3801751, + "scientificName": "Cestrum pennellii Francey", + "canonicalName": "Cestrum pennellii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum pennellii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 3801751, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 7471406, + "acceptedUsageKey": 2928794, + "scientificName": "Cestrum newellii (Veitch) G.Nicholson", + "canonicalName": "Cestrum newellii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum fasciculatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 2928794, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum aurantiacum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 2928790, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Cestrum regelii Planch.", + "usageKey": 3801477, + "key": "Cestrum regelii", + "confidence": 98 + }, + { + "name": "Cestrum guatemalense", + "match": { + "usageKey": 7300120, + "scientificName": "Cestrum guatemalense Francey", + "canonicalName": "Cestrum guatemalense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum guatemalense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 7300120, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Cestrum guatemalense Francey", + "usageKey": 7300120, + "key": "Cestrum guatemalense", + "confidence": 99 + }, + { + "name": "Cestrum dasyanthum", + "match": { + "usageKey": 3796900, + "scientificName": "Cestrum dasyanthum Donn.Sm.", + "canonicalName": "Cestrum dasyanthum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3802649, + "acceptedUsageKey": 3797504, + "scientificName": "Cestrum lasianthum Dunal", + "canonicalName": "Cestrum lasianthum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum auriculatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 3797504, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum dasyanthum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 3796900, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Cestrum dasyanthum Donn.Sm.", + "usageKey": 3796900, + "key": "Cestrum dasyanthum", + "confidence": 99 + }, + { + "name": "Cestrum pacayense", + "match": { + "usageKey": 3801985, + "acceptedUsageKey": 7300120, + "scientificName": "Cestrum pacayense Francey", + "canonicalName": "Cestrum pacayense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3801942, + "acceptedUsageKey": 7299919, + "scientificName": "Cestrum panamense Standl.", + "canonicalName": "Cestrum panamense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum racemosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 7299919, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3801897, + "scientificName": "Cestrum pariense Steyerm.", + "canonicalName": "Cestrum pariense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum pariense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 3801897, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum guatemalense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 7300120, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Cestrum pacayense Francey", + "usageKey": 3801985, + "key": "Cestrum pacayense", + "confidence": 98 + }, + { + "name": "Cestrum elegans", + "match": { + "usageKey": 6403186, + "scientificName": "Cestrum elegans (Brongn. ex Neumann) Schltdl.", + "canonicalName": "Cestrum elegans", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum elegans", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 6403186, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Cestrum elegans (Brongn. ex Neumann) Schltdl.", + "usageKey": 6403186, + "key": "Cestrum elegans", + "confidence": 99 + }, + { + "name": "Cestrum roseum", + "match": { + "usageKey": 7978822, + "scientificName": "Cestrum roseum Kunth", + "canonicalName": "Cestrum roseum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3801426, + "acceptedUsageKey": 3801624, + "scientificName": "Cestrum roseum Dunal", + "canonicalName": "Cestrum roseum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum porphyreum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 3801624, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum roseum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 7978822, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Cestrum roseum Kunth", + "usageKey": 7978822, + "key": "Cestrum roseum", + "confidence": 97 + }, + { + "name": "Cestrum endlicheri", + "match": { + "usageKey": 3803336, + "scientificName": "Cestrum endlicheri Miers", + "canonicalName": "Cestrum endlicheri", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum endlicheri", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 3803336, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Cestrum endlicheri Miers", + "usageKey": 3803336, + "key": "Cestrum endlicheri", + "confidence": 99 + }, + { + "name": "Cestrum fasciculatum", + "match": { + "usageKey": 2928794, + "scientificName": "Cestrum fasciculatum (Schltdl.) Miers", + "canonicalName": "Cestrum fasciculatum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8644079, + "acceptedUsageKey": 3619546, + "scientificName": "Cestrum fasciculare Otto", + "canonicalName": "Cestrum fasciculare", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Gentianales", + "family": "Apocynaceae", + "genus": "Acokanthera", + "species": "Acokanthera oppositifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 412, + "familyKey": 6701, + "genusKey": 7317124, + "speciesKey": 3619546, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3803289, + "acceptedUsageKey": 3619546, + "scientificName": "Cestrum fasciculare Otto ex Dunal", + "canonicalName": "Cestrum fasciculare", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Gentianales", + "family": "Apocynaceae", + "genus": "Acokanthera", + "species": "Acokanthera oppositifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 412, + "familyKey": 6701, + "genusKey": 7317124, + "speciesKey": 3619546, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum fasciculatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 2928794, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Cestrum fasciculatum (Schltdl.) Miers", + "usageKey": 2928794, + "key": "Cestrum fasciculatum", + "confidence": 99 + }, + { + "name": "Cestrum thyrsoideum", + "match": { + "usageKey": 7801068, + "scientificName": "Cestrum thyrsoideum Kunth", + "canonicalName": "Cestrum thyrsoideum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3800991, + "scientificName": "Cestrum thrysoideum Kunth", + "canonicalName": "Cestrum thrysoideum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 93, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum thrysoideum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 3800991, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum thyrsoideum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 7801068, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Cestrum thyrsoideum Kunth", + "usageKey": 7801068, + "key": "Cestrum thyrsoideum", + "confidence": 99 + }, + { + "name": "Cestrum virgaurea", + "match": { + "usageKey": 3800701, + "scientificName": "Cestrum virgaurea Urb. & Ekman", + "canonicalName": "Cestrum virgaurea", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum virgaurea", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 3800701, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Cestrum virgaurea Urb. & Ekman", + "usageKey": 3800701, + "key": "Cestrum virgaurea", + "confidence": 99 + }, + { + "name": "Cestrum miradorense", + "match": { + "usageKey": 3802277, + "scientificName": "Cestrum miradorense Francey", + "canonicalName": "Cestrum miradorense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum miradorense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 3802277, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Cestrum miradorense Francey", + "usageKey": 3802277, + "key": "Cestrum miradorense", + "confidence": 99 + }, + { + "name": "Cestrum laxum", + "match": { + "usageKey": 3802572, + "scientificName": "Cestrum laxum Benth.", + "canonicalName": "Cestrum laxum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8668419, + "acceptedUsageKey": 2928789, + "scientificName": "Cestrum album Ferrero", + "canonicalName": "Cestrum album", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum diurnum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 2928789, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3797750, + "acceptedUsageKey": 2928789, + "scientificName": "Cestrum album Ferrero ex Dunal", + "canonicalName": "Cestrum album", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum diurnum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 2928789, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3802754, + "acceptedUsageKey": 3797416, + "scientificName": "Cestrum laetum Francey", + "canonicalName": "Cestrum laetum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum bigibbosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 3797416, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7795025, + "scientificName": "Cestrum clarum Morton", + "canonicalName": "Cestrum clarum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum clarum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 7795025, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum laxum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 3802572, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Cestrum laxum Benth.", + "usageKey": 3802572, + "key": "Cestrum laxum", + "confidence": 99 + }, + { + "name": "Cestrum oblongifolium", + "match": { + "usageKey": 3802115, + "scientificName": "Cestrum oblongifolium Schltdl.", + "canonicalName": "Cestrum oblongifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8469089, + "acceptedUsageKey": 7299866, + "scientificName": "Cestrum longifolium Poepp.", + "canonicalName": "Cestrum longifolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum strigillatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 7299866, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3802500, + "acceptedUsageKey": 7299866, + "scientificName": "Cestrum longifolium Poepp. ex Dunal", + "canonicalName": "Cestrum longifolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum strigillatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 7299866, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8122752, + "acceptedUsageKey": 7299866, + "scientificName": "Cestrum longifolium Ruiz & Pav.", + "canonicalName": "Cestrum longifolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum strigillatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 7299866, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cestrum", + "species": "Cestrum oblongifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928784, + "speciesKey": 3802115, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Cestrum oblongifolium Schltdl.", + "usageKey": 3802115, + "key": "Cestrum oblongifolium", + "confidence": 99 + }, + { + "name": "Heteranthia decipiens", + "match": { + "usageKey": 3802967, + "scientificName": "Heteranthia decipiens Nees & Mart.", + "canonicalName": "Heteranthia decipiens", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Heteranthia", + "species": "Heteranthia decipiens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7300113, + "speciesKey": 3802967, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Heteranthia decipiens Nees & Mart.", + "usageKey": 3802967, + "key": "Heteranthia decipiens", + "confidence": 99 + }, + { + "name": "Melananthus guatemalensis", + "match": { + "usageKey": 8541421, + "scientificName": "Melananthus guatemalensis (Benth.) Soler.", + "canonicalName": "Melananthus guatemalensis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Melananthus", + "species": "Melananthus guatemalensis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299842, + "speciesKey": 8541421, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Melananthus guatemalensis (Benth.) Soler.", + "usageKey": 8541421, + "key": "Melananthus guatemalensis", + "confidence": 99 + }, + { + "name": "Schwenckia glabrata", + "match": { + "usageKey": 3797722, + "scientificName": "Schwenckia glabrata Kunth", + "canonicalName": "Schwenckia glabrata", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Schwenckia", + "species": "Schwenckia glabrata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299264, + "speciesKey": 3797722, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Schwenckia glabrata Kunth", + "usageKey": 3797722, + "key": "Schwenckia glabrata", + "confidence": 99 + }, + { + "name": "Schwenckia lateriflora", + "match": { + "usageKey": 3797645, + "scientificName": "Schwenckia lateriflora (Vahl) Carvalho", + "canonicalName": "Schwenckia lateriflora", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Schwenckia", + "species": "Schwenckia lateriflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299264, + "speciesKey": 3797645, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Schwenckia lateriflora (Vahl) Carvalho", + "usageKey": 3797645, + "key": "Schwenckia lateriflora", + "confidence": 99 + }, + { + "name": "Duckeodendron cestroides", + "match": { + "usageKey": 4077946, + "scientificName": "Duckeodendron cestroides Kuhlm.", + "canonicalName": "Duckeodendron cestroides", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Duckeodendron", + "species": "Duckeodendron cestroides", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 4077945, + "speciesKey": 4077946, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Duckeodendron cestroides Kuhlm.", + "usageKey": 4077946, + "key": "Duckeodendron cestroides", + "confidence": 99 + }, + { + "name": "Reyesia sp", + "match": { + "error": true + }, + "key": "Reyesia sp" + }, + { + "name": "Tsoala tubiflora", + "match": { + "usageKey": 3801472, + "scientificName": "Tsoala tubiflora Bosser & D' Arcy", + "canonicalName": "Tsoala tubiflora", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Tsoala", + "species": "Tsoala tubiflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299909, + "speciesKey": 3801472, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Tsoala tubiflora Bosser & D' Arcy", + "usageKey": 3801472, + "key": "Tsoala tubiflora", + "confidence": 99 + }, + { + "name": "Metternichia princeps", + "match": { + "usageKey": 7873790, + "scientificName": "Metternichia princeps J.C.Mikan", + "canonicalName": "Metternichia princeps", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7299817, + "acceptedUsageKey": 7873790, + "scientificName": "Metternichia princeps Miers", + "canonicalName": "Metternichia princeps", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Metternichia", + "species": "Metternichia princeps", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299813, + "speciesKey": 7873790, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8829259, + "scientificName": "Metternichia princeps Mik.", + "canonicalName": "Metternichia princeps", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Metternichia", + "species": "Metternichia princeps", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299813, + "speciesKey": 8829259, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 3800840, + "scientificName": "Metternichia principis J.C.Mikan", + "canonicalName": "Metternichia principis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Metternichia", + "species": "Metternichia principis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299813, + "speciesKey": 3800840, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Metternichia", + "species": "Metternichia princeps", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299813, + "speciesKey": 7873790, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Metternichia princeps J.C.Mikan", + "usageKey": 7873790, + "key": "Metternichia princeps", + "confidence": 97 + }, + { + "name": "Metternichia sp", + "match": { + "error": true + }, + "key": "Metternichia sp" + }, + { + "name": "Henoonia myrtifolia", + "match": { + "usageKey": 3782077, + "scientificName": "Henoonia myrtifolia Griseb.", + "canonicalName": "Henoonia myrtifolia", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Henoonia", + "species": "Henoonia myrtifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 3782072, + "speciesKey": 3782077, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Henoonia myrtifolia Griseb.", + "usageKey": 3782077, + "key": "Henoonia myrtifolia", + "confidence": 99 + }, + { + "name": "Coeloneurum ferrugineum", + "match": { + "usageKey": 3782078, + "scientificName": "Coeloneurum ferrugineum (Spreng.) Urb.", + "canonicalName": "Coeloneurum ferrugineum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Coeloneurum", + "species": "Coeloneurum ferrugineum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 3782076, + "speciesKey": 3782078, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Coeloneurum ferrugineum (Spreng.) Urb.", + "usageKey": 3782078, + "key": "Coeloneurum ferrugineum", + "confidence": 99 + }, + { + "name": "Espadaea amoena", + "match": { + "usageKey": 7264477, + "scientificName": "Espadaea amoena A.Rich.", + "canonicalName": "Espadaea amoena", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Espadaea", + "species": "Espadaea amoena", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 3782066, + "speciesKey": 7264477, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Espadaea amoena A.Rich.", + "usageKey": 7264477, + "key": "Espadaea amoena", + "confidence": 99 + }, + { + "name": "Goetzea ekmanii", + "match": { + "usageKey": 7694511, + "scientificName": "Goetzea ekmanii O.E.Schulz", + "canonicalName": "Goetzea ekmanii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=3", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8414754, + "scientificName": "Goetzea ekmanii O.E.Schulz ex O.C.Schmidt, 1933", + "canonicalName": "Goetzea ekmanii", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Goetzea", + "species": "Goetzea ekmanii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928898, + "speciesKey": 8414754, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Goetzea", + "species": "Goetzea ekmanii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928898, + "speciesKey": 7694511, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Goetzea ekmanii O.E.Schulz", + "usageKey": 7694511, + "key": "Goetzea ekmanii", + "confidence": 98 + }, + { + "name": "Goetzea elegans", + "match": { + "usageKey": 2928899, + "scientificName": "Goetzea elegans Wydler", + "canonicalName": "Goetzea elegans", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Goetzea", + "species": "Goetzea elegans", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928898, + "speciesKey": 2928899, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Goetzea elegans Wydler", + "usageKey": 2928899, + "key": "Goetzea elegans", + "confidence": 99 + }, + { + "name": "Schizanthus laetus", + "match": { + "usageKey": 3798068, + "scientificName": "Schizanthus laetus Phil.", + "canonicalName": "Schizanthus laetus", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3798073, + "scientificName": "Schizanthus lacteus Phil.", + "canonicalName": "Schizanthus lacteus", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Schizanthus", + "species": "Schizanthus lacteus", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928842, + "speciesKey": 3798073, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Schizanthus", + "species": "Schizanthus laetus", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928842, + "speciesKey": 3798068, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Schizanthus laetus Phil.", + "usageKey": 3798068, + "key": "Schizanthus laetus", + "confidence": 99 + }, + { + "name": "Schizanthus litoralis", + "match": { + "usageKey": 3798046, + "scientificName": "Schizanthus litoralis Phil.", + "canonicalName": "Schizanthus litoralis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Schizanthus", + "species": "Schizanthus litoralis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928842, + "speciesKey": 3798046, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Schizanthus litoralis Phil.", + "usageKey": 3798046, + "key": "Schizanthus litoralis", + "confidence": 99 + }, + { + "name": "Schizanthus porrigens", + "match": { + "usageKey": 3798022, + "scientificName": "Schizanthus porrigens Graham", + "canonicalName": "Schizanthus porrigens", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=3", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 12276850, + "scientificName": "Schizanthus porrigens Graham ex Hook.", + "canonicalName": "Schizanthus porrigens", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Schizanthus", + "species": "Schizanthus porrigens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928842, + "speciesKey": 12276850, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Schizanthus", + "species": "Schizanthus porrigens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928842, + "speciesKey": 3798022, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Schizanthus porrigens Graham", + "usageKey": 3798022, + "key": "Schizanthus porrigens", + "confidence": 98 + }, + { + "name": "Schizanthus pinnatus", + "match": { + "usageKey": 2928843, + "scientificName": "Schizanthus pinnatus Ruiz & Pav.", + "canonicalName": "Schizanthus pinnatus", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Schizanthus", + "species": "Schizanthus pinnatus", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928842, + "speciesKey": 2928843, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Schizanthus pinnatus Ruiz & Pav.", + "usageKey": 2928843, + "key": "Schizanthus pinnatus", + "confidence": 99 + }, + { + "name": "Schizanthus parvulus", + "match": { + "usageKey": 3798032, + "scientificName": "Schizanthus parvulus Sudzuki", + "canonicalName": "Schizanthus parvulus", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Schizanthus", + "species": "Schizanthus parvulus", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928842, + "speciesKey": 3798032, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Schizanthus parvulus Sudzuki", + "usageKey": 3798032, + "key": "Schizanthus parvulus", + "confidence": 99 + }, + { + "name": "Schizanthus tricolor", + "match": { + "usageKey": 3797968, + "acceptedUsageKey": 10711966, + "scientificName": "Schizanthus tricolor Grau & Gronbach", + "canonicalName": "Schizanthus tricolor", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Schizanthus", + "species": "Schizanthus litoralis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928842, + "speciesKey": 3798046, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Schizanthus tricolor Grau & Gronbach", + "usageKey": 3797968, + "key": "Schizanthus tricolor", + "confidence": 98 + }, + { + "name": "Schizanthus grahamii", + "match": { + "usageKey": 3798128, + "scientificName": "Schizanthus grahamii Gillies", + "canonicalName": "Schizanthus grahamii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=3", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8306814, + "scientificName": "Schizanthus grahamii Gillies ex Hook.", + "canonicalName": "Schizanthus grahamii", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Schizanthus", + "species": "Schizanthus grahamii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928842, + "speciesKey": 8306814, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Schizanthus", + "species": "Schizanthus grahamii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928842, + "speciesKey": 3798128, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Schizanthus grahamii Gillies", + "usageKey": 3798128, + "key": "Schizanthus grahamii", + "confidence": 98 + }, + { + "name": "Schizanthus hookeri", + "match": { + "usageKey": 7299359, + "scientificName": "Schizanthus hookeri Gillies ex Graham", + "canonicalName": "Schizanthus hookeri", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8627698, + "acceptedUsageKey": 7299359, + "scientificName": "Schizanthus hookeri Gillies", + "canonicalName": "Schizanthus hookeri", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Schizanthus", + "species": "Schizanthus hookeri", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928842, + "speciesKey": 7299359, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Schizanthus", + "species": "Schizanthus hookeri", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928842, + "speciesKey": 7299359, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Schizanthus hookeri Gillies ex Graham", + "usageKey": 7299359, + "key": "Schizanthus hookeri", + "confidence": 97 + }, + { + "name": "Schizanthus alpestris", + "match": { + "usageKey": 7299384, + "scientificName": "Schizanthus alpestris Poepp.", + "canonicalName": "Schizanthus alpestris", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=3", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8016018, + "scientificName": "Schizanthus alpestris Poepp. ex Benth.", + "canonicalName": "Schizanthus alpestris", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Schizanthus", + "species": "Schizanthus alpestris", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928842, + "speciesKey": 8016018, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Schizanthus", + "species": "Schizanthus alpestris", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928842, + "speciesKey": 7299384, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Schizanthus alpestris Poepp.", + "usageKey": 7299384, + "key": "Schizanthus alpestris", + "confidence": 98 + }, + { + "name": "Schizanthus candidus", + "match": { + "usageKey": 3798199, + "scientificName": "Schizanthus candidus Lindl.", + "canonicalName": "Schizanthus candidus", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Schizanthus", + "species": "Schizanthus candidus", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928842, + "speciesKey": 3798199, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Schizanthus candidus Lindl.", + "usageKey": 3798199, + "key": "Schizanthus candidus", + "confidence": 99 + }, + { + "name": "Schizanthus integrifolius", + "match": { + "usageKey": 3798088, + "scientificName": "Schizanthus integrifolius Phil.", + "canonicalName": "Schizanthus integrifolius", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Schizanthus", + "species": "Schizanthus integrifolius", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928842, + "speciesKey": 3798088, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Schizanthus integrifolius Phil.", + "usageKey": 3798088, + "key": "Schizanthus integrifolius", + "confidence": 99 + }, + { + "name": "Schizanthus lacteus", + "match": { + "usageKey": 3798073, + "scientificName": "Schizanthus lacteus Phil.", + "canonicalName": "Schizanthus lacteus", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3798068, + "scientificName": "Schizanthus laetus Phil.", + "canonicalName": "Schizanthus laetus", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Schizanthus", + "species": "Schizanthus laetus", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928842, + "speciesKey": 3798068, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Schizanthus", + "species": "Schizanthus lacteus", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928842, + "speciesKey": 3798073, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Schizanthus lacteus Phil.", + "usageKey": 3798073, + "key": "Schizanthus lacteus", + "confidence": 99 + }, + { + "name": "Fabiana imbricata", + "match": { + "usageKey": 2928726, + "scientificName": "Fabiana imbricata Ruiz & Pav.", + "canonicalName": "Fabiana imbricata", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Fabiana", + "species": "Fabiana imbricata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928725, + "speciesKey": 2928726, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Fabiana imbricata Ruiz & Pav.", + "usageKey": 2928726, + "key": "Fabiana imbricata", + "confidence": 99 + }, + { + "name": "Calibrachoa sellowiana", + "match": { + "usageKey": 3799390, + "scientificName": "Calibrachoa sellowiana (Sendtn.) Wijsman", + "canonicalName": "Calibrachoa sellowiana", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Calibrachoa", + "species": "Calibrachoa sellowiana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 8254205, + "speciesKey": 3799390, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Calibrachoa sellowiana (Sendtn.) Wijsman", + "usageKey": 3799390, + "key": "Calibrachoa sellowiana", + "confidence": 99 + }, + { + "name": "Calibrachoa parviflora", + "match": { + "usageKey": 2928905, + "scientificName": "Calibrachoa parviflora (Juss.) D' Arcy", + "canonicalName": "Calibrachoa parviflora", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Calibrachoa", + "species": "Calibrachoa parviflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 8254205, + "speciesKey": 2928905, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Calibrachoa parviflora (Juss.) D' Arcy", + "usageKey": 2928905, + "key": "Calibrachoa parviflora", + "confidence": 99 + }, + { + "name": "Calibrachoa pygmaea", + "match": { + "usageKey": 4937351, + "acceptedUsageKey": 3799403, + "scientificName": "Calibrachoa pygmaea (R.E.Fr.) Wijsman", + "canonicalName": "Calibrachoa pygmaea", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3799403, + "scientificName": "Calibrachoa pygmea (R.E.Fr.) Wijsman", + "canonicalName": "Calibrachoa pygmea", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 93, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Calibrachoa", + "species": "Calibrachoa pygmea", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 8254205, + "speciesKey": 3799403, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Calibrachoa", + "species": "Calibrachoa pygmea", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 8254205, + "speciesKey": 3799403, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Calibrachoa pygmaea (R.E.Fr.) Wijsman", + "usageKey": 4937351, + "key": "Calibrachoa pygmaea", + "confidence": 98 + }, + { + "name": "Petunia axillaris", + "match": { + "usageKey": 2928863, + "scientificName": "Petunia axillaris (Lam.) Britton, Sterns & Poggenb.", + "canonicalName": "Petunia axillaris", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Petunia", + "species": "Petunia axillaris", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928858, + "speciesKey": 2928863, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Petunia axillaris (Lam.) Britton, Sterns & Poggenb.", + "usageKey": 2928863, + "key": "Petunia axillaris", + "confidence": 99 + }, + { + "name": "Petunia exserta", + "match": { + "usageKey": 3803157, + "scientificName": "Petunia exserta Stehmann", + "canonicalName": "Petunia exserta", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Petunia", + "species": "Petunia exserta", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928858, + "speciesKey": 3803157, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Petunia exserta Stehmann", + "usageKey": 3803157, + "key": "Petunia exserta", + "confidence": 99 + }, + { + "name": "Petunia integrifolia", + "match": { + "usageKey": 2928861, + "scientificName": "Petunia integrifolia (Hook.) Schinz & Thell.", + "canonicalName": "Petunia integrifolia", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Petunia", + "species": "Petunia integrifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928858, + "speciesKey": 2928861, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Petunia integrifolia (Hook.) Schinz & Thell.", + "usageKey": 2928861, + "key": "Petunia integrifolia", + "confidence": 99 + }, + { + "name": "Petunia littoralis", + "match": { + "usageKey": 3803006, + "acceptedUsageKey": 3803077, + "scientificName": "Petunia littoralis L.B.Sm. & Downs", + "canonicalName": "Petunia littoralis", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Petunia", + "species": "Petunia integrifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928858, + "speciesKey": 2928861, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Petunia littoralis L.B.Sm. & Downs", + "usageKey": 3803006, + "key": "Petunia littoralis", + "confidence": 98 + }, + { + "name": "Petunia mantiqueirensis", + "match": { + "usageKey": 3802979, + "scientificName": "Petunia mantiqueirensis T.Ando & Hashim.", + "canonicalName": "Petunia mantiqueirensis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Petunia", + "species": "Petunia mantiqueirensis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928858, + "speciesKey": 3802979, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Petunia mantiqueirensis T.Ando & Hashim.", + "usageKey": 3802979, + "key": "Petunia mantiqueirensis", + "confidence": 99 + }, + { + "name": "Petunia bonjardinensis", + "match": { + "usageKey": 3803222, + "scientificName": "Petunia bonjardinensis T.Ando & Hashim.", + "canonicalName": "Petunia bonjardinensis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Petunia", + "species": "Petunia bonjardinensis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928858, + "speciesKey": 3803222, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Petunia bonjardinensis T.Ando & Hashim.", + "usageKey": 3803222, + "key": "Petunia bonjardinensis", + "confidence": 99 + }, + { + "name": "Petunia scheideana", + "match": { + "usageKey": 3802774, + "scientificName": "Petunia scheideana L.B.Sm. & Downs", + "canonicalName": "Petunia scheideana", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Petunia", + "species": "Petunia scheideana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928858, + "speciesKey": 3802774, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Petunia scheideana L.B.Sm. & Downs", + "usageKey": 3802774, + "key": "Petunia scheideana", + "confidence": 99 + }, + { + "name": "Petunia secreta", + "match": { + "usageKey": 3802769, + "scientificName": "Petunia secreta Stehmann & Semir", + "canonicalName": "Petunia secreta", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Petunia", + "species": "Petunia secreta", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928858, + "speciesKey": 3802769, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Petunia secreta Stehmann & Semir", + "usageKey": 3802769, + "key": "Petunia secreta", + "confidence": 99 + }, + { + "name": "Petunia altiplana", + "match": { + "usageKey": 3803282, + "scientificName": "Petunia altiplana T.Ando & Hashim.", + "canonicalName": "Petunia altiplana", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Petunia", + "species": "Petunia altiplana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928858, + "speciesKey": 3803282, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Petunia altiplana T.Ando & Hashim.", + "usageKey": 3803282, + "key": "Petunia altiplana", + "confidence": 99 + }, + { + "name": "Petunia reitzii", + "match": { + "usageKey": 3802816, + "scientificName": "Petunia reitzii L.B.Sm. & Downs", + "canonicalName": "Petunia reitzii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Petunia", + "species": "Petunia reitzii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928858, + "speciesKey": 3802816, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Petunia reitzii L.B.Sm. & Downs", + "usageKey": 3802816, + "key": "Petunia reitzii", + "confidence": 99 + }, + { + "name": "Petunia saxicola", + "match": { + "usageKey": 3802791, + "scientificName": "Petunia saxicola L.B.Sm. & Downs", + "canonicalName": "Petunia saxicola", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Petunia", + "species": "Petunia saxicola", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928858, + "speciesKey": 3802791, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Petunia saxicola L.B.Sm. & Downs", + "usageKey": 3802791, + "key": "Petunia saxicola", + "confidence": 99 + }, + { + "name": "Brunfelsia americana", + "match": { + "usageKey": 2932919, + "scientificName": "Brunfelsia americana L.", + "canonicalName": "Brunfelsia americana", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2932928, + "acceptedUsageKey": 2932919, + "scientificName": "Brunsfelsia americana L.", + "canonicalName": "Brunsfelsia americana", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 79, + "note": "Similarity: name=75; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Brunfelsia", + "species": "Brunfelsia americana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932910, + "speciesKey": 2932919, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Brunfelsia", + "species": "Brunfelsia americana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932910, + "speciesKey": 2932919, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Brunfelsia americana L.", + "usageKey": 2932919, + "key": "Brunfelsia americana", + "confidence": 99 + }, + { + "name": "Brunfelsia uniflora", + "match": { + "usageKey": 2932913, + "scientificName": "Brunfelsia uniflora (Pohl) D.Don", + "canonicalName": "Brunfelsia uniflora", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Brunfelsia", + "species": "Brunfelsia uniflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932910, + "speciesKey": 2932913, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Brunfelsia uniflora (Pohl) D.Don", + "usageKey": 2932913, + "key": "Brunfelsia uniflora", + "confidence": 99 + }, + { + "name": "Leptoglossis darcyana", + "match": { + "usageKey": 3800702, + "scientificName": "Leptoglossis darcyana Hunz. & Subils", + "canonicalName": "Leptoglossis darcyana", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Leptoglossis", + "species": "Leptoglossis darcyana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 6402723, + "speciesKey": 3800702, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Leptoglossis darcyana Hunz. & Subils", + "usageKey": 3800702, + "key": "Leptoglossis darcyana", + "confidence": 99 + }, + { + "name": "Bouchetia anomala", + "match": { + "usageKey": 6402819, + "acceptedUsageKey": 3798926, + "scientificName": "Bouchetia anomala (Miers) Britton & Rusby", + "canonicalName": "Bouchetia anomala", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; 2 synonym homonyms; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7766635, + "acceptedUsageKey": 3798926, + "scientificName": "Bouchetia anomala (Miers) Loes.", + "canonicalName": "Bouchetia anomala", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Salpiglossis", + "species": "Salpiglossis anomala", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 8177840, + "speciesKey": 3798926, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2928985, + "acceptedUsageKey": 3798926, + "scientificName": "Bouchetia anamola", + "canonicalName": "Bouchetia anamola", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Salpiglossis", + "species": "Salpiglossis anomala", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 8177840, + "speciesKey": 3798926, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Salpiglossis", + "species": "Salpiglossis anomala", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 8177840, + "speciesKey": 3798926, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Bouchetia anomala (Miers) Britton & Rusby", + "usageKey": 6402819, + "key": "Bouchetia anomala", + "confidence": 97 + }, + { + "name": "Bouchetia erecta", + "match": { + "usageKey": 2928984, + "acceptedUsageKey": 2928986, + "scientificName": "Bouchetia erecta DC.", + "canonicalName": "Bouchetia erecta", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; 2 synonym homonyms; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8199953, + "acceptedUsageKey": 2928986, + "scientificName": "Bouchetia erecta DC. ex Dunal", + "canonicalName": "Bouchetia erecta", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Salpiglossis", + "species": "Salpiglossis erecta", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 8177840, + "speciesKey": 2928986, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Salpiglossis", + "species": "Salpiglossis erecta", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 8177840, + "speciesKey": 2928986, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Bouchetia erecta DC.", + "usageKey": 2928984, + "key": "Bouchetia erecta", + "confidence": 97 + }, + { + "name": "Hunzikeria texana", + "match": { + "usageKey": 2928709, + "scientificName": "Hunzikeria texana (Torr.) D' Arcy", + "canonicalName": "Hunzikeria texana", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Hunzikeria", + "species": "Hunzikeria texana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928708, + "speciesKey": 2928709, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Hunzikeria texana (Torr.) D' Arcy", + "usageKey": 2928709, + "key": "Hunzikeria texana", + "confidence": 99 + }, + { + "name": "Plowmania nyctaginoides", + "match": { + "usageKey": 3799614, + "scientificName": "Plowmania nyctaginoides (Standl.) Hunz. & Subils", + "canonicalName": "Plowmania nyctaginoides", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Plowmania", + "species": "Plowmania nyctaginoides", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299617, + "speciesKey": 3799614, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Plowmania nyctaginoides (Standl.) Hunz. & Subils", + "usageKey": 3799614, + "key": "Plowmania nyctaginoides", + "confidence": 99 + }, + { + "name": "Nierembergia hatschbachii", + "match": { + "usageKey": 3798598, + "scientificName": "Nierembergia hatschbachii A.A.Cocucci & Hunz.", + "canonicalName": "Nierembergia hatschbachii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nierembergia", + "species": "Nierembergia hatschbachii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928990, + "speciesKey": 3798598, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nierembergia hatschbachii A.A.Cocucci & Hunz.", + "usageKey": 3798598, + "key": "Nierembergia hatschbachii", + "confidence": 99 + }, + { + "name": "Nierembergia micrantha", + "match": { + "usageKey": 3798449, + "scientificName": "Nierembergia micrantha Cabrera", + "canonicalName": "Nierembergia micrantha", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8558203, + "acceptedUsageKey": 2928986, + "scientificName": "Nierembergia micrantha Dombey", + "canonicalName": "Nierembergia micrantha", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Salpiglossis", + "species": "Salpiglossis erecta", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 8177840, + "speciesKey": 2928986, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7641077, + "acceptedUsageKey": 2928986, + "scientificName": "Nierembergia micrantha Dombey ex Dunal", + "canonicalName": "Nierembergia micrantha", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Salpiglossis", + "species": "Salpiglossis erecta", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 8177840, + "speciesKey": 2928986, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nierembergia", + "species": "Nierembergia micrantha", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928990, + "speciesKey": 3798449, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nierembergia micrantha Cabrera", + "usageKey": 3798449, + "key": "Nierembergia micrantha", + "confidence": 97 + }, + { + "name": "Nierembergia rigida", + "match": { + "usageKey": 3798339, + "scientificName": "Nierembergia rigida Miers", + "canonicalName": "Nierembergia rigida", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nierembergia", + "species": "Nierembergia rigida", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928990, + "speciesKey": 3798339, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nierembergia rigida Miers", + "usageKey": 3798339, + "key": "Nierembergia rigida", + "confidence": 99 + }, + { + "name": "Nierembergia rivularis", + "match": { + "usageKey": 3798327, + "scientificName": "Nierembergia rivularis Miers", + "canonicalName": "Nierembergia rivularis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nierembergia", + "species": "Nierembergia rivularis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928990, + "speciesKey": 3798327, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nierembergia rivularis Miers", + "usageKey": 3798327, + "key": "Nierembergia rivularis", + "confidence": 99 + }, + { + "name": "Nierembergia repens", + "match": { + "usageKey": 3801312, + "scientificName": "Nierembergia repens Ruiz & Pav.", + "canonicalName": "Nierembergia repens", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nierembergia", + "species": "Nierembergia repens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928990, + "speciesKey": 3801312, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nierembergia repens Ruiz & Pav.", + "usageKey": 3801312, + "key": "Nierembergia repens", + "confidence": 99 + }, + { + "name": "Nierembergia spathulata", + "match": { + "usageKey": 7299398, + "acceptedUsageKey": 3801312, + "scientificName": "Nierembergia spathulata Kunth", + "canonicalName": "Nierembergia spathulata", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nierembergia", + "species": "Nierembergia repens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928990, + "speciesKey": 3801312, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Nierembergia spathulata Kunth", + "usageKey": 7299398, + "key": "Nierembergia spathulata", + "confidence": 98 + }, + { + "name": "Nierembergia graveolens", + "match": { + "usageKey": 7299438, + "scientificName": "Nierembergia graveolens A.St.-Hil.", + "canonicalName": "Nierembergia graveolens", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nierembergia", + "species": "Nierembergia graveolens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928990, + "speciesKey": 7299438, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nierembergia graveolens A.St.-Hil.", + "usageKey": 7299438, + "key": "Nierembergia graveolens", + "confidence": 99 + }, + { + "name": "Nierembergia pinifolia", + "match": { + "usageKey": 3798388, + "scientificName": "Nierembergia pinifolia Miers", + "canonicalName": "Nierembergia pinifolia", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7299425, + "acceptedUsageKey": 3800658, + "scientificName": "Nierembergia linifolia Miers", + "canonicalName": "Nierembergia linifolia", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Leptoglossis", + "species": "Leptoglossis linifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 6402723, + "speciesKey": 3800658, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nierembergia", + "species": "Nierembergia pinifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928990, + "speciesKey": 3798388, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nierembergia pinifolia Miers", + "usageKey": 3798388, + "key": "Nierembergia pinifolia", + "confidence": 99 + }, + { + "name": "Nierembergia aristata", + "match": { + "usageKey": 7299459, + "scientificName": "Nierembergia aristata D.Don", + "canonicalName": "Nierembergia aristata", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7451724, + "acceptedUsageKey": 3798339, + "scientificName": "Nierembergia aristata Sweet", + "canonicalName": "Nierembergia aristata", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nierembergia", + "species": "Nierembergia rigida", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928990, + "speciesKey": 3798339, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nierembergia", + "species": "Nierembergia aristata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928990, + "speciesKey": 7299459, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nierembergia aristata D.Don", + "usageKey": 7299459, + "key": "Nierembergia aristata", + "confidence": 97 + }, + { + "name": "Nierembergia angustifolia", + "match": { + "usageKey": 7299466, + "acceptedUsageKey": 7299427, + "scientificName": "Nierembergia angustifolia Kunth", + "canonicalName": "Nierembergia angustifolia", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nierembergia", + "species": "Nierembergia linariifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928990, + "speciesKey": 7299427, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Nierembergia angustifolia Kunth", + "usageKey": 7299466, + "key": "Nierembergia angustifolia", + "confidence": 98 + }, + { + "name": "Nierembergia veitchii", + "match": { + "usageKey": 3798266, + "scientificName": "Nierembergia veitchii Berk. ex Hook.", + "canonicalName": "Nierembergia veitchii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8493586, + "acceptedUsageKey": 3798266, + "scientificName": "Nierembergia veitchii Berk.", + "canonicalName": "Nierembergia veitchii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nierembergia", + "species": "Nierembergia veitchii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928990, + "speciesKey": 3798266, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nierembergia", + "species": "Nierembergia veitchii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928990, + "speciesKey": 3798266, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nierembergia veitchii Berk. ex Hook.", + "usageKey": 3798266, + "key": "Nierembergia veitchii", + "confidence": 97 + }, + { + "name": "Nierembergia calycina", + "match": { + "usageKey": 3798698, + "scientificName": "Nierembergia calycina Hook.", + "canonicalName": "Nierembergia calycina", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8095436, + "acceptedUsageKey": 11216031, + "scientificName": "Nierembergia calycina Vilm.", + "canonicalName": "Nierembergia calycina", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nierembergia", + "species": "Nierembergia linearifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928990, + "speciesKey": 11216031, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nierembergia", + "species": "Nierembergia calycina", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928990, + "speciesKey": 3798698, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nierembergia calycina Hook.", + "usageKey": 3798698, + "key": "Nierembergia calycina", + "confidence": 97 + }, + { + "name": "Nierembergia hippomanica", + "match": { + "usageKey": 2928992, + "acceptedUsageKey": 7299427, + "scientificName": "Nierembergia hippomanica Miers", + "canonicalName": "Nierembergia hippomanica", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nierembergia", + "species": "Nierembergia linariifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928990, + "speciesKey": 7299427, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Nierembergia hippomanica Miers", + "usageKey": 2928992, + "key": "Nierembergia hippomanica", + "confidence": 98 + }, + { + "name": "Nierembergia linariifolia", + "match": { + "usageKey": 7299427, + "scientificName": "Nierembergia linariifolia Graham", + "canonicalName": "Nierembergia linariifolia", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 11216031, + "scientificName": "Nierembergia linearifolia Graham", + "canonicalName": "Nierembergia linearifolia", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 93, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nierembergia", + "species": "Nierembergia linearifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928990, + "speciesKey": 11216031, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 7299425, + "acceptedUsageKey": 3800658, + "scientificName": "Nierembergia linifolia Miers", + "canonicalName": "Nierembergia linifolia", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Leptoglossis", + "species": "Leptoglossis linifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 6402723, + "speciesKey": 3800658, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nierembergia", + "species": "Nierembergia linariifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928990, + "speciesKey": 7299427, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nierembergia linariifolia Graham", + "usageKey": 7299427, + "key": "Nierembergia linariifolia", + "confidence": 99 + }, + { + "name": "Nierembergia scoparia", + "match": { + "usageKey": 2928991, + "scientificName": "Nierembergia scoparia Sendtn.", + "canonicalName": "Nierembergia scoparia", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nierembergia", + "species": "Nierembergia scoparia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928990, + "speciesKey": 2928991, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nierembergia scoparia Sendtn.", + "usageKey": 2928991, + "key": "Nierembergia scoparia", + "confidence": 99 + }, + { + "name": "Nierembergia andina", + "match": { + "usageKey": 3798762, + "scientificName": "Nierembergia andina Millán", + "canonicalName": "Nierembergia andina", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nierembergia", + "species": "Nierembergia andina", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928990, + "speciesKey": 3798762, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nierembergia andina Millán", + "usageKey": 3798762, + "key": "Nierembergia andina", + "confidence": 99 + }, + { + "name": "Nierembergia ericoides", + "match": { + "usageKey": 7299450, + "scientificName": "Nierembergia ericoides Miers", + "canonicalName": "Nierembergia ericoides", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nierembergia", + "species": "Nierembergia ericoides", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928990, + "speciesKey": 7299450, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nierembergia ericoides Miers", + "usageKey": 7299450, + "key": "Nierembergia ericoides", + "confidence": 99 + }, + { + "name": "Nierembergia tucumanensis", + "match": { + "usageKey": 3798270, + "scientificName": "Nierembergia tucumanensis Millán", + "canonicalName": "Nierembergia tucumanensis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nierembergia", + "species": "Nierembergia tucumanensis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928990, + "speciesKey": 3798270, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nierembergia tucumanensis Millán", + "usageKey": 3798270, + "key": "Nierembergia tucumanensis", + "confidence": 99 + }, + { + "name": "Nierembergia browallioides", + "match": { + "usageKey": 3798713, + "scientificName": "Nierembergia browallioides Griseb.", + "canonicalName": "Nierembergia browallioides", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nierembergia", + "species": "Nierembergia browallioides", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928990, + "speciesKey": 3798713, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nierembergia browallioides Griseb.", + "usageKey": 3798713, + "key": "Nierembergia browallioides", + "confidence": 99 + }, + { + "name": "Nierembergia boliviana", + "match": { + "usageKey": 3798716, + "scientificName": "Nierembergia boliviana Millán", + "canonicalName": "Nierembergia boliviana", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nierembergia", + "species": "Nierembergia boliviana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928990, + "speciesKey": 3798716, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nierembergia boliviana Millán", + "usageKey": 3798716, + "key": "Nierembergia boliviana", + "confidence": 99 + }, + { + "name": "Nierembergia pulchella", + "match": { + "usageKey": 7299406, + "scientificName": "Nierembergia pulchella Gillies ex Miers", + "canonicalName": "Nierembergia pulchella", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8577519, + "acceptedUsageKey": 7299406, + "scientificName": "Nierembergia pulchella Gillies", + "canonicalName": "Nierembergia pulchella", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nierembergia", + "species": "Nierembergia pulchella", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928990, + "speciesKey": 7299406, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nierembergia", + "species": "Nierembergia pulchella", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928990, + "speciesKey": 7299406, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nierembergia pulchella Gillies ex Miers", + "usageKey": 7299406, + "key": "Nierembergia pulchella", + "confidence": 97 + }, + { + "name": "Symonanthus aromaticus", + "match": { + "usageKey": 3801806, + "scientificName": "Symonanthus aromaticus (C.A.Gardner) Haegi", + "canonicalName": "Symonanthus aromaticus", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Symonanthus", + "species": "Symonanthus aromaticus", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299955, + "speciesKey": 3801806, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Symonanthus aromaticus (C.A.Gardner) Haegi", + "usageKey": 3801806, + "key": "Symonanthus aromaticus", + "confidence": 99 + }, + { + "name": "Symonanthus bancroftii", + "match": { + "usageKey": 3801794, + "scientificName": "Symonanthus bancroftii (F.Muell.) Haegi", + "canonicalName": "Symonanthus bancroftii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Symonanthus", + "species": "Symonanthus bancroftii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299955, + "speciesKey": 3801794, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Symonanthus bancroftii (F.Muell.) Haegi", + "usageKey": 3801794, + "key": "Symonanthus bancroftii", + "confidence": 99 + }, + { + "name": "Anthocercis gracilis", + "match": { + "usageKey": 3803274, + "scientificName": "Anthocercis gracilis Benth.", + "canonicalName": "Anthocercis gracilis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7616168, + "acceptedUsageKey": 8406608, + "scientificName": "Anthoceros gracilis Reichardt", + "canonicalName": "Anthoceros gracilis", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 69, + "note": "Similarity: name=65; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Anthocerotophyta", + "order": "Dendrocerotales", + "family": "Dendrocerotaceae", + "genus": "Megaceros", + "species": "Megaceros gracilis", + "kingdomKey": 6, + "phylumKey": 13, + "classKey": 132, + "orderKey": 956, + "familyKey": 3107, + "genusKey": 2689576, + "speciesKey": 8406608, + "synonym": true, + "class": "Anthocerotopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Anthocercis", + "species": "Anthocercis gracilis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7300146, + "speciesKey": 3803274, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Anthocercis gracilis Benth.", + "usageKey": 3803274, + "key": "Anthocercis gracilis", + "confidence": 99 + }, + { + "name": "Anthocercis ilicifolia", + "match": { + "usageKey": 7300169, + "scientificName": "Anthocercis ilicifolia Hook.", + "canonicalName": "Anthocercis ilicifolia", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Anthocercis", + "species": "Anthocercis ilicifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7300146, + "speciesKey": 7300169, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Anthocercis ilicifolia Hook.", + "usageKey": 7300169, + "key": "Anthocercis ilicifolia", + "confidence": 99 + }, + { + "name": "Anthocercis littorea", + "match": { + "usageKey": 8115093, + "scientificName": "Anthocercis littorea Labill.", + "canonicalName": "Anthocercis littorea", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3803227, + "acceptedUsageKey": 6403138, + "scientificName": "Anthocercis littorea Endl.", + "canonicalName": "Anthocercis littorea", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Anthocercis", + "species": "Anthocercis viscosa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7300146, + "speciesKey": 7300147, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Anthocercis", + "species": "Anthocercis littorea", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7300146, + "speciesKey": 8115093, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Anthocercis littorea Labill.", + "usageKey": 8115093, + "key": "Anthocercis littorea", + "confidence": 97 + }, + { + "name": "Anthocercis angustifolia", + "match": { + "usageKey": 3803379, + "scientificName": "Anthocercis angustifolia F.Muell.", + "canonicalName": "Anthocercis angustifolia", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 9287375, + "scientificName": "Anthoceros angustifolius Gottsche, Lindenb. & Nees", + "canonicalName": "Anthoceros angustifolius", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 70, + "note": "Similarity: name=65; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Anthocerotophyta", + "order": "Anthocerotales", + "family": "Anthocerotaceae", + "genus": "Anthoceros", + "species": "Anthoceros angustifolius", + "kingdomKey": 6, + "phylumKey": 13, + "classKey": 132, + "orderKey": 955, + "familyKey": 3106, + "genusKey": 8365024, + "speciesKey": 9287375, + "synonym": false, + "class": "Anthocerotopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Anthocercis", + "species": "Anthocercis angustifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7300146, + "speciesKey": 3803379, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Anthocercis angustifolia F.Muell.", + "usageKey": 3803379, + "key": "Anthocercis angustifolia", + "confidence": 99 + }, + { + "name": "Anthocercis viscosa", + "match": { + "usageKey": 7300147, + "scientificName": "Anthocercis viscosa R.Br.", + "canonicalName": "Anthocercis viscosa", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Anthocercis", + "species": "Anthocercis viscosa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7300146, + "speciesKey": 7300147, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Anthocercis viscosa R.Br.", + "usageKey": 7300147, + "key": "Anthocercis viscosa", + "confidence": 99 + }, + { + "name": "Anthocercis intricata", + "match": { + "usageKey": 3803243, + "scientificName": "Anthocercis intricata F.Muell.", + "canonicalName": "Anthocercis intricata", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Anthocercis", + "species": "Anthocercis intricata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7300146, + "speciesKey": 3803243, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Anthocercis intricata F.Muell.", + "usageKey": 3803243, + "key": "Anthocercis intricata", + "confidence": 99 + }, + { + "name": "Anthocercis sylvicola", + "match": { + "usageKey": 3803176, + "scientificName": "Anthocercis sylvicola T.D.Macfarl. & Ward.-Johnson", + "canonicalName": "Anthocercis sylvicola", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Anthocercis", + "species": "Anthocercis sylvicola", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7300146, + "speciesKey": 3803176, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Anthocercis sylvicola T.D.Macfarl. & Ward.-Johnson", + "usageKey": 3803176, + "key": "Anthocercis sylvicola", + "confidence": 99 + }, + { + "name": "Cyphanthera odgersii", + "match": { + "usageKey": 7299679, + "acceptedUsageKey": 10794535, + "scientificName": "Cyphanthera odgersii (F.Muell.) Haegi", + "canonicalName": "Cyphanthera odgersii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Grammosolen", + "species": "Grammosolen odgersii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7300166, + "speciesKey": 10721060, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Cyphanthera odgersii (F.Muell.) Haegi", + "usageKey": 7299679, + "key": "Cyphanthera odgersii", + "confidence": 98 + }, + { + "name": "Grammosolen dixonii", + "match": { + "usageKey": 3803255, + "scientificName": "Grammosolen dixonii (F.Muell. & Tate) Haegi", + "canonicalName": "Grammosolen dixonii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Grammosolen", + "species": "Grammosolen dixonii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7300166, + "speciesKey": 3803255, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Grammosolen dixonii (F.Muell. & Tate) Haegi", + "usageKey": 3803255, + "key": "Grammosolen dixonii", + "confidence": 99 + }, + { + "name": "Grammosolen truncatus", + "match": { + "usageKey": 3803246, + "scientificName": "Grammosolen truncatus (Ising) Haegi", + "canonicalName": "Grammosolen truncatus", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Grammosolen", + "species": "Grammosolen truncatus", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7300166, + "speciesKey": 3803246, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Grammosolen truncatus (Ising) Haegi", + "usageKey": 3803246, + "key": "Grammosolen truncatus", + "confidence": 99 + }, + { + "name": "Anthotroche walcottii", + "match": { + "usageKey": 3803072, + "scientificName": "Anthotroche walcottii F.Muell.", + "canonicalName": "Anthotroche walcottii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Anthotroche", + "species": "Anthotroche walcottii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7300139, + "speciesKey": 3803072, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Anthotroche walcottii F.Muell.", + "usageKey": 3803072, + "key": "Anthotroche walcottii", + "confidence": 99 + }, + { + "name": "Anthotroche pannosa", + "match": { + "usageKey": 3803085, + "scientificName": "Anthotroche pannosa Endl.", + "canonicalName": "Anthotroche pannosa", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Anthotroche", + "species": "Anthotroche pannosa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7300139, + "speciesKey": 3803085, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Anthotroche pannosa Endl.", + "usageKey": 3803085, + "key": "Anthotroche pannosa", + "confidence": 99 + }, + { + "name": "Anthotroche blackii", + "match": { + "usageKey": 3803108, + "acceptedUsageKey": 3803085, + "scientificName": "Anthotroche blackii F.Muell.", + "canonicalName": "Anthotroche blackii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7485104, + "acceptedUsageKey": 3803085, + "scientificName": "Anthotroche blockii F.Muell.", + "canonicalName": "Anthotroche blockii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Anthotroche", + "species": "Anthotroche pannosa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7300139, + "speciesKey": 3803085, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Anthotroche", + "species": "Anthotroche pannosa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7300139, + "speciesKey": 3803085, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Anthotroche blackii F.Muell.", + "usageKey": 3803108, + "key": "Anthotroche blackii", + "confidence": 98 + }, + { + "name": "Anthotroche myoporoides", + "match": { + "usageKey": 3803093, + "scientificName": "Anthotroche myoporoides C.A.Gardner", + "canonicalName": "Anthotroche myoporoides", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Anthotroche", + "species": "Anthotroche myoporoides", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7300139, + "speciesKey": 3803093, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Anthotroche myoporoides C.A.Gardner", + "usageKey": 3803093, + "key": "Anthotroche myoporoides", + "confidence": 99 + }, + { + "name": "Anthocercis racemosa", + "match": { + "usageKey": 3803194, + "acceptedUsageKey": 3800010, + "scientificName": "Anthocercis racemosa F.Muell.", + "canonicalName": "Anthocercis racemosa", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cyphanthera", + "species": "Cyphanthera racemosa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299672, + "speciesKey": 3800010, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Anthocercis racemosa F.Muell.", + "usageKey": 3803194, + "key": "Anthocercis racemosa", + "confidence": 98 + }, + { + "name": "Anthocercis myosotidea", + "match": { + "usageKey": 3803208, + "acceptedUsageKey": 3800044, + "scientificName": "Anthocercis myosotidea F.Muell.", + "canonicalName": "Anthocercis myosotidea", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cyphanthera", + "species": "Cyphanthera myosotidea", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299672, + "speciesKey": 3800044, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Anthocercis myosotidea F.Muell.", + "usageKey": 3803208, + "key": "Anthocercis myosotidea", + "confidence": 98 + }, + { + "name": "Cyphanthera microphylla", + "match": { + "usageKey": 3800057, + "scientificName": "Cyphanthera microphylla Miers", + "canonicalName": "Cyphanthera microphylla", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cyphanthera", + "species": "Cyphanthera microphylla", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299672, + "speciesKey": 3800057, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Cyphanthera microphylla Miers", + "usageKey": 3800057, + "key": "Cyphanthera microphylla", + "confidence": 99 + }, + { + "name": "Crenidium spinescens", + "match": { + "usageKey": 3800240, + "scientificName": "Crenidium spinescens Haegi", + "canonicalName": "Crenidium spinescens", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Crenidium", + "species": "Crenidium spinescens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299719, + "speciesKey": 3800240, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Crenidium spinescens Haegi", + "usageKey": 3800240, + "key": "Crenidium spinescens", + "confidence": 99 + }, + { + "name": "Cyphanthera anthocercidea", + "match": { + "usageKey": 3800078, + "scientificName": "Cyphanthera anthocercidea (F.Muell.) Haegi", + "canonicalName": "Cyphanthera anthocercidea", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cyphanthera", + "species": "Cyphanthera anthocercidea", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299672, + "speciesKey": 3800078, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Cyphanthera anthocercidea (F.Muell.) Haegi", + "usageKey": 3800078, + "key": "Cyphanthera anthocercidea", + "confidence": 99 + }, + { + "name": "Duboisia leichhardtii", + "match": { + "usageKey": 7732624, + "scientificName": "Duboisia leichhardtii (F.Muell.) F.Muell.", + "canonicalName": "Duboisia leichhardtii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Duboisia", + "species": "Duboisia leichhardtii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928894, + "speciesKey": 7732624, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Duboisia leichhardtii (F.Muell.) F.Muell.", + "usageKey": 7732624, + "key": "Duboisia leichhardtii", + "confidence": 99 + }, + { + "name": "Duboisia hopwoodii", + "match": { + "usageKey": 8169276, + "scientificName": "Duboisia hopwoodii (F.Muell.) F.Muell.", + "canonicalName": "Duboisia hopwoodii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Duboisia", + "species": "Duboisia hopwoodii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928894, + "speciesKey": 8169276, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Duboisia hopwoodii (F.Muell.) F.Muell.", + "usageKey": 8169276, + "key": "Duboisia hopwoodii", + "confidence": 99 + }, + { + "name": "Cyphanthera albicans", + "match": { + "usageKey": 7299688, + "scientificName": "Cyphanthera albicans (A.Cunn.) Miers", + "canonicalName": "Cyphanthera albicans", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cyphanthera", + "species": "Cyphanthera albicans", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299672, + "speciesKey": 7299688, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Cyphanthera albicans (A.Cunn.) Miers", + "usageKey": 7299688, + "key": "Cyphanthera albicans", + "confidence": 99 + }, + { + "name": "Duboisia myoporoides", + "match": { + "usageKey": 5341761, + "scientificName": "Duboisia myoporoides R.Br.", + "canonicalName": "Duboisia myoporoides", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Duboisia", + "species": "Duboisia myoporoides", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928894, + "speciesKey": 5341761, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Duboisia myoporoides R.Br.", + "usageKey": 5341761, + "key": "Duboisia myoporoides", + "confidence": 99 + }, + { + "name": "Nicotiana digluta", + "match": { + "error": true + }, + "key": "Nicotiana digluta" + }, + { + "name": "Nicotiana tabacum", + "match": { + "usageKey": 2928774, + "scientificName": "Nicotiana tabacum L.", + "canonicalName": "Nicotiana tabacum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3799027, + "acceptedUsageKey": 2928774, + "scientificName": "Nicotiana tabaca St.-Lag.", + "canonicalName": "Nicotiana tabaca", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 94, + "note": "Similarity: name=100; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana tabacum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 2928774, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana tabacum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 2928774, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana tabacum L.", + "usageKey": 2928774, + "key": "Nicotiana tabacum", + "confidence": 99 + }, + { + "name": "Nicotiana otophora", + "match": { + "usageKey": 3799457, + "scientificName": "Nicotiana otophora Griseb.", + "canonicalName": "Nicotiana otophora", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana otophora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 3799457, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana otophora Griseb.", + "usageKey": 3799457, + "key": "Nicotiana otophora", + "confidence": 99 + }, + { + "name": "Nicotiana kawakamii", + "match": { + "usageKey": 4937339, + "scientificName": "Nicotiana kawakamii Y.Ohashi", + "canonicalName": "Nicotiana kawakamii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=3", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 11355818, + "scientificName": "Nicotiana kawakamii H.Ohashi", + "canonicalName": "Nicotiana kawakamii", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana kawakamii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 11355818, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana kawakamii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 4937339, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana kawakamii Y.Ohashi", + "usageKey": 4937339, + "key": "Nicotiana kawakamii", + "confidence": 98 + }, + { + "name": "Nicotiana tomentosa", + "match": { + "usageKey": 2928772, + "scientificName": "Nicotiana tomentosa Ruiz & Pav.", + "canonicalName": "Nicotiana tomentosa", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana tomentosa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 2928772, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana tomentosa Ruiz & Pav.", + "usageKey": 2928772, + "key": "Nicotiana tomentosa", + "confidence": 99 + }, + { + "name": "Nicotiana tomentosiformis", + "match": { + "usageKey": 3798939, + "scientificName": "Nicotiana tomentosiformis Goodsp.", + "canonicalName": "Nicotiana tomentosiformis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana tomentosiformis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 3798939, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana tomentosiformis Goodsp.", + "usageKey": 3798939, + "key": "Nicotiana tomentosiformis", + "confidence": 99 + }, + { + "name": "Nicotiana thyrsiflora", + "match": { + "usageKey": 3798955, + "scientificName": "Nicotiana thyrsiflora Goodsp.", + "canonicalName": "Nicotiana thyrsiflora", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana thyrsiflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 3798955, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana thyrsiflora Goodsp.", + "usageKey": 3798955, + "key": "Nicotiana thyrsiflora", + "confidence": 99 + }, + { + "name": "Nicotiana wigandioides", + "match": { + "usageKey": 7411875, + "scientificName": "Nicotiana wigandioides C.Koch & Fintelm.", + "canonicalName": "Nicotiana wigandioides", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana wigandioides", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 7411875, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana wigandioides C.Koch & Fintelm.", + "usageKey": 7411875, + "key": "Nicotiana wigandioides", + "confidence": 99 + }, + { + "name": "Nicotiana glutinosa", + "match": { + "usageKey": 2928758, + "scientificName": "Nicotiana glutinosa L.", + "canonicalName": "Nicotiana glutinosa", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana glutinosa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 2928758, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana glutinosa L.", + "usageKey": 2928758, + "key": "Nicotiana glutinosa", + "confidence": 99 + }, + { + "name": "Nicotiana arentsii", + "match": { + "usageKey": 3800519, + "scientificName": "Nicotiana arentsii Goodsp.", + "canonicalName": "Nicotiana arentsii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana arentsii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 3800519, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana arentsii Goodsp.", + "usageKey": 3800519, + "key": "Nicotiana arentsii", + "confidence": 99 + }, + { + "name": "Nicotiana undulata", + "match": { + "usageKey": 7987710, + "scientificName": "Nicotiana undulata Ruiz & Pav.", + "canonicalName": "Nicotiana undulata", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7660712, + "acceptedUsageKey": 2928764, + "scientificName": "Nicotiana undulata Sims", + "canonicalName": "Nicotiana undulata", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana suaveolens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 2928764, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7299484, + "acceptedUsageKey": 2928764, + "scientificName": "Nicotiana undulata Vent.", + "canonicalName": "Nicotiana undulata", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana suaveolens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 2928764, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana undulata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 7987710, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana undulata Ruiz & Pav.", + "usageKey": 7987710, + "key": "Nicotiana undulata", + "confidence": 97 + }, + { + "name": "Nicotiana benavidesii", + "match": { + "usageKey": 3800438, + "scientificName": "Nicotiana benavidesii Goodsp.", + "canonicalName": "Nicotiana benavidesii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana benavidesii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 3800438, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana benavidesii Goodsp.", + "usageKey": 3800438, + "key": "Nicotiana benavidesii", + "confidence": 99 + }, + { + "name": "Nicotiana raimondii", + "match": { + "usageKey": 3799257, + "scientificName": "Nicotiana raimondii J.F.Macbr.", + "canonicalName": "Nicotiana raimondii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana raimondii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 3799257, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana raimondii J.F.Macbr.", + "usageKey": 3799257, + "key": "Nicotiana raimondii", + "confidence": 99 + }, + { + "name": "Nicotiana cordifolia", + "match": { + "usageKey": 7299710, + "scientificName": "Nicotiana cordifolia Phil.", + "canonicalName": "Nicotiana cordifolia", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana cordifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 7299710, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana cordifolia Phil.", + "usageKey": 7299710, + "key": "Nicotiana cordifolia", + "confidence": 99 + }, + { + "name": "Nicotiana solanifolia", + "match": { + "usageKey": 3799125, + "scientificName": "Nicotiana solanifolia Walp.", + "canonicalName": "Nicotiana solanifolia", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana solanifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 3799125, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana solanifolia Walp.", + "usageKey": 3799125, + "key": "Nicotiana solanifolia", + "confidence": 99 + }, + { + "name": "Nicotiana paniculata", + "match": { + "usageKey": 2928760, + "scientificName": "Nicotiana paniculata L.", + "canonicalName": "Nicotiana paniculata", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana paniculata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 2928760, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana paniculata L.", + "usageKey": 2928760, + "key": "Nicotiana paniculata", + "confidence": 99 + }, + { + "name": "Nicotiana knightiana", + "match": { + "usageKey": 3799786, + "scientificName": "Nicotiana knightiana Goodsp.", + "canonicalName": "Nicotiana knightiana", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana knightiana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 3799786, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana knightiana Goodsp.", + "usageKey": 3799786, + "key": "Nicotiana knightiana", + "confidence": 99 + }, + { + "name": "Nicotiana rustica", + "match": { + "usageKey": 2928775, + "scientificName": "Nicotiana rustica L.", + "canonicalName": "Nicotiana rustica", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=3", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8243578, + "scientificName": "Nicotiana rustica Comes", + "canonicalName": "Nicotiana rustica", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana rustica", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 8243578, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 7500459, + "acceptedUsageKey": 2928775, + "scientificName": "Nicotia rustica (L.) Opiz", + "canonicalName": "Nicotia rustica", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 84, + "note": "Similarity: name=80; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana rustica", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 2928775, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana rustica", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 2928775, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana rustica L.", + "usageKey": 2928775, + "key": "Nicotiana rustica", + "confidence": 98 + }, + { + "name": "Nicotiana clevelandii", + "match": { + "usageKey": 2928773, + "scientificName": "Nicotiana clevelandii A.Gray", + "canonicalName": "Nicotiana clevelandii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana clevelandii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 2928773, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana clevelandii A.Gray", + "usageKey": 2928773, + "key": "Nicotiana clevelandii", + "confidence": 99 + }, + { + "name": "Nicotiana quadrivalvis", + "match": { + "usageKey": 2928770, + "scientificName": "Nicotiana quadrivalvis Pursh", + "canonicalName": "Nicotiana quadrivalvis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana quadrivalvis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 2928770, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana quadrivalvis Pursh", + "usageKey": 2928770, + "key": "Nicotiana quadrivalvis", + "confidence": 99 + }, + { + "name": "Nicotiana trigonophylla", + "match": { + "usageKey": 2928776, + "acceptedUsageKey": 8279512, + "scientificName": "Nicotiana trigonophylla Dunal", + "canonicalName": "Nicotiana trigonophylla", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana obtusifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 8279512, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana trigonophylla Dunal", + "usageKey": 2928776, + "key": "Nicotiana trigonophylla", + "confidence": 98 + }, + { + "name": "Nicotiana obtusifolia", + "match": { + "usageKey": 8279512, + "scientificName": "Nicotiana obtusifolia M.Martens & Galeotti", + "canonicalName": "Nicotiana obtusifolia", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana obtusifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 8279512, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana obtusifolia M.Martens & Galeotti", + "usageKey": 8279512, + "key": "Nicotiana obtusifolia", + "confidence": 99 + }, + { + "name": "Nicotiana palmeri", + "match": { + "usageKey": 3799427, + "acceptedUsageKey": 3799501, + "scientificName": "Nicotiana palmeri A.Gray", + "canonicalName": "Nicotiana palmeri", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana obtusifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 8279512, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana palmeri A.Gray", + "usageKey": 3799427, + "key": "Nicotiana palmeri", + "confidence": 98 + }, + { + "name": "Nicotiana linearis", + "match": { + "usageKey": 3799749, + "scientificName": "Nicotiana linearis Phil.", + "canonicalName": "Nicotiana linearis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana linearis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 3799749, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana linearis Phil.", + "usageKey": 3799749, + "key": "Nicotiana linearis", + "confidence": 99 + }, + { + "name": "Nicotiana spegazzinii", + "match": { + "usageKey": 3799113, + "scientificName": "Nicotiana spegazzinii Millán", + "canonicalName": "Nicotiana spegazzinii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana spegazzinii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 3799113, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana spegazzinii Millán", + "usageKey": 3799113, + "key": "Nicotiana spegazzinii", + "confidence": 99 + }, + { + "name": "Nicotiana miersii", + "match": { + "usageKey": 7299612, + "scientificName": "Nicotiana miersii J.Rémy", + "canonicalName": "Nicotiana miersii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana miersii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 7299612, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana miersii J.Rémy", + "usageKey": 7299612, + "key": "Nicotiana miersii", + "confidence": 99 + }, + { + "name": "Nicotiana corymbosa", + "match": { + "usageKey": 7299708, + "scientificName": "Nicotiana corymbosa J.Rémy", + "canonicalName": "Nicotiana corymbosa", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana corymbosa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 7299708, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana corymbosa J.Rémy", + "usageKey": 7299708, + "key": "Nicotiana corymbosa", + "confidence": 99 + }, + { + "name": "Nicotiana acuminata", + "match": { + "usageKey": 2928781, + "scientificName": "Nicotiana acuminata (Graham) Hook.", + "canonicalName": "Nicotiana acuminata", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana acuminata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 2928781, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana acuminata (Graham) Hook.", + "usageKey": 2928781, + "key": "Nicotiana acuminata", + "confidence": 99 + }, + { + "name": "Nicotiana pauciflora", + "match": { + "usageKey": 3799393, + "scientificName": "Nicotiana pauciflora J.Rémy", + "canonicalName": "Nicotiana pauciflora", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3799406, + "acceptedUsageKey": 2928905, + "scientificName": "Nicotiana parviflora (Juss.) Lehm.", + "canonicalName": "Nicotiana parviflora", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Calibrachoa", + "species": "Calibrachoa parviflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 8254205, + "speciesKey": 2928905, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7461046, + "acceptedUsageKey": 7299612, + "scientificName": "Nicotiana parviflora Phil.", + "canonicalName": "Nicotiana parviflora", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana miersii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 7299612, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana pauciflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 3799393, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana pauciflora J.Rémy", + "usageKey": 3799393, + "key": "Nicotiana pauciflora", + "confidence": 99 + }, + { + "name": "Nicotiana sylvestris", + "match": { + "usageKey": 2928767, + "scientificName": "Nicotiana sylvestris Speg.", + "canonicalName": "Nicotiana sylvestris", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana sylvestris", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 2928767, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana sylvestris Speg.", + "usageKey": 2928767, + "key": "Nicotiana sylvestris", + "confidence": 99 + }, + { + "name": "Nicotiana nudicaulis", + "match": { + "usageKey": 3799510, + "scientificName": "Nicotiana nudicaulis S.Watson", + "canonicalName": "Nicotiana nudicaulis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana nudicaulis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 3799510, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana nudicaulis S.Watson", + "usageKey": 3799510, + "key": "Nicotiana nudicaulis", + "confidence": 99 + }, + { + "name": "Nicotiana repanda", + "match": { + "usageKey": 2928778, + "scientificName": "Nicotiana repanda Willd. ex Lehm.", + "canonicalName": "Nicotiana repanda", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7998353, + "acceptedUsageKey": 2928774, + "scientificName": "Nicotiana repanda Sims", + "canonicalName": "Nicotiana repanda", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana tabacum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 2928774, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8632241, + "scientificName": "Nicotiana repanda Willd., 1818", + "canonicalName": "Nicotiana repanda", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana repanda", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 8632241, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana repanda", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 2928778, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana repanda Willd. ex Lehm.", + "usageKey": 2928778, + "key": "Nicotiana repanda", + "confidence": 97 + }, + { + "name": "Nicotiana nesophila", + "match": { + "usageKey": 3799522, + "acceptedUsageKey": 3799091, + "scientificName": "Nicotiana nesophila I.M.Johnst.", + "canonicalName": "Nicotiana nesophila", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana stocktonii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 3799091, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana nesophila I.M.Johnst.", + "usageKey": 3799522, + "key": "Nicotiana nesophila", + "confidence": 98 + }, + { + "name": "Nicotiana stocktonii", + "match": { + "usageKey": 3799091, + "scientificName": "Nicotiana stocktonii Brandegee", + "canonicalName": "Nicotiana stocktonii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana stocktonii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 3799091, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana stocktonii Brandegee", + "usageKey": 3799091, + "key": "Nicotiana stocktonii", + "confidence": 99 + }, + { + "name": "Nicotiana alata", + "match": { + "usageKey": 2928761, + "scientificName": "Nicotiana alata Link & Otto", + "canonicalName": "Nicotiana alata", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 10468772, + "acceptedUsageKey": 2928766, + "scientificName": "Nicotiana acuta A.St-Hil.", + "canonicalName": "Nicotiana acuta", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana longiflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 2928766, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3803375, + "acceptedUsageKey": 2928766, + "scientificName": "Nicotiana acuta Griseb.", + "canonicalName": "Nicotiana acuta", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana longiflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 2928766, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3800605, + "acceptedUsageKey": 2928774, + "scientificName": "Nicotiana alba Mill.", + "canonicalName": "Nicotiana alba", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana tabacum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 2928774, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana alata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 2928761, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana alata Link & Otto", + "usageKey": 2928761, + "key": "Nicotiana alata", + "confidence": 99 + }, + { + "name": "Nicotiana langsdorffii", + "match": { + "usageKey": 8081001, + "scientificName": "Nicotiana langsdorffii Schrank", + "canonicalName": "Nicotiana langsdorffii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=3", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2928759, + "scientificName": "Nicotiana langsdorffii Weinm.", + "canonicalName": "Nicotiana langsdorffii", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana langsdorffii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 2928759, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana langsdorffii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 8081001, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana langsdorffii Schrank", + "usageKey": 8081001, + "key": "Nicotiana langsdorffii", + "confidence": 98 + }, + { + "name": "Nicotiana bonariensis", + "match": { + "usageKey": 7299745, + "scientificName": "Nicotiana bonariensis Lehm.", + "canonicalName": "Nicotiana bonariensis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana bonariensis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 7299745, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana bonariensis Lehm.", + "usageKey": 7299745, + "key": "Nicotiana bonariensis", + "confidence": 99 + }, + { + "name": "Nicotiana forgetiana", + "match": { + "usageKey": 9546382, + "scientificName": "Nicotiana forgetiana Sander ex W.Watson", + "canonicalName": "Nicotiana forgetiana", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=3", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2928779, + "scientificName": "Nicotiana forgetiana Hemsl.", + "canonicalName": "Nicotiana forgetiana", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana forgetiana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 2928779, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 7993047, + "scientificName": "Nicotiana forgetiana Sander, 1905", + "canonicalName": "Nicotiana forgetiana", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana forgetiana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 7993047, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana forgetiana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 9546382, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana forgetiana Sander ex W.Watson", + "usageKey": 9546382, + "key": "Nicotiana forgetiana", + "confidence": 98 + }, + { + "name": "Nicotiana longiflora", + "match": { + "usageKey": 2928766, + "scientificName": "Nicotiana longiflora Cav.", + "canonicalName": "Nicotiana longiflora", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=3", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8323487, + "scientificName": "Nicotiana longiflora G.Benn., 1860", + "canonicalName": "Nicotiana longiflora", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana longiflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 8323487, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 7676082, + "acceptedUsageKey": 2928766, + "scientificName": "Nicotiana longifolia Cav.", + "canonicalName": "Nicotiana longifolia", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana longiflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 2928766, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana longiflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 2928766, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana longiflora Cav.", + "usageKey": 2928766, + "key": "Nicotiana longiflora", + "confidence": 98 + }, + { + "name": "Nicotiana picilla", + "match": { + "usageKey": 11135370, + "scientificName": "Nicotiana picilla Anonymus", + "canonicalName": "Nicotiana picilla", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 11552609, + "scientificName": "Nicotiana pila M.W.Chase & Christenh.", + "canonicalName": "Nicotiana pila", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana pila", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 11552609, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 3799301, + "acceptedUsageKey": 2928775, + "scientificName": "Nicotiana pumila Steud.", + "canonicalName": "Nicotiana pumila", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana rustica", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 2928775, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8005401, + "acceptedUsageKey": 2928775, + "scientificName": "Nicotiana pusilla Blanco", + "canonicalName": "Nicotiana pusilla", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana rustica", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 2928775, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7797637, + "acceptedUsageKey": 2928768, + "scientificName": "Nicotiana pusilla L.", + "canonicalName": "Nicotiana pusilla", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana plumbaginifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 2928768, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7662437, + "acceptedUsageKey": 2928768, + "scientificName": "Nicotiana pusilla Moc. & Sessé ex Dunal", + "canonicalName": "Nicotiana pusilla", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana plumbaginifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 2928768, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7299557, + "acceptedUsageKey": 3800667, + "scientificName": "Nicotiana pusilla Sessé & Moc.", + "canonicalName": "Nicotiana pusilla", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana acuminata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 2928781, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana picilla", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 11135370, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana picilla Anonymus", + "usageKey": 11135370, + "key": "Nicotiana picilla", + "confidence": 99 + }, + { + "name": "Nicotiana plumbaginifolia", + "match": { + "usageKey": 2928768, + "scientificName": "Nicotiana plumbaginifolia Viv.", + "canonicalName": "Nicotiana plumbaginifolia", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 12388913, + "acceptedUsageKey": 5580832, + "scientificName": "Nicotiana plumbaginifolia Willd.", + "canonicalName": "Nicotiana plumbaginifolia", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Dunalia", + "species": "Dunalia spinosa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928732, + "speciesKey": 5580832, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8222471, + "acceptedUsageKey": 10418344, + "scientificName": "Nicotiana plumbaginifolia Willd.", + "canonicalName": "Nicotiana plumbaginifolia", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana quadrivalvis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 2928770, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 11105504, + "scientificName": "Nicotiana plumbaginiflora Viv.", + "canonicalName": "Nicotiana plumbaginiflora", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 88, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana plumbaginiflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 11105504, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana plumbaginifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 2928768, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana plumbaginifolia Viv.", + "usageKey": 2928768, + "key": "Nicotiana plumbaginifolia", + "confidence": 97 + }, + { + "name": "Nicotiana africana", + "match": { + "usageKey": 3800624, + "scientificName": "Nicotiana africana Merxm.", + "canonicalName": "Nicotiana africana", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana africana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 3800624, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana africana Merxm.", + "usageKey": 3800624, + "key": "Nicotiana africana", + "confidence": 99 + }, + { + "name": "Nicotiana acaulis", + "match": { + "usageKey": 3803396, + "scientificName": "Nicotiana acaulis Speg.", + "canonicalName": "Nicotiana acaulis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana acaulis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 3803396, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana acaulis Speg.", + "usageKey": 3803396, + "key": "Nicotiana acaulis", + "confidence": 99 + }, + { + "name": "Nicotiana glauca", + "match": { + "usageKey": 2928783, + "scientificName": "Nicotiana glauca Graham", + "canonicalName": "Nicotiana glauca", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana glauca", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 2928783, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana glauca Graham", + "usageKey": 2928783, + "key": "Nicotiana glauca", + "confidence": 99 + }, + { + "name": "Nicotiana noctiflora", + "match": { + "usageKey": 7299600, + "scientificName": "Nicotiana noctiflora Hook.", + "canonicalName": "Nicotiana noctiflora", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana noctiflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 7299600, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana noctiflora Hook.", + "usageKey": 7299600, + "key": "Nicotiana noctiflora", + "confidence": 99 + }, + { + "name": "Nicotiana petunioides", + "match": { + "usageKey": 3799364, + "scientificName": "Nicotiana petunioides (Griseb.) Millán", + "canonicalName": "Nicotiana petunioides", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=3", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8369726, + "scientificName": "Nicotiana petunioides Anastasia", + "canonicalName": "Nicotiana petunioides", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana petunioides", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 8369726, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana petunioides", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 3799364, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana petunioides (Griseb.) Millán", + "usageKey": 3799364, + "key": "Nicotiana petunioides", + "confidence": 98 + }, + { + "name": "Nicotiana forsteri", + "match": { + "usageKey": 3800011, + "scientificName": "Nicotiana forsteri Roem. & Schult.", + "canonicalName": "Nicotiana forsteri", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana forsteri", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 3800011, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana forsteri Roem. & Schult.", + "usageKey": 3800011, + "key": "Nicotiana forsteri", + "confidence": 99 + }, + { + "name": "Nicotiana occidentalis", + "match": { + "usageKey": 7299594, + "scientificName": "Nicotiana occidentalis H.-M.Wheeler", + "canonicalName": "Nicotiana occidentalis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=3", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 11352217, + "scientificName": "Nicotiana occidentalis L.C.Wheeler", + "canonicalName": "Nicotiana occidentalis", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana occidentalis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 11352217, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana occidentalis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 7299594, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana occidentalis H.-M.Wheeler", + "usageKey": 7299594, + "key": "Nicotiana occidentalis", + "confidence": 98 + }, + { + "name": "Nicotiana umbratica", + "match": { + "usageKey": 3798875, + "scientificName": "Nicotiana umbratica N.T.Burb.", + "canonicalName": "Nicotiana umbratica", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana umbratica", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 3798875, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana umbratica N.T.Burb.", + "usageKey": 3798875, + "key": "Nicotiana umbratica", + "confidence": 99 + }, + { + "name": "Nicotiana megalosiphon", + "match": { + "usageKey": 7299624, + "scientificName": "Nicotiana megalosiphon Van Heurck & Müll.Arg.", + "canonicalName": "Nicotiana megalosiphon", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana megalosiphon", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 7299624, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana megalosiphon Van Heurck & Müll.Arg.", + "usageKey": 7299624, + "key": "Nicotiana megalosiphon", + "confidence": 99 + }, + { + "name": "Nicotiana simulans", + "match": { + "usageKey": 3799127, + "scientificName": "Nicotiana simulans N.T.Burb.", + "canonicalName": "Nicotiana simulans", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana simulans", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 3799127, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana simulans N.T.Burb.", + "usageKey": 3799127, + "key": "Nicotiana simulans", + "confidence": 99 + }, + { + "name": "Nicotiana excelsior", + "match": { + "usageKey": 2928757, + "scientificName": "Nicotiana excelsior (J.M.Black) J.M.Black", + "canonicalName": "Nicotiana excelsior", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana excelsior", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 2928757, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana excelsior (J.M.Black) J.M.Black", + "usageKey": 2928757, + "key": "Nicotiana excelsior", + "confidence": 99 + }, + { + "name": "Nicotiana maritima", + "match": { + "usageKey": 3799661, + "scientificName": "Nicotiana maritima H.-M.Wheeler", + "canonicalName": "Nicotiana maritima", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana maritima", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 3799661, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana maritima H.-M.Wheeler", + "usageKey": 3799661, + "key": "Nicotiana maritima", + "confidence": 99 + }, + { + "name": "Nicotiana amplexicaulis", + "match": { + "usageKey": 3800567, + "scientificName": "Nicotiana amplexicaulis N.T.Burb.", + "canonicalName": "Nicotiana amplexicaulis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana amplexicaulis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 3800567, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana amplexicaulis N.T.Burb.", + "usageKey": 3800567, + "key": "Nicotiana amplexicaulis", + "confidence": 99 + }, + { + "name": "Nicotiana exigua", + "match": { + "usageKey": 3800062, + "scientificName": "Nicotiana exigua H.-M.Wheeler", + "canonicalName": "Nicotiana exigua", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana exigua", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 3800062, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana exigua H.-M.Wheeler", + "usageKey": 3800062, + "key": "Nicotiana exigua", + "confidence": 99 + }, + { + "name": "Nicotiana eastii", + "match": { + "usageKey": 3800094, + "scientificName": "Nicotiana eastii Kostov", + "canonicalName": "Nicotiana eastii", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana eastii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 3800094, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana eastii Kostov", + "usageKey": 3800094, + "key": "Nicotiana eastii", + "confidence": 97 + }, + { + "name": "Nicotiana suaveolens", + "match": { + "usageKey": 2928764, + "scientificName": "Nicotiana suaveolens Lehm.", + "canonicalName": "Nicotiana suaveolens", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 9379791, + "acceptedUsageKey": 3800011, + "scientificName": "Nicotiana suaevolens Guillaumin", + "canonicalName": "Nicotiana suaevolens", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana forsteri", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 3800011, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana suaveolens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 2928764, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana suaveolens Lehm.", + "usageKey": 2928764, + "key": "Nicotiana suaveolens", + "confidence": 99 + }, + { + "name": "Nicotiana cavicola", + "match": { + "usageKey": 3800281, + "scientificName": "Nicotiana cavicola N.T.Burb.", + "canonicalName": "Nicotiana cavicola", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana cavicola", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 3800281, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana cavicola N.T.Burb.", + "usageKey": 3800281, + "key": "Nicotiana cavicola", + "confidence": 99 + }, + { + "name": "Nicotiana goodspeedii", + "match": { + "usageKey": 3799915, + "scientificName": "Nicotiana goodspeedii Wheeler", + "canonicalName": "Nicotiana goodspeedii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana goodspeedii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 3799915, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana goodspeedii Wheeler", + "usageKey": 3799915, + "key": "Nicotiana goodspeedii", + "confidence": 99 + }, + { + "name": "Nicotiana gossei", + "match": { + "usageKey": 3799912, + "scientificName": "Nicotiana gossei Domin", + "canonicalName": "Nicotiana gossei", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7390505, + "acceptedUsageKey": 7299540, + "scientificName": "Nicotiana neesii Lehm.", + "canonicalName": "Nicotiana neesii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana rotundifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 7299540, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3799532, + "acceptedUsageKey": 7299540, + "scientificName": "Nicotiana neesii Lehm. ex Nees", + "canonicalName": "Nicotiana neesii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana rotundifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 7299540, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana gossei", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 3799912, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana gossei Domin", + "usageKey": 3799912, + "key": "Nicotiana gossei", + "confidence": 99 + }, + { + "name": "Nicotiana rotundifolia", + "match": { + "usageKey": 7299540, + "scientificName": "Nicotiana rotundifolia Lindl.", + "canonicalName": "Nicotiana rotundifolia", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana rotundifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 7299540, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana rotundifolia Lindl.", + "usageKey": 7299540, + "key": "Nicotiana rotundifolia", + "confidence": 99 + }, + { + "name": "Nicotiana rosulata", + "match": { + "usageKey": 7299545, + "scientificName": "Nicotiana rosulata (S.Moore) Domin", + "canonicalName": "Nicotiana rosulata", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana rosulata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 7299545, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana rosulata (S.Moore) Domin", + "usageKey": 7299545, + "key": "Nicotiana rosulata", + "confidence": 99 + }, + { + "name": "Nicotiana velutina", + "match": { + "usageKey": 3798835, + "scientificName": "Nicotiana velutina H.-M.Wheeler", + "canonicalName": "Nicotiana velutina", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=3", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 12321232, + "scientificName": "Nicotiana velutina L.C.Wheeler", + "canonicalName": "Nicotiana velutina", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana velutina", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 12321232, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicotiana", + "species": "Nicotiana velutina", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928756, + "speciesKey": 3798835, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicotiana velutina H.-M.Wheeler", + "usageKey": 3798835, + "key": "Nicotiana velutina", + "confidence": 98 + }, + { + "name": "Latua pubiflora", + "match": { + "usageKey": 3800827, + "scientificName": "Latua pubiflora (Griseb.) Baill.", + "canonicalName": "Latua pubiflora", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Latua", + "species": "Latua pubiflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299812, + "speciesKey": 3800827, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Latua pubiflora (Griseb.) Baill.", + "usageKey": 3800827, + "key": "Latua pubiflora", + "confidence": 99 + }, + { + "name": "Jaborosa integrifolia", + "match": { + "usageKey": 2932930, + "scientificName": "Jaborosa integrifolia Lam.", + "canonicalName": "Jaborosa integrifolia", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2932931, + "acceptedUsageKey": 2932930, + "scientificName": "Jaborosa intergrifolia Lam.", + "canonicalName": "Jaborosa intergrifolia", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaborosa", + "species": "Jaborosa integrifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932929, + "speciesKey": 2932930, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaborosa", + "species": "Jaborosa integrifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932929, + "speciesKey": 2932930, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Jaborosa integrifolia Lam.", + "usageKey": 2932930, + "key": "Jaborosa integrifolia", + "confidence": 99 + }, + { + "name": "Jaborosa sativa", + "match": { + "usageKey": 3801820, + "scientificName": "Jaborosa sativa (Miers) Hunz. & Barboza", + "canonicalName": "Jaborosa sativa", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaborosa", + "species": "Jaborosa sativa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932929, + "speciesKey": 3801820, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Jaborosa sativa (Miers) Hunz. & Barboza", + "usageKey": 3801820, + "key": "Jaborosa sativa", + "confidence": 99 + }, + { + "name": "Jaborosa squarrosa", + "match": { + "usageKey": 3801801, + "scientificName": "Jaborosa squarrosa (Miers) Hunz. & Barboza", + "canonicalName": "Jaborosa squarrosa", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaborosa", + "species": "Jaborosa squarrosa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932929, + "speciesKey": 3801801, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Jaborosa squarrosa (Miers) Hunz. & Barboza", + "usageKey": 3801801, + "key": "Jaborosa squarrosa", + "confidence": 99 + }, + { + "name": "Atropa belladonna", + "match": { + "usageKey": 3802655, + "scientificName": "Atropa belladonna L.", + "canonicalName": "Atropa belladonna", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Atropa", + "species": "Atropa belladonna", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928892, + "speciesKey": 3802655, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Atropa belladonna L.", + "usageKey": 3802655, + "key": "Atropa belladonna", + "confidence": 99 + }, + { + "name": "Atropa komarovii", + "match": { + "usageKey": 7876215, + "scientificName": "Atropa komarovii Blin. & Shalyt", + "canonicalName": "Atropa komarovii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Atropa", + "species": "Atropa komarovii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928892, + "speciesKey": 7876215, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Atropa komarovii Blin. & Shalyt", + "usageKey": 7876215, + "key": "Atropa komarovii", + "confidence": 99 + }, + { + "name": "Anisodus tanguticus", + "match": { + "usageKey": 7300202, + "scientificName": "Anisodus tanguticus (Maxim.) Pascher", + "canonicalName": "Anisodus tanguticus", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Anisodus", + "species": "Anisodus tanguticus", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299128, + "speciesKey": 7300202, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Anisodus tanguticus (Maxim.) Pascher", + "usageKey": 7300202, + "key": "Anisodus tanguticus", + "confidence": 99 + }, + { + "name": "Anisodus carniolicoides", + "match": { + "usageKey": 3802305, + "scientificName": "Anisodus carniolicoides (C.Y.Wu & C.Chen) D' Arcy & Z.Y.Zhan", + "canonicalName": "Anisodus carniolicoides", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Anisodus", + "species": "Anisodus carniolicoides", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299128, + "speciesKey": 3802305, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Anisodus carniolicoides (C.Y.Wu & C.Chen) D' Arcy & Z.Y.Zhan", + "usageKey": 3802305, + "key": "Anisodus carniolicoides", + "confidence": 99 + }, + { + "name": "Anisodus acutangulus", + "match": { + "usageKey": 7299129, + "scientificName": "Anisodus acutangulus C.Y.Wu & C.Chen", + "canonicalName": "Anisodus acutangulus", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Anisodus", + "species": "Anisodus acutangulus", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299128, + "speciesKey": 7299129, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Anisodus acutangulus C.Y.Wu & C.Chen", + "usageKey": 7299129, + "key": "Anisodus acutangulus", + "confidence": 99 + }, + { + "name": "Anisodus luridus", + "match": { + "usageKey": 7300207, + "acceptedUsageKey": 3803433, + "scientificName": "Anisodus luridus Link", + "canonicalName": "Anisodus luridus", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; 2 synonym homonyms; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 10906269, + "acceptedUsageKey": 3803433, + "scientificName": "Anisodus luridus Link ex Spreng.", + "canonicalName": "Anisodus luridus", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Anisodus", + "species": "Anisodus stramoniifolius", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299128, + "speciesKey": 3803433, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Anisodus", + "species": "Anisodus stramoniifolius", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299128, + "speciesKey": 3803433, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Anisodus luridus Link", + "usageKey": 7300207, + "key": "Anisodus luridus", + "confidence": 97 + }, + { + "name": "Hyoscyamus turcomanicus", + "match": { + "usageKey": 3802474, + "scientificName": "Hyoscyamus turcomanicus Pojark.", + "canonicalName": "Hyoscyamus turcomanicus", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Hyoscyamus", + "species": "Hyoscyamus turcomanicus", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928976, + "speciesKey": 3802474, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Hyoscyamus turcomanicus Pojark.", + "usageKey": 3802474, + "key": "Hyoscyamus turcomanicus", + "confidence": 99 + }, + { + "name": "Hyoscyamus pusillus", + "match": { + "usageKey": 3802521, + "scientificName": "Hyoscyamus pusillus L.", + "canonicalName": "Hyoscyamus pusillus", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Hyoscyamus", + "species": "Hyoscyamus pusillus", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928976, + "speciesKey": 3802521, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Hyoscyamus pusillus L.", + "usageKey": 3802521, + "key": "Hyoscyamus pusillus", + "confidence": 99 + }, + { + "name": "Hyoscyamus albus", + "match": { + "usageKey": 2928979, + "scientificName": "Hyoscyamus albus L.", + "canonicalName": "Hyoscyamus albus", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Hyoscyamus", + "species": "Hyoscyamus albus", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928976, + "speciesKey": 2928979, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Hyoscyamus albus L.", + "usageKey": 2928979, + "key": "Hyoscyamus albus", + "confidence": 99 + }, + { + "name": "Hyoscyamus niger", + "match": { + "usageKey": 2928978, + "scientificName": "Hyoscyamus niger L.", + "canonicalName": "Hyoscyamus niger", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 6451326, + "scientificName": "Hyosciamus niger L.", + "canonicalName": "Hyosciamus niger", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 80, + "note": "Similarity: name=75; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Hyosciamus", + "species": "Hyosciamus niger", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 3802819, + "speciesKey": 6451326, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Hyoscyamus", + "species": "Hyoscyamus niger", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928976, + "speciesKey": 2928978, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Hyoscyamus niger L.", + "usageKey": 2928978, + "key": "Hyoscyamus niger", + "confidence": 99 + }, + { + "name": "Hyoscyamus leptocalyx", + "match": { + "usageKey": 7601296, + "scientificName": "Hyoscyamus leptocalyx Stapf", + "canonicalName": "Hyoscyamus leptocalyx", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=3", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3802650, + "scientificName": "Hyoscyamus leptocalyx Stapf ex Bornm., 1911", + "canonicalName": "Hyoscyamus leptocalyx", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Hyoscyamus", + "species": "Hyoscyamus leptocalyx", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928976, + "speciesKey": 3802650, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Hyoscyamus", + "species": "Hyoscyamus leptocalyx", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928976, + "speciesKey": 7601296, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Hyoscyamus leptocalyx Stapf", + "usageKey": 7601296, + "key": "Hyoscyamus leptocalyx", + "confidence": 98 + }, + { + "name": "Hyoscyamus muticus", + "match": { + "usageKey": 2928977, + "scientificName": "Hyoscyamus muticus L.", + "canonicalName": "Hyoscyamus muticus", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Hyoscyamus", + "species": "Hyoscyamus muticus", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928976, + "speciesKey": 2928977, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Hyoscyamus muticus L.", + "usageKey": 2928977, + "key": "Hyoscyamus muticus", + "confidence": 99 + }, + { + "name": "Hyoscyamus aureus", + "match": { + "usageKey": 7602400, + "scientificName": "Hyoscyamus aureus L.", + "canonicalName": "Hyoscyamus aureus", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3802783, + "acceptedUsageKey": 2928979, + "scientificName": "Hyoscyamus aureus All.", + "canonicalName": "Hyoscyamus aureus", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Hyoscyamus", + "species": "Hyoscyamus albus", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928976, + "speciesKey": 2928979, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Hyoscyamus", + "species": "Hyoscyamus aureus", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928976, + "speciesKey": 7602400, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Hyoscyamus aureus L.", + "usageKey": 7602400, + "key": "Hyoscyamus aureus", + "confidence": 97 + }, + { + "name": "Hyoscyamus desertorum", + "match": { + "usageKey": 3802705, + "scientificName": "Hyoscyamus desertorum (Asch. ex Boiss.) Täckh.", + "canonicalName": "Hyoscyamus desertorum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Hyoscyamus", + "species": "Hyoscyamus desertorum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928976, + "speciesKey": 3802705, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Hyoscyamus desertorum (Asch. ex Boiss.) Täckh.", + "usageKey": 3802705, + "key": "Hyoscyamus desertorum", + "confidence": 99 + }, + { + "name": "Atropanthe sinensis", + "match": { + "usageKey": 3802362, + "scientificName": "Atropanthe sinensis (Hemsl.) Pascher", + "canonicalName": "Atropanthe sinensis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Atropanthe", + "species": "Atropanthe sinensis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7300033, + "speciesKey": 3802362, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Atropanthe sinensis (Hemsl.) Pascher", + "usageKey": 3802362, + "key": "Atropanthe sinensis", + "confidence": 99 + }, + { + "name": "Scopolia japonica", + "match": { + "usageKey": 7299219, + "scientificName": "Scopolia japonica Maxim.", + "canonicalName": "Scopolia japonica", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3797195, + "acceptedUsageKey": 7299219, + "scientificName": "Scopolina japonica (Maxim.) Kuntze", + "canonicalName": "Scopolina japonica", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 79, + "note": "Similarity: name=75; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Scopolia", + "species": "Scopolia japonica", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932921, + "speciesKey": 7299219, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Scopolia", + "species": "Scopolia japonica", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932921, + "speciesKey": 7299219, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Scopolia japonica Maxim.", + "usageKey": 7299219, + "key": "Scopolia japonica", + "confidence": 99 + }, + { + "name": "Scopolia carniolica", + "match": { + "usageKey": 5341850, + "scientificName": "Scopolia carniolica Jacq.", + "canonicalName": "Scopolia carniolica", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3797206, + "acceptedUsageKey": 5341850, + "scientificName": "Scopolina carniolica (Jacq.) Kuntze", + "canonicalName": "Scopolina carniolica", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 79, + "note": "Similarity: name=75; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Scopolia", + "species": "Scopolia carniolica", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932921, + "speciesKey": 5341850, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7630094, + "acceptedUsageKey": 5341850, + "scientificName": "Scopolina carniolica Schur", + "canonicalName": "Scopolina carniolica", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 79, + "note": "Similarity: name=75; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Scopolia", + "species": "Scopolia carniolica", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932921, + "speciesKey": 5341850, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Scopolia", + "species": "Scopolia carniolica", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932921, + "speciesKey": 5341850, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Scopolia carniolica Jacq.", + "usageKey": 5341850, + "key": "Scopolia carniolica", + "confidence": 99 + }, + { + "name": "Scopolia lutescens", + "match": { + "usageKey": 5580809, + "acceptedUsageKey": 7299219, + "scientificName": "Scopolia lutescens Y.N.Lee", + "canonicalName": "Scopolia lutescens", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Scopolia", + "species": "Scopolia japonica", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932921, + "speciesKey": 7299219, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Scopolia lutescens Y.N.Lee", + "usageKey": 5580809, + "key": "Scopolia lutescens", + "confidence": 98 + }, + { + "name": "Scopolia parviflora", + "match": { + "usageKey": 7299206, + "acceptedUsageKey": 7299219, + "scientificName": "Scopolia parviflora (Dunn) Nakai", + "canonicalName": "Scopolia parviflora", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7452584, + "acceptedUsageKey": 7299219, + "scientificName": "Scopola parviflora (Dunn) Nakai", + "canonicalName": "Scopola parviflora", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 79, + "note": "Similarity: name=75; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Scopolia", + "species": "Scopolia japonica", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932921, + "speciesKey": 7299219, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Scopolia", + "species": "Scopolia japonica", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932921, + "speciesKey": 7299219, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Scopolia parviflora (Dunn) Nakai", + "usageKey": 7299206, + "key": "Scopolia parviflora", + "confidence": 98 + }, + { + "name": "Przewalskia tangutica", + "match": { + "usageKey": 5580938, + "scientificName": "Przewalskia tangutica Maxim.", + "canonicalName": "Przewalskia tangutica", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Przewalskia", + "species": "Przewalskia tangutica", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 3234418, + "speciesKey": 5580938, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Przewalskia tangutica Maxim.", + "usageKey": 5580938, + "key": "Przewalskia tangutica", + "confidence": 99 + }, + { + "name": "Physochlaina praealta", + "match": { + "usageKey": 3799821, + "scientificName": "Physochlaina praealta (Decne.) Miers", + "canonicalName": "Physochlaina praealta", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physochlaina", + "species": "Physochlaina praealta", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299647, + "speciesKey": 3799821, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Physochlaina praealta (Decne.) Miers", + "usageKey": 3799821, + "key": "Physochlaina praealta", + "confidence": 99 + }, + { + "name": "Physochlaina infundibularis", + "match": { + "usageKey": 3799846, + "scientificName": "Physochlaina infundibularis Kuang", + "canonicalName": "Physochlaina infundibularis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physochlaina", + "species": "Physochlaina infundibularis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299647, + "speciesKey": 3799846, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Physochlaina infundibularis Kuang", + "usageKey": 3799846, + "key": "Physochlaina infundibularis", + "confidence": 99 + }, + { + "name": "Physochlaina orientalis", + "match": { + "usageKey": 3799830, + "scientificName": "Physochlaina orientalis (M.Bieb.) G.Don", + "canonicalName": "Physochlaina orientalis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physochlaina", + "species": "Physochlaina orientalis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299647, + "speciesKey": 3799830, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Physochlaina orientalis (M.Bieb.) G.Don", + "usageKey": 3799830, + "key": "Physochlaina orientalis", + "confidence": 99 + }, + { + "name": "Physochlaina physaloides", + "match": { + "usageKey": 3799825, + "scientificName": "Physochlaina physaloides (L.) G.Don", + "canonicalName": "Physochlaina physaloides", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8266998, + "acceptedUsageKey": 3799825, + "scientificName": "Physochlaina physaloides (L.) Miers", + "canonicalName": "Physochlaina physaloides", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physochlaina", + "species": "Physochlaina physaloides", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299647, + "speciesKey": 3799825, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physochlaina", + "species": "Physochlaina physaloides", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299647, + "speciesKey": 3799825, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Physochlaina physaloides (L.) G.Don", + "usageKey": 3799825, + "key": "Physochlaina physaloides", + "confidence": 97 + }, + { + "name": "Sclerophylax spinescens", + "match": { + "usageKey": 3797400, + "scientificName": "Sclerophylax spinescens Miers", + "canonicalName": "Sclerophylax spinescens", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Sclerophylax", + "species": "Sclerophylax spinescens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299236, + "speciesKey": 3797400, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Sclerophylax spinescens Miers", + "usageKey": 3797400, + "key": "Sclerophylax spinescens", + "confidence": 99 + }, + { + "name": "Sclerophylax gilliesii", + "match": { + "usageKey": 3797433, + "acceptedUsageKey": 3797492, + "scientificName": "Sclerophylax gilliesii Miers", + "canonicalName": "Sclerophylax gilliesii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Sclerophylax", + "species": "Sclerophylax arnottii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299236, + "speciesKey": 3797492, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Sclerophylax gilliesii Miers", + "usageKey": 3797433, + "key": "Sclerophylax gilliesii", + "confidence": 98 + }, + { + "name": "Sclerophylax adnatifolia", + "match": { + "usageKey": 11290441, + "scientificName": "Sclerophylax adnatifolia DiFulvio", + "canonicalName": "Sclerophylax adnatifolia", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3797495, + "scientificName": "Sclerophylax adnatifolius Di Fulvio", + "canonicalName": "Sclerophylax adnatifolius", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 95, + "note": "Similarity: name=100; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Sclerophylax", + "species": "Sclerophylax adnatifolius", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299236, + "speciesKey": 3797495, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Sclerophylax", + "species": "Sclerophylax adnatifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299236, + "speciesKey": 11290441, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Sclerophylax adnatifolia DiFulvio", + "usageKey": 11290441, + "key": "Sclerophylax adnatifolia", + "confidence": 99 + }, + { + "name": "Sclerophylax sp", + "match": { + "error": true + }, + "key": "Sclerophylax sp" + }, + { + "name": "Nolana sessiliflora", + "match": { + "usageKey": 3797269, + "scientificName": "Nolana sessiliflora Phil.", + "canonicalName": "Nolana sessiliflora", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana sessiliflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3797269, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana sessiliflora Phil.", + "usageKey": 3797269, + "key": "Nolana sessiliflora", + "confidence": 99 + }, + { + "name": "Nolana pterocarpa", + "match": { + "usageKey": 3797418, + "scientificName": "Nolana pterocarpa Phil. ex Wettst.", + "canonicalName": "Nolana pterocarpa", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8677261, + "acceptedUsageKey": 3797418, + "scientificName": "Nolana pterocarpa Phil.", + "canonicalName": "Nolana pterocarpa", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana pterocarpa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3797418, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana pterocarpa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3797418, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana pterocarpa Phil. ex Wettst.", + "usageKey": 3797418, + "key": "Nolana pterocarpa", + "confidence": 97 + }, + { + "name": "Nolana baccata", + "match": { + "usageKey": 3798153, + "scientificName": "Nolana baccata (Lindl.) Dunal", + "canonicalName": "Nolana baccata", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 1343279, + "scientificName": "Nomada baccata Smith, 1844", + "canonicalName": "Nomada baccata", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 70, + "note": "Similarity: name=65; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Animalia", + "phylum": "Arthropoda", + "order": "Hymenoptera", + "family": "Apidae", + "genus": "Nomada", + "species": "Nomada baccata", + "kingdomKey": 1, + "phylumKey": 54, + "classKey": 216, + "orderKey": 1457, + "familyKey": 4334, + "genusKey": 1343230, + "speciesKey": 1343279, + "synonym": false, + "class": "Insecta" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana baccata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3798153, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana baccata (Lindl.) Dunal", + "usageKey": 3798153, + "key": "Nolana baccata", + "confidence": 99 + }, + { + "name": "Nolana parviflora", + "match": { + "usageKey": 3797531, + "scientificName": "Nolana parviflora (Phil.) Phil.", + "canonicalName": "Nolana parviflora", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 11279869, + "acceptedUsageKey": 7299310, + "scientificName": "Nolana parviflora I.M.Johnst.", + "canonicalName": "Nolana parviflora", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana humifusa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 7299310, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3797523, + "acceptedUsageKey": 7299311, + "scientificName": "Nolana parvifolia Phil.", + "canonicalName": "Nolana parvifolia", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana humifusa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 7299310, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2776994, + "scientificName": "Nolina parviflora (Kunth) Hemsl.", + "canonicalName": "Nolina parviflora", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 80, + "note": "Similarity: name=75; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Asparagales", + "family": "Asparagaceae", + "genus": "Nolina", + "species": "Nolina parviflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 196, + "orderKey": 1169, + "familyKey": 7683, + "genusKey": 2776982, + "speciesKey": 2776994, + "synonym": false, + "class": "Liliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana parviflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3797531, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana parviflora (Phil.) Phil.", + "usageKey": 3797531, + "key": "Nolana parviflora", + "confidence": 97 + }, + { + "name": "Nolana elegans", + "match": { + "usageKey": 3797965, + "scientificName": "Nolana elegans (Phil.) Reiche", + "canonicalName": "Nolana elegans", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 11760051, + "scientificName": "Nola elegans Inoue, 1991", + "canonicalName": "Nola elegans", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 85, + "note": "Similarity: name=80; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Animalia", + "phylum": "Arthropoda", + "order": "Lepidoptera", + "family": "Nolidae", + "genus": "Nola", + "species": "Nola elegans", + "kingdomKey": 1, + "phylumKey": 54, + "classKey": 216, + "orderKey": 797, + "familyKey": 9717, + "genusKey": 1801758, + "speciesKey": 11760051, + "synonym": false, + "class": "Insecta" + }, + { + "usageKey": 2777012, + "acceptedUsageKey": 2776994, + "scientificName": "Nolina elegans Rose", + "canonicalName": "Nolina elegans", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 79, + "note": "Similarity: name=75; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Asparagales", + "family": "Asparagaceae", + "genus": "Nolina", + "species": "Nolina parviflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 196, + "orderKey": 1169, + "familyKey": 7683, + "genusKey": 2776982, + "speciesKey": 2776994, + "synonym": true, + "class": "Liliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana elegans", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3797965, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana elegans (Phil.) Reiche", + "usageKey": 3797965, + "key": "Nolana elegans", + "confidence": 99 + }, + { + "name": "Nolana rupicola", + "match": { + "usageKey": 3797345, + "scientificName": "Nolana rupicola Gaudich.", + "canonicalName": "Nolana rupicola", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana rupicola", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3797345, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana rupicola Gaudich.", + "usageKey": 3797345, + "key": "Nolana rupicola", + "confidence": 99 + }, + { + "name": "Nolana acuminata", + "match": { + "usageKey": 3798239, + "scientificName": "Nolana acuminata (Miers) Miers ex Dunal", + "canonicalName": "Nolana acuminata", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8563603, + "acceptedUsageKey": 3798239, + "scientificName": "Nolana acuminata (Miers) Miers", + "canonicalName": "Nolana acuminata", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana acuminata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3798239, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana acuminata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3798239, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana acuminata (Miers) Miers ex Dunal", + "usageKey": 3798239, + "key": "Nolana acuminata", + "confidence": 97 + }, + { + "name": "Nolana paradoxa", + "match": { + "usageKey": 8228776, + "scientificName": "Nolana paradoxa Lindl.", + "canonicalName": "Nolana paradoxa", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8520202, + "acceptedUsageKey": 7299346, + "scientificName": "Nolana paradoxa Bertero", + "canonicalName": "Nolana paradoxa", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana crassulifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 7820387, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7528208, + "acceptedUsageKey": 7299346, + "scientificName": "Nolana paradoxa Bertero ex Dunal", + "canonicalName": "Nolana paradoxa", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana crassulifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 7820387, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7299265, + "acceptedUsageKey": 3797269, + "scientificName": "Nolana paradoxa Hook.", + "canonicalName": "Nolana paradoxa", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana sessiliflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3797269, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana paradoxa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 8228776, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana paradoxa Lindl.", + "usageKey": 8228776, + "key": "Nolana paradoxa", + "confidence": 97 + }, + { + "name": "Nolana coelestis", + "match": { + "usageKey": 3798066, + "scientificName": "Nolana coelestis (Lindl.) Miers ex Dunal", + "canonicalName": "Nolana coelestis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8535948, + "acceptedUsageKey": 3798066, + "scientificName": "Nolana coelestis (Lindl.) Miers", + "canonicalName": "Nolana coelestis", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana coelestis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3798066, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana coelestis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3798066, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana coelestis (Lindl.) Miers ex Dunal", + "usageKey": 3798066, + "key": "Nolana coelestis", + "confidence": 97 + }, + { + "name": "Nolana carnosa", + "match": { + "usageKey": 3798115, + "scientificName": "Nolana carnosa (Lindl.) Miers ex Dunal", + "canonicalName": "Nolana carnosa", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8594048, + "acceptedUsageKey": 3798115, + "scientificName": "Nolana carnosa (Lindl.) Miers", + "canonicalName": "Nolana carnosa", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana carnosa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3798115, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana carnosa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3798115, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana carnosa (Lindl.) Miers ex Dunal", + "usageKey": 3798115, + "key": "Nolana carnosa", + "confidence": 97 + }, + { + "name": "Nolana filifolia", + "match": { + "usageKey": 3797949, + "scientificName": "Nolana filifolia (Hook. & Arn.) I.M.Johnst.", + "canonicalName": "Nolana filifolia", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana filifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3797949, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana filifolia (Hook. & Arn.) I.M.Johnst.", + "usageKey": 3797949, + "key": "Nolana filifolia", + "confidence": 99 + }, + { + "name": "Nolana rostrata", + "match": { + "usageKey": 9119515, + "scientificName": "Nolana rostrata (Lindl.) Miers ex Dunal", + "canonicalName": "Nolana rostrata", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8478260, + "acceptedUsageKey": 9119515, + "scientificName": "Nolana rostrata (Lindl.) Miers", + "canonicalName": "Nolana rostrata", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana rostrata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 9119515, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 1343789, + "scientificName": "Nomada rostrata Herrich-Schäffer, 1839", + "canonicalName": "Nomada rostrata", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 70, + "note": "Similarity: name=65; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Animalia", + "phylum": "Arthropoda", + "order": "Hymenoptera", + "family": "Apidae", + "genus": "Nomada", + "species": "Nomada rostrata", + "kingdomKey": 1, + "phylumKey": 54, + "classKey": 216, + "orderKey": 1457, + "familyKey": 4334, + "genusKey": 1343230, + "speciesKey": 1343789, + "synonym": false, + "class": "Insecta" + }, + { + "usageKey": 12119708, + "acceptedUsageKey": 1343523, + "scientificName": "Nomada rostrata Lepeletier, 1841", + "canonicalName": "Nomada rostrata", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 69, + "note": "Similarity: name=65; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Animalia", + "phylum": "Arthropoda", + "order": "Hymenoptera", + "family": "Apidae", + "genus": "Nomada", + "species": "Nomada armata", + "kingdomKey": 1, + "phylumKey": 54, + "classKey": 216, + "orderKey": 1457, + "familyKey": 4334, + "genusKey": 1343230, + "speciesKey": 1343523, + "synonym": true, + "class": "Insecta" + }, + { + "usageKey": 3797424, + "acceptedUsageKey": 8228776, + "scientificName": "Nolana prostrata Dunal", + "canonicalName": "Nolana prostrata", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana paradoxa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 8228776, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8122787, + "acceptedUsageKey": 7299311, + "scientificName": "Nolana prostrata L.", + "canonicalName": "Nolana prostrata", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana humifusa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 7299310, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 10235235, + "acceptedUsageKey": 8228776, + "scientificName": "Nolana prostrata Miers", + "canonicalName": "Nolana prostrata", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana paradoxa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 8228776, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana rostrata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 9119515, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana rostrata (Lindl.) Miers ex Dunal", + "usageKey": 9119515, + "key": "Nolana rostrata", + "confidence": 97 + }, + { + "name": "Nolana stenophylla", + "match": { + "usageKey": 3797225, + "scientificName": "Nolana stenophylla I.M.Johnst.", + "canonicalName": "Nolana stenophylla", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3797189, + "acceptedUsageKey": 3797204, + "scientificName": "Nolana thinophila I.M.Johnst.", + "canonicalName": "Nolana thinophila", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana tarapacana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 7299193, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana stenophylla", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3797225, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana stenophylla I.M.Johnst.", + "usageKey": 3797225, + "key": "Nolana stenophylla", + "confidence": 99 + }, + { + "name": "Nolana balsamiflua", + "match": { + "usageKey": 3798141, + "scientificName": "Nolana balsamiflua (Gaudich.) Mesa", + "canonicalName": "Nolana balsamiflua", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana balsamiflua", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3798141, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana balsamiflua (Gaudich.) Mesa", + "usageKey": 3798141, + "key": "Nolana balsamiflua", + "confidence": 99 + }, + { + "name": "Nolana linearifolia", + "match": { + "usageKey": 3797667, + "scientificName": "Nolana linearifolia Phil.", + "canonicalName": "Nolana linearifolia", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana linearifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3797667, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana linearifolia Phil.", + "usageKey": 3797667, + "key": "Nolana linearifolia", + "confidence": 99 + }, + { + "name": "Nolana adansonii", + "match": { + "usageKey": 3798232, + "scientificName": "Nolana adansonii (Roem. & Schult.) I.M.Johnst.", + "canonicalName": "Nolana adansonii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana adansonii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3798232, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana adansonii (Roem. & Schult.) I.M.Johnst.", + "usageKey": 3798232, + "key": "Nolana adansonii", + "confidence": 99 + }, + { + "name": "Nolana galapagensis", + "match": { + "usageKey": 3797912, + "scientificName": "Nolana galapagensis (Christoph.) I.M.Johnst.", + "canonicalName": "Nolana galapagensis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana galapagensis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3797912, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana galapagensis (Christoph.) I.M.Johnst.", + "usageKey": 3797912, + "key": "Nolana galapagensis", + "confidence": 99 + }, + { + "name": "Nolana spathulata", + "match": { + "usageKey": 3797257, + "acceptedUsageKey": 3797800, + "scientificName": "Nolana spathulata Ruiz & Pav.", + "canonicalName": "Nolana spathulata", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana humifusa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 7299310, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana spathulata Ruiz & Pav.", + "usageKey": 3797257, + "key": "Nolana spathulata", + "confidence": 98 + }, + { + "name": "Nolana plicata", + "match": { + "usageKey": 3797431, + "acceptedUsageKey": 3797812, + "scientificName": "Nolana plicata I.M.Johnst.", + "canonicalName": "Nolana plicata", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana humifusa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 7299310, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana plicata I.M.Johnst.", + "usageKey": 3797431, + "key": "Nolana plicata", + "confidence": 98 + }, + { + "name": "Nolana willeana", + "match": { + "usageKey": 3797095, + "acceptedUsageKey": 3797812, + "scientificName": "Nolana willeana Ferreyra", + "canonicalName": "Nolana willeana", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana humifusa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 7299310, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana willeana Ferreyra", + "usageKey": 3797095, + "key": "Nolana willeana", + "confidence": 98 + }, + { + "name": "Nolana inflata", + "match": { + "usageKey": 3797777, + "scientificName": "Nolana inflata Ruiz & Pav.", + "canonicalName": "Nolana inflata", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana inflata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3797777, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana inflata Ruiz & Pav.", + "usageKey": 3797777, + "key": "Nolana inflata", + "confidence": 99 + }, + { + "name": "Nolana weissiana", + "match": { + "usageKey": 3797116, + "acceptedUsageKey": 3797777, + "scientificName": "Nolana weissiana Ferreyra", + "canonicalName": "Nolana weissiana", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana inflata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3797777, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana weissiana Ferreyra", + "usageKey": 3797116, + "key": "Nolana weissiana", + "confidence": 98 + }, + { + "name": "Nolana urubambae", + "match": { + "usageKey": 3797150, + "acceptedUsageKey": 7299311, + "scientificName": "Nolana urubambae Vargas", + "canonicalName": "Nolana urubambae", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana humifusa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 7299310, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana urubambae Vargas", + "usageKey": 3797150, + "key": "Nolana urubambae", + "confidence": 98 + }, + { + "name": "Nolana aticoana", + "match": { + "usageKey": 3798175, + "acceptedUsageKey": 3797812, + "scientificName": "Nolana aticoana Ferreyra", + "canonicalName": "Nolana aticoana", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana humifusa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 7299310, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana aticoana Ferreyra", + "usageKey": 3798175, + "key": "Nolana aticoana", + "confidence": 98 + }, + { + "name": "Nolana humifusa", + "match": { + "usageKey": 7299310, + "scientificName": "Nolana humifusa (Gouan) I.M.Johnst.", + "canonicalName": "Nolana humifusa", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana humifusa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 7299310, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana humifusa (Gouan) I.M.Johnst.", + "usageKey": 7299310, + "key": "Nolana humifusa", + "confidence": 99 + }, + { + "name": "Nolana lezamae", + "match": { + "usageKey": 8406162, + "scientificName": "Nolana lezamae M.O.Dillon, S.Leiva & Quip.", + "canonicalName": "Nolana lezamae", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana lezamae", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 8406162, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana lezamae M.O.Dillon, S.Leiva & Quip.", + "usageKey": 8406162, + "key": "Nolana lezamae", + "confidence": 99 + }, + { + "name": "Nolana chancoana", + "match": { + "usageKey": 7802184, + "scientificName": "Nolana chancoana M.O.Dillon & Quip.", + "canonicalName": "Nolana chancoana", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana chancoana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 7802184, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana chancoana M.O.Dillon & Quip.", + "usageKey": 7802184, + "key": "Nolana chancoana", + "confidence": 99 + }, + { + "name": "Nolana chapiensis", + "match": { + "usageKey": 8174077, + "scientificName": "Nolana chapiensis M.O.Dillon & Quip.", + "canonicalName": "Nolana chapiensis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana chapiensis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 8174077, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana chapiensis M.O.Dillon & Quip.", + "usageKey": 8174077, + "key": "Nolana chapiensis", + "confidence": 99 + }, + { + "name": "Nolana scaposa", + "match": { + "usageKey": 3797323, + "scientificName": "Nolana scaposa Ferreyra", + "canonicalName": "Nolana scaposa", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana scaposa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3797323, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana scaposa Ferreyra", + "usageKey": 3797323, + "key": "Nolana scaposa", + "confidence": 99 + }, + { + "name": "Nolana coronata", + "match": { + "usageKey": 3798048, + "acceptedUsageKey": 7299311, + "scientificName": "Nolana coronata Ruiz & Pav.", + "canonicalName": "Nolana coronata", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3798052, + "acceptedUsageKey": 3798232, + "scientificName": "Nolana cordata (J.Rémy) Dunal", + "canonicalName": "Nolana cordata", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana adansonii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3798232, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 1343231, + "scientificName": "Nomada coronata Pérez, 1896", + "canonicalName": "Nomada coronata", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 70, + "note": "Similarity: name=65; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Animalia", + "phylum": "Arthropoda", + "order": "Hymenoptera", + "family": "Apidae", + "genus": "Nomada", + "species": "Nomada coronata", + "kingdomKey": 1, + "phylumKey": 54, + "classKey": 216, + "orderKey": 1457, + "familyKey": 4334, + "genusKey": 1343230, + "speciesKey": 1343231, + "synonym": false, + "class": "Insecta" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana humifusa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 7299310, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana coronata Ruiz & Pav.", + "usageKey": 3798048, + "key": "Nolana coronata", + "confidence": 98 + }, + { + "name": "Nolana laxa", + "match": { + "usageKey": 3797714, + "scientificName": "Nolana laxa (Miers) I.M.Johnst.", + "canonicalName": "Nolana laxa", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3798225, + "acceptedUsageKey": 8228776, + "scientificName": "Nolana alba Phil.", + "canonicalName": "Nolana alba", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana paradoxa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 8228776, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana laxa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3797714, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana laxa (Miers) I.M.Johnst.", + "usageKey": 3797714, + "key": "Nolana laxa", + "confidence": 99 + }, + { + "name": "Nolana tarapacana", + "match": { + "usageKey": 7299193, + "scientificName": "Nolana tarapacana (Phil.) I.M.Johnst.", + "canonicalName": "Nolana tarapacana", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana tarapacana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 7299193, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana tarapacana (Phil.) I.M.Johnst.", + "usageKey": 7299193, + "key": "Nolana tarapacana", + "confidence": 99 + }, + { + "name": "Nolana gayana", + "match": { + "usageKey": 3797894, + "scientificName": "Nolana gayana (Gaudich.) I.M.Johnst.", + "canonicalName": "Nolana gayana", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8415011, + "acceptedUsageKey": 3797894, + "scientificName": "Nolana gayana (Gaudich.) Koch", + "canonicalName": "Nolana gayana", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana gayana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3797894, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana gayana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3797894, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana gayana (Gaudich.) I.M.Johnst.", + "usageKey": 3797894, + "key": "Nolana gayana", + "confidence": 97 + }, + { + "name": "Nolana arequipensis", + "match": { + "usageKey": 7493102, + "scientificName": "Nolana arequipensis M.O.Dillon & Quip.", + "canonicalName": "Nolana arequipensis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana arequipensis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 7493102, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana arequipensis M.O.Dillon & Quip.", + "usageKey": 7493102, + "key": "Nolana arequipensis", + "confidence": 99 + }, + { + "name": "Nolana tomentella", + "match": { + "usageKey": 3797169, + "acceptedUsageKey": 3797812, + "scientificName": "Nolana tomentella Ferreyra", + "canonicalName": "Nolana tomentella", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana humifusa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 7299310, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana tomentella Ferreyra", + "usageKey": 3797169, + "key": "Nolana tomentella", + "confidence": 98 + }, + { + "name": "Nolana lycioides", + "match": { + "usageKey": 3797647, + "scientificName": "Nolana lycioides I.M.Johnst.", + "canonicalName": "Nolana lycioides", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana lycioides", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3797647, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana lycioides I.M.Johnst.", + "usageKey": 3797647, + "key": "Nolana lycioides", + "confidence": 99 + }, + { + "name": "Nolana pallida", + "match": { + "usageKey": 3797582, + "acceptedUsageKey": 3798023, + "scientificName": "Nolana pallida I.M.Johnst.", + "canonicalName": "Nolana pallida", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3797574, + "acceptedUsageKey": 3797800, + "scientificName": "Nolana pallidula I.M.Johnst.", + "canonicalName": "Nolana pallidula", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana humifusa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 7299310, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 12068267, + "acceptedUsageKey": 4534782, + "scientificName": "Nola pallida Lempke, 1951", + "canonicalName": "Nola pallida", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 84, + "note": "Similarity: name=80; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Animalia", + "phylum": "Arthropoda", + "order": "Lepidoptera", + "family": "Nolidae", + "genus": "Nola", + "species": "Nola confusalis", + "kingdomKey": 1, + "phylumKey": 54, + "classKey": 216, + "orderKey": 797, + "familyKey": 9717, + "genusKey": 1801758, + "speciesKey": 4534782, + "synonym": true, + "class": "Insecta" + }, + { + "usageKey": 11337458, + "acceptedUsageKey": 2030229, + "scientificName": "Nollia pallida (Linnavuori & DeLong, 1977)", + "canonicalName": "Nollia pallida", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 69, + "note": "Similarity: name=65; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Animalia", + "phylum": "Arthropoda", + "order": "Hemiptera", + "family": "Cicadellidae", + "genus": "Lonnia", + "species": "Lonnia pallida", + "kingdomKey": 1, + "phylumKey": 54, + "classKey": 216, + "orderKey": 809, + "familyKey": 9647, + "genusKey": 2030227, + "speciesKey": 2030229, + "synonym": true, + "class": "Insecta" + }, + { + "usageKey": 2143732, + "scientificName": "Neolana pallida Forster & Wilton, 1973", + "canonicalName": "Neolana pallida", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Animalia", + "phylum": "Arthropoda", + "order": "Araneae", + "family": "Stiphidiidae", + "genus": "Neolana", + "species": "Neolana pallida", + "kingdomKey": 1, + "phylumKey": 54, + "classKey": 367, + "orderKey": 1496, + "familyKey": 9578, + "genusKey": 2143730, + "speciesKey": 2143732, + "synonym": false, + "class": "Arachnida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana crassulifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 7820387, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana pallida I.M.Johnst.", + "usageKey": 3797582, + "key": "Nolana pallida", + "confidence": 98 + }, + { + "name": "Nolana confinis", + "match": { + "usageKey": 3798058, + "acceptedUsageKey": 3797647, + "scientificName": "Nolana confinis (I.M.Johnst.) I.M.Johnst.", + "canonicalName": "Nolana confinis", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 1343364, + "scientificName": "Nomada confinis Schmiedeknecht, 1882", + "canonicalName": "Nomada confinis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 70, + "note": "Similarity: name=65; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Animalia", + "phylum": "Arthropoda", + "order": "Hymenoptera", + "family": "Apidae", + "genus": "Nomada", + "species": "Nomada confinis", + "kingdomKey": 1, + "phylumKey": 54, + "classKey": 216, + "orderKey": 1457, + "familyKey": 4334, + "genusKey": 1343230, + "speciesKey": 1343364, + "synonym": false, + "class": "Insecta" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana lycioides", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3797647, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana confinis (I.M.Johnst.) I.M.Johnst.", + "usageKey": 3798058, + "key": "Nolana confinis", + "confidence": 98 + }, + { + "name": "Nolana johnstonii", + "match": { + "usageKey": 3797731, + "acceptedUsageKey": 3797714, + "scientificName": "Nolana johnstonii Vargas", + "canonicalName": "Nolana johnstonii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana laxa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3797714, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana johnstonii Vargas", + "usageKey": 3797731, + "key": "Nolana johnstonii", + "confidence": 98 + }, + { + "name": "Nolana cerrateana", + "match": { + "usageKey": 3798087, + "acceptedUsageKey": 3798023, + "scientificName": "Nolana cerrateana Ferreyra", + "canonicalName": "Nolana cerrateana", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana crassulifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 7820387, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana cerrateana Ferreyra", + "usageKey": 3798087, + "key": "Nolana cerrateana", + "confidence": 98 + }, + { + "name": "Nolana pilosa", + "match": { + "usageKey": 3797451, + "acceptedUsageKey": 3798023, + "scientificName": "Nolana pilosa I.M.Johnst.", + "canonicalName": "Nolana pilosa", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3797141, + "scientificName": "Nolana villosa (Phil.) I.M.Johnst.", + "canonicalName": "Nolana villosa", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana villosa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3797141, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana crassulifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 7820387, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana pilosa I.M.Johnst.", + "usageKey": 3797451, + "key": "Nolana pilosa", + "confidence": 98 + }, + { + "name": "Nolana volcanica", + "match": { + "usageKey": 3797134, + "acceptedUsageKey": 3797647, + "scientificName": "Nolana volcanica Ferreyra", + "canonicalName": "Nolana volcanica", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana lycioides", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3797647, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana volcanica Ferreyra", + "usageKey": 3797134, + "key": "Nolana volcanica", + "confidence": 98 + }, + { + "name": "Nolana intonsa", + "match": { + "usageKey": 3797761, + "scientificName": "Nolana intonsa I.M.Johnst.", + "canonicalName": "Nolana intonsa", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana intonsa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3797761, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana intonsa I.M.Johnst.", + "usageKey": 3797761, + "key": "Nolana intonsa", + "confidence": 99 + }, + { + "name": "Nolana thinophila", + "match": { + "usageKey": 3797189, + "acceptedUsageKey": 3797204, + "scientificName": "Nolana thinophila I.M.Johnst.", + "canonicalName": "Nolana thinophila", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3797225, + "scientificName": "Nolana stenophylla I.M.Johnst.", + "canonicalName": "Nolana stenophylla", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana stenophylla", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3797225, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana tarapacana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 7299193, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana thinophila I.M.Johnst.", + "usageKey": 3797189, + "key": "Nolana thinophila", + "confidence": 98 + }, + { + "name": "Nolana crassulifolia", + "match": { + "usageKey": 7820387, + "scientificName": "Nolana crassulifolia Kunze ex Walp.", + "canonicalName": "Nolana crassulifolia", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8456711, + "acceptedUsageKey": 7820387, + "scientificName": "Nolana crassulifolia Kunze", + "canonicalName": "Nolana crassulifolia", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana crassulifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 7820387, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7299345, + "acceptedUsageKey": 7299346, + "scientificName": "Nolana crassulifolia Poepp.", + "canonicalName": "Nolana crassulifolia", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana crassulifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 7820387, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8656713, + "acceptedUsageKey": 7299346, + "scientificName": "Nolana crassifolia Poepp.", + "canonicalName": "Nolana crassifolia", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana crassulifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 7820387, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3798044, + "acceptedUsageKey": 7299346, + "scientificName": "Nolana crassifolia Poepp. ex Kuntze", + "canonicalName": "Nolana crassifolia", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana crassulifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 7820387, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana crassulifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 7820387, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana crassulifolia Kunze ex Walp.", + "usageKey": 7820387, + "key": "Nolana crassulifolia", + "confidence": 97 + }, + { + "name": "Nolana werdermannii", + "match": { + "usageKey": 3797106, + "scientificName": "Nolana werdermannii I.M.Johnst.", + "canonicalName": "Nolana werdermannii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=3", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8303046, + "scientificName": "Nolana werdermannii L M.Johnston", + "canonicalName": "Nolana werdermannii", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana werdermannii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 8303046, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana werdermannii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3797106, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana werdermannii I.M.Johnst.", + "usageKey": 3797106, + "key": "Nolana werdermannii", + "confidence": 98 + }, + { + "name": "Nolana divaricata", + "match": { + "usageKey": 3797978, + "scientificName": "Nolana divaricata (Lindl.) I.M.Johnst.", + "canonicalName": "Nolana divaricata", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana divaricata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3797978, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana divaricata (Lindl.) I.M.Johnst.", + "usageKey": 3797978, + "key": "Nolana divaricata", + "confidence": 99 + }, + { + "name": "Nolana incana", + "match": { + "usageKey": 3797790, + "scientificName": "Nolana incana (Phil.) I.M.Johnst.", + "canonicalName": "Nolana incana", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 11461030, + "scientificName": "Nola incana Saalmüller, 1884", + "canonicalName": "Nola incana", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 85, + "note": "Similarity: name=80; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Animalia", + "phylum": "Arthropoda", + "order": "Lepidoptera", + "family": "Nolidae", + "genus": "Nola", + "species": "Nola incana", + "kingdomKey": 1, + "phylumKey": 54, + "classKey": 216, + "orderKey": 797, + "familyKey": 9717, + "genusKey": 1801758, + "speciesKey": 11461030, + "synonym": false, + "class": "Insecta" + }, + { + "usageKey": 12343971, + "acceptedUsageKey": 8842718, + "scientificName": "Nolanea incana (Fr.) Fayod", + "canonicalName": "Nolanea incana", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 79, + "note": "Similarity: name=75; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Fungi", + "phylum": "Basidiomycota", + "order": "Agaricales", + "family": "Entolomataceae", + "genus": "Entoloma", + "species": "Entoloma incanum", + "kingdomKey": 5, + "phylumKey": 34, + "classKey": 186, + "orderKey": 1499, + "familyKey": 4174, + "genusKey": 2530002, + "speciesKey": 8842718, + "synonym": true, + "class": "Agaricomycetes" + }, + { + "usageKey": 7713460, + "scientificName": "Nolana onoana M.O.Dillon & M.Nakaz.", + "canonicalName": "Nolana onoana", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana onoana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 7713460, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana incana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3797790, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana incana (Phil.) I.M.Johnst.", + "usageKey": 3797790, + "key": "Nolana incana", + "confidence": 99 + }, + { + "name": "Nolana diffusa", + "match": { + "usageKey": 3797990, + "scientificName": "Nolana diffusa I.M.Johnst.", + "canonicalName": "Nolana diffusa", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana diffusa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3797990, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana diffusa I.M.Johnst.", + "usageKey": 3797990, + "key": "Nolana diffusa", + "confidence": 99 + }, + { + "name": "Nolana tocopillensis", + "match": { + "usageKey": 3797179, + "scientificName": "Nolana tocopillensis (I.M.Johnst.) I.M.Johnst.", + "canonicalName": "Nolana tocopillensis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana tocopillensis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3797179, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana tocopillensis (I.M.Johnst.) I.M.Johnst.", + "usageKey": 3797179, + "key": "Nolana tocopillensis", + "confidence": 99 + }, + { + "name": "Nolana aplocaryoides", + "match": { + "usageKey": 3798191, + "scientificName": "Nolana aplocaryoides (Gaudich.) I.M.Johnst.", + "canonicalName": "Nolana aplocaryoides", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana aplocaryoides", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3798191, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana aplocaryoides (Gaudich.) I.M.Johnst.", + "usageKey": 3798191, + "key": "Nolana aplocaryoides", + "confidence": 99 + }, + { + "name": "Nolana peruviana", + "match": { + "usageKey": 7299255, + "scientificName": "Nolana peruviana (Gaudich.) I.M.Johnst.", + "canonicalName": "Nolana peruviana", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana peruviana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 7299255, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana peruviana (Gaudich.) I.M.Johnst.", + "usageKey": 7299255, + "key": "Nolana peruviana", + "confidence": 99 + }, + { + "name": "Nolana onoana", + "match": { + "usageKey": 7713460, + "scientificName": "Nolana onoana M.O.Dillon & M.Nakaz.", + "canonicalName": "Nolana onoana", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3797790, + "scientificName": "Nolana incana (Phil.) I.M.Johnst.", + "canonicalName": "Nolana incana", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana incana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3797790, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana onoana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 7713460, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana onoana M.O.Dillon & M.Nakaz.", + "usageKey": 7713460, + "key": "Nolana onoana", + "confidence": 99 + }, + { + "name": "Nolana sphaerophylla", + "match": { + "usageKey": 3797241, + "scientificName": "Nolana sphaerophylla (Phil.) Mesa ex M.O.Dillon", + "canonicalName": "Nolana sphaerophylla", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8515567, + "acceptedUsageKey": 3797241, + "scientificName": "Nolana sphaerophylla (Phil.) Mesa", + "canonicalName": "Nolana sphaerophylla", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana sphaerophylla", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3797241, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana sphaerophylla", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3797241, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana sphaerophylla (Phil.) Mesa ex M.O.Dillon", + "usageKey": 3797241, + "key": "Nolana sphaerophylla", + "confidence": 97 + }, + { + "name": "Nolana clivicola", + "match": { + "usageKey": 3798070, + "scientificName": "Nolana clivicola (I.M.Johnst.) I.M.Johnst.", + "canonicalName": "Nolana clivicola", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana clivicola", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3798070, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana clivicola (I.M.Johnst.) I.M.Johnst.", + "usageKey": 3798070, + "key": "Nolana clivicola", + "confidence": 99 + }, + { + "name": "Nolana ramosissima", + "match": { + "usageKey": 3797397, + "scientificName": "Nolana ramosissima I.M.Johnst.", + "canonicalName": "Nolana ramosissima", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana ramosissima", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3797397, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana ramosissima I.M.Johnst.", + "usageKey": 3797397, + "key": "Nolana ramosissima", + "confidence": 99 + }, + { + "name": "Nolana salsoloides", + "match": { + "usageKey": 3797336, + "scientificName": "Nolana salsoloides (Lindl.) I.M.Johnst.", + "canonicalName": "Nolana salsoloides", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana salsoloides", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3797336, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana salsoloides (Lindl.) I.M.Johnst.", + "usageKey": 3797336, + "key": "Nolana salsoloides", + "confidence": 99 + }, + { + "name": "Nolana sedifolia", + "match": { + "usageKey": 7299211, + "scientificName": "Nolana sedifolia Poepp.", + "canonicalName": "Nolana sedifolia", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8661077, + "acceptedUsageKey": 7707967, + "scientificName": "Nolana sedifolia Kunze", + "canonicalName": "Nolana sedifolia", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana sedifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 7707967, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7707967, + "scientificName": "Nolana sedifolia Kunze ex Walp.", + "canonicalName": "Nolana sedifolia", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana sedifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 7707967, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana sedifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 7299211, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana sedifolia Poepp.", + "usageKey": 7299211, + "key": "Nolana sedifolia", + "confidence": 97 + }, + { + "name": "Nolana albescens", + "match": { + "usageKey": 3798216, + "scientificName": "Nolana albescens (Phil.) I.M.Johnst.", + "canonicalName": "Nolana albescens", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 1801910, + "scientificName": "Nola albescens Bethune-Baker, 1908", + "canonicalName": "Nola albescens", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 85, + "note": "Similarity: name=80; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Animalia", + "phylum": "Arthropoda", + "order": "Lepidoptera", + "family": "Nolidae", + "genus": "Nola", + "species": "Nola albescens", + "kingdomKey": 1, + "phylumKey": 54, + "classKey": 216, + "orderKey": 797, + "familyKey": 9717, + "genusKey": 1801758, + "speciesKey": 1801910, + "synonym": false, + "class": "Insecta" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana albescens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3798216, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana albescens (Phil.) I.M.Johnst.", + "usageKey": 3798216, + "key": "Nolana albescens", + "confidence": 99 + }, + { + "name": "Nolana flaccida", + "match": { + "usageKey": 3797939, + "acceptedUsageKey": 3797241, + "scientificName": "Nolana flaccida (Phil.) I.M.Johnst.", + "canonicalName": "Nolana flaccida", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3270862, + "acceptedUsageKey": 3345872, + "scientificName": "Nolanea flavida (Peck) Largent", + "canonicalName": "Nolanea flavida", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 74, + "note": "Similarity: name=70; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Fungi", + "phylum": "Basidiomycota", + "order": "Agaricales", + "family": "Entolomataceae", + "genus": "Entoloma", + "species": "Entoloma flavoides", + "kingdomKey": 5, + "phylumKey": 34, + "classKey": 186, + "orderKey": 1499, + "familyKey": 4174, + "genusKey": 2530002, + "speciesKey": 3345872, + "synonym": true, + "class": "Agaricomycetes" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana sphaerophylla", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3797241, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana flaccida (Phil.) I.M.Johnst.", + "usageKey": 3797939, + "key": "Nolana flaccida", + "confidence": 98 + }, + { + "name": "Nolana mollis", + "match": { + "usageKey": 3797625, + "scientificName": "Nolana mollis (Phil.) I.M.Johnst.", + "canonicalName": "Nolana mollis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana mollis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3797625, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana mollis (Phil.) I.M.Johnst.", + "usageKey": 3797625, + "key": "Nolana mollis", + "confidence": 99 + }, + { + "name": "Nolana leptophylla", + "match": { + "usageKey": 7299290, + "scientificName": "Nolana leptophylla (Miers) I.M.Johnst.", + "canonicalName": "Nolana leptophylla", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3797701, + "acceptedUsageKey": 9119515, + "scientificName": "Nolana lepidophylla (Phil.) I.M.Johnst.", + "canonicalName": "Nolana lepidophylla", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana rostrata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 9119515, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana leptophylla", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 7299290, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana leptophylla (Miers) I.M.Johnst.", + "usageKey": 7299290, + "key": "Nolana leptophylla", + "confidence": 99 + }, + { + "name": "Nolana villosa", + "match": { + "usageKey": 3797141, + "scientificName": "Nolana villosa (Phil.) I.M.Johnst.", + "canonicalName": "Nolana villosa", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 1343495, + "scientificName": "Nomada villosa Thomson, 1870", + "canonicalName": "Nomada villosa", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 70, + "note": "Similarity: name=65; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Animalia", + "phylum": "Arthropoda", + "order": "Hymenoptera", + "family": "Apidae", + "genus": "Nomada", + "species": "Nomada villosa", + "kingdomKey": 1, + "phylumKey": 54, + "classKey": 216, + "orderKey": 1457, + "familyKey": 4334, + "genusKey": 1343230, + "speciesKey": 1343495, + "synonym": false, + "class": "Insecta" + }, + { + "usageKey": 3797451, + "acceptedUsageKey": 3798023, + "scientificName": "Nolana pilosa I.M.Johnst.", + "canonicalName": "Nolana pilosa", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana crassulifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 7820387, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nolana", + "species": "Nolana villosa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299182, + "speciesKey": 3797141, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nolana villosa (Phil.) I.M.Johnst.", + "usageKey": 3797141, + "key": "Nolana villosa", + "confidence": 99 + }, + { + "name": "Lycium tetrandrum", + "match": { + "usageKey": 3802390, + "scientificName": "Lycium tetrandrum Thunb.", + "canonicalName": "Lycium tetrandrum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium tetrandrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3802390, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium tetrandrum Thunb.", + "usageKey": 3802390, + "key": "Lycium tetrandrum", + "confidence": 99 + }, + { + "name": "Lycium acutifolium", + "match": { + "usageKey": 7375125, + "scientificName": "Lycium acutifolium E.Mey. ex Dunal", + "canonicalName": "Lycium acutifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=3", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3798526, + "scientificName": "Lycium acutifolium E.Mey.", + "canonicalName": "Lycium acutifolium", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium acutifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3798526, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium acutifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 7375125, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium acutifolium E.Mey. ex Dunal", + "usageKey": 7375125, + "key": "Lycium acutifolium", + "confidence": 98 + }, + { + "name": "Lycium bosciifolium", + "match": { + "usageKey": 3798235, + "scientificName": "Lycium bosciifolium Schinz", + "canonicalName": "Lycium bosciifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium bosciifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3798235, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium bosciifolium Schinz", + "usageKey": 3798235, + "key": "Lycium bosciifolium", + "confidence": 99 + }, + { + "name": "Lycium hirsutum", + "match": { + "usageKey": 3796964, + "scientificName": "Lycium hirsutum Dunal", + "canonicalName": "Lycium hirsutum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3893207, + "acceptedUsageKey": 2926684, + "scientificName": "Lamium hirsutum Lam.", + "canonicalName": "Lamium hirsutum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Lamiales", + "family": "Lamiaceae", + "genus": "Lamium", + "species": "Lamium maculatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 408, + "familyKey": 2497, + "genusKey": 2926678, + "speciesKey": 2926684, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2753150, + "acceptedUsageKey": 2753147, + "scientificName": "Lilium hirsutum Mill.", + "canonicalName": "Lilium hirsutum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Liliales", + "family": "Liliaceae", + "genus": "Lilium", + "species": "Lilium martagon", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 196, + "orderKey": 1172, + "familyKey": 7699, + "genusKey": 2752977, + "speciesKey": 2753146, + "synonym": true, + "class": "Liliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium hirsutum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3796964, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium hirsutum Dunal", + "usageKey": 3796964, + "key": "Lycium hirsutum", + "confidence": 99 + }, + { + "name": "Lycium villosum", + "match": { + "usageKey": 3802261, + "scientificName": "Lycium villosum Schinz", + "canonicalName": "Lycium villosum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 4998212, + "scientificName": "Lyctus villosus Lesne, 1911", + "canonicalName": "Lyctus villosus", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 70, + "note": "Similarity: name=65; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Animalia", + "phylum": "Arthropoda", + "order": "Coleoptera", + "family": "Bostrichidae", + "genus": "Lyctus", + "species": "Lyctus villosus", + "kingdomKey": 1, + "phylumKey": 54, + "classKey": 216, + "orderKey": 1470, + "familyKey": 7773, + "genusKey": 1095727, + "speciesKey": 4998212, + "synonym": false, + "class": "Insecta" + }, + { + "usageKey": 3802952, + "acceptedUsageKey": 3796964, + "scientificName": "Lycium pilosum Dammer", + "canonicalName": "Lycium pilosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium hirsutum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3796964, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3802288, + "acceptedUsageKey": 8141744, + "scientificName": "Lycium venosum Phil.", + "canonicalName": "Lycium venosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium chilense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 7299315, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2753177, + "acceptedUsageKey": 2753147, + "scientificName": "Lilium villosum Cavara", + "canonicalName": "Lilium villosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Liliales", + "family": "Liliaceae", + "genus": "Lilium", + "species": "Lilium martagon", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 196, + "orderKey": 1172, + "familyKey": 7699, + "genusKey": 2752977, + "speciesKey": 2753146, + "synonym": true, + "class": "Liliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium villosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3802261, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium villosum Schinz", + "usageKey": 3802261, + "key": "Lycium villosum", + "confidence": 99 + }, + { + "name": "Lycium eenii", + "match": { + "usageKey": 3797515, + "scientificName": "Lycium eenii S.Moore", + "canonicalName": "Lycium eenii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium eenii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3797515, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium eenii S.Moore", + "usageKey": 3797515, + "key": "Lycium eenii", + "confidence": 99 + }, + { + "name": "Lycium schweinfurthii", + "match": { + "usageKey": 3802651, + "scientificName": "Lycium schweinfurthii Dammer", + "canonicalName": "Lycium schweinfurthii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium schweinfurthii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3802651, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium schweinfurthii Dammer", + "usageKey": 3802651, + "key": "Lycium schweinfurthii", + "confidence": 99 + }, + { + "name": "Lycium shawii", + "match": { + "usageKey": 7300058, + "scientificName": "Lycium shawii Roem. & Schult.", + "canonicalName": "Lycium shawii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2928826, + "acceptedUsageKey": 2928828, + "scientificName": "Lycium hassei Greene", + "canonicalName": "Lycium hassei", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium brevipes", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 2928825, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3802517, + "acceptedUsageKey": 8141744, + "scientificName": "Lycium sparrei F.A.Barkley", + "canonicalName": "Lycium sparrei", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium chilense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 7299315, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium shawii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 7300058, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium shawii Roem. & Schult.", + "usageKey": 7300058, + "key": "Lycium shawii", + "confidence": 99 + }, + { + "name": "Lycium depressum", + "match": { + "usageKey": 6402165, + "scientificName": "Lycium depressum Stocks", + "canonicalName": "Lycium depressum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 6989906, + "acceptedUsageKey": 5748831, + "scientificName": "Lyctus depressus Fabricius, 1792", + "canonicalName": "Lyctus depressus", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 69, + "note": "Similarity: name=65; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Animalia", + "phylum": "Arthropoda", + "order": "Coleoptera", + "family": "Monotomidae", + "genus": "Rhizophagus", + "species": "Rhizophagus depressus", + "kingdomKey": 1, + "phylumKey": 54, + "classKey": 216, + "orderKey": 1470, + "familyKey": 4745, + "genusKey": 1042814, + "speciesKey": 5748831, + "synonym": true, + "class": "Insecta" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium depressum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 6402165, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium depressum Stocks", + "usageKey": 6402165, + "key": "Lycium depressum", + "confidence": 99 + }, + { + "name": "Lycium europaeum", + "match": { + "usageKey": 3797421, + "scientificName": "Lycium europaeum L.", + "canonicalName": "Lycium europaeum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8475748, + "acceptedUsageKey": 2928809, + "scientificName": "Lycium europaeum Mérat", + "canonicalName": "Lycium europaeum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium chinense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 2928809, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7636161, + "acceptedUsageKey": 2928809, + "scientificName": "Lycium europaeum Mérat ex Dunal", + "canonicalName": "Lycium europaeum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium chinense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 2928809, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7659567, + "scientificName": "Lycium europaeum Gouan, 1762", + "canonicalName": "Lycium europaeum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium europaeum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 7659567, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium europaeum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3797421, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium europaeum L.", + "usageKey": 3797421, + "key": "Lycium europaeum", + "confidence": 97 + }, + { + "name": "Lycium ruthenicum", + "match": { + "usageKey": 3802772, + "scientificName": "Lycium ruthenicum Murray", + "canonicalName": "Lycium ruthenicum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium ruthenicum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3802772, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium ruthenicum Murray", + "usageKey": 3802772, + "key": "Lycium ruthenicum", + "confidence": 99 + }, + { + "name": "Lycium dasystemum", + "match": { + "usageKey": 7299274, + "scientificName": "Lycium dasystemum Pojark.", + "canonicalName": "Lycium dasystemum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium dasystemum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 7299274, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium dasystemum Pojark.", + "usageKey": 7299274, + "key": "Lycium dasystemum", + "confidence": 99 + }, + { + "name": "Lycium truncatum", + "match": { + "usageKey": 3802350, + "scientificName": "Lycium truncatum Y.C.Wang", + "canonicalName": "Lycium truncatum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3892297, + "acceptedUsageKey": 2926684, + "scientificName": "Lamium truncatum Boiss.", + "canonicalName": "Lamium truncatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Lamiales", + "family": "Lamiaceae", + "genus": "Lamium", + "species": "Lamium maculatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 408, + "familyKey": 2497, + "genusKey": 2926678, + "speciesKey": 2926684, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium truncatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3802350, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium truncatum Y.C.Wang", + "usageKey": 3802350, + "key": "Lycium truncatum", + "confidence": 99 + }, + { + "name": "Lycium barbarum", + "match": { + "usageKey": 2928835, + "scientificName": "Lycium barbarum L.", + "canonicalName": "Lycium barbarum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8851017, + "acceptedUsageKey": 2928809, + "scientificName": "Lycium barbarum Lam.", + "canonicalName": "Lycium barbarum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium chinense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 2928809, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8013793, + "acceptedUsageKey": 7300058, + "scientificName": "Lycium barbarum Mill.", + "canonicalName": "Lycium barbarum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium shawii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 7300058, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3798323, + "acceptedUsageKey": 2928835, + "scientificName": "Lycium barbatum Thunb.", + "canonicalName": "Lycium barbatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium barbarum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 2928835, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium barbarum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 2928835, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium barbarum L.", + "usageKey": 2928835, + "key": "Lycium barbarum", + "confidence": 97 + }, + { + "name": "Lycium chinense", + "match": { + "usageKey": 2928809, + "scientificName": "Lycium chinense Mill.", + "canonicalName": "Lycium chinense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7299315, + "scientificName": "Lycium chilense Bertero", + "canonicalName": "Lycium chilense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 93, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium chilense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 7299315, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 8024726, + "acceptedUsageKey": 2928809, + "scientificName": "Lycium sinense Gren.", + "canonicalName": "Lycium sinense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium chinense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 2928809, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3802538, + "acceptedUsageKey": 7299301, + "scientificName": "Lycium sinense Miers", + "canonicalName": "Lycium sinense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium ciliatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 7299301, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3893710, + "acceptedUsageKey": 8104802, + "scientificName": "Lamium chinense Benth.", + "canonicalName": "Lamium chinense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Lamiales", + "family": "Lamiaceae", + "genus": "Matsumurella", + "species": "Matsumurella chinensis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 408, + "familyKey": 2497, + "genusKey": 3233626, + "speciesKey": 8104802, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2753537, + "acceptedUsageKey": 2753535, + "scientificName": "Lilium chinense Baroni", + "canonicalName": "Lilium chinense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Liliales", + "family": "Liliaceae", + "genus": "Lilium", + "species": "Lilium davidii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 196, + "orderKey": 1172, + "familyKey": 7699, + "genusKey": 2752977, + "speciesKey": 2753534, + "synonym": true, + "class": "Liliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium chinense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 2928809, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium chinense Mill.", + "usageKey": 2928809, + "key": "Lycium chinense", + "confidence": 99 + }, + { + "name": "Lycium yunnanense", + "match": { + "usageKey": 3798082, + "scientificName": "Lycium yunnanense Kuang & A.M.Lu", + "canonicalName": "Lycium yunnanense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2753316, + "acceptedUsageKey": 2753315, + "scientificName": "Lilium yunnanense Franch.", + "canonicalName": "Lilium yunnanense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Liliales", + "family": "Liliaceae", + "genus": "Lilium", + "species": "Lilium bakerianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 196, + "orderKey": 1172, + "familyKey": 7699, + "genusKey": 2752977, + "speciesKey": 2753312, + "synonym": true, + "class": "Liliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium yunnanense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3798082, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium yunnanense Kuang & A.M.Lu", + "usageKey": 3798082, + "key": "Lycium yunnanense", + "confidence": 99 + }, + { + "name": "Lycium decumbens", + "match": { + "usageKey": 3797609, + "scientificName": "Lycium decumbens Welw. ex Hiern", + "canonicalName": "Lycium decumbens", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8518235, + "acceptedUsageKey": 3797609, + "scientificName": "Lycium decumbens Welw.", + "canonicalName": "Lycium decumbens", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium decumbens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3797609, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium decumbens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3797609, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium decumbens Welw. ex Hiern", + "usageKey": 3797609, + "key": "Lycium decumbens", + "confidence": 97 + }, + { + "name": "Lycium pumilum", + "match": { + "usageKey": 3802877, + "scientificName": "Lycium pumilum Dammer", + "canonicalName": "Lycium pumilum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3796929, + "scientificName": "Lycium humile Phil.", + "canonicalName": "Lycium humile", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium humile", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3796929, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 7675947, + "scientificName": "Lilium pumilum Redouté", + "canonicalName": "Lilium pumilum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Liliales", + "family": "Liliaceae", + "genus": "Lilium", + "species": "Lilium pumilum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 196, + "orderKey": 1172, + "familyKey": 7699, + "genusKey": 2752977, + "speciesKey": 7675947, + "synonym": false, + "class": "Liliopsida" + }, + { + "usageKey": 8676903, + "acceptedUsageKey": 7610421, + "scientificName": "Lilium pumilum Hort.Bouch.", + "canonicalName": "Lilium pumilum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Liliales", + "family": "Liliaceae", + "genus": "Lilium", + "species": "Lilium pumilum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 196, + "orderKey": 1172, + "familyKey": 7699, + "genusKey": 2752977, + "speciesKey": 7610421, + "synonym": true, + "class": "Liliopsida" + }, + { + "usageKey": 2753290, + "scientificName": "Lilium pumilum Delile", + "canonicalName": "Lilium pumilum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Liliales", + "family": "Liliaceae", + "genus": "Lilium", + "species": "Lilium pumilum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 196, + "orderKey": 1172, + "familyKey": 7699, + "genusKey": 2752977, + "speciesKey": 2753290, + "synonym": false, + "class": "Liliopsida" + }, + { + "usageKey": 7610421, + "scientificName": "Lilium pumilum Hort.Bouch. ex Kunth, 1843", + "canonicalName": "Lilium pumilum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Liliales", + "family": "Liliaceae", + "genus": "Lilium", + "species": "Lilium pumilum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 196, + "orderKey": 1172, + "familyKey": 7699, + "genusKey": 2752977, + "speciesKey": 7610421, + "synonym": false, + "class": "Liliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium pumilum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3802877, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium pumilum Dammer", + "usageKey": 3802877, + "key": "Lycium pumilum", + "confidence": 99 + }, + { + "name": "Lycium oxycarpum", + "match": { + "usageKey": 3803146, + "scientificName": "Lycium oxycarpum Dunal", + "canonicalName": "Lycium oxycarpum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium oxycarpum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3803146, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium oxycarpum Dunal", + "usageKey": 3803146, + "key": "Lycium oxycarpum", + "confidence": 99 + }, + { + "name": "Lycium pilifolium", + "match": { + "usageKey": 3802959, + "scientificName": "Lycium pilifolium C.H.Wright", + "canonicalName": "Lycium pilifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7299234, + "acceptedUsageKey": 3797970, + "scientificName": "Lycium filifolium Gillies", + "canonicalName": "Lycium filifolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium chilense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 7299315, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7675665, + "acceptedUsageKey": 3797970, + "scientificName": "Lycium filifolium Gillies ex Miers", + "canonicalName": "Lycium filifolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium chilense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 7299315, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium pilifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3802959, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium pilifolium C.H.Wright", + "usageKey": 3802959, + "key": "Lycium pilifolium", + "confidence": 99 + }, + { + "name": "Lycium gariepense", + "match": { + "usageKey": 3797173, + "scientificName": "Lycium gariepense A.M.Venter", + "canonicalName": "Lycium gariepense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium gariepense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3797173, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium gariepense A.M.Venter", + "usageKey": 3797173, + "key": "Lycium gariepense", + "confidence": 99 + }, + { + "name": "Lycium australe", + "match": { + "usageKey": 3798360, + "scientificName": "Lycium australe F.Muell.", + "canonicalName": "Lycium australe", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7387797, + "scientificName": "Lilium australe Elwes", + "canonicalName": "Lilium australe", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Liliales", + "family": "Liliaceae", + "genus": "Lilium", + "species": "Lilium australe", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 196, + "orderKey": 1172, + "familyKey": 7699, + "genusKey": 2752977, + "speciesKey": 7387797, + "synonym": false, + "class": "Liliopsida" + }, + { + "usageKey": 2753258, + "acceptedUsageKey": 7070878, + "scientificName": "Lilium australe Stapf", + "canonicalName": "Lilium australe", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Liliales", + "family": "Liliaceae", + "genus": "Lilium", + "species": "Lilium brownii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 196, + "orderKey": 1172, + "familyKey": 7699, + "genusKey": 2752977, + "speciesKey": 2753253, + "synonym": true, + "class": "Liliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium australe", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3798360, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium australe F.Muell.", + "usageKey": 3798360, + "key": "Lycium australe", + "confidence": 99 + }, + { + "name": "Lycium tenue", + "match": { + "usageKey": 3802416, + "acceptedUsageKey": 3796932, + "scientificName": "Lycium tenue Willd.", + "canonicalName": "Lycium tenue", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8114282, + "scientificName": "Lolium tenue M.Bieb., 1808", + "canonicalName": "Lolium tenue", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Poales", + "family": "Poaceae", + "genus": "Lolium", + "species": "Lolium tenue", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 196, + "orderKey": 1369, + "familyKey": 3073, + "genusKey": 2706217, + "speciesKey": 8114282, + "synonym": false, + "class": "Liliopsida" + }, + { + "usageKey": 4128813, + "acceptedUsageKey": 2706241, + "scientificName": "Lolium tenue L.", + "canonicalName": "Lolium tenue", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Poales", + "family": "Poaceae", + "genus": "Lolium", + "species": "Lolium perenne", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 196, + "orderKey": 1369, + "familyKey": 3073, + "genusKey": 2706217, + "speciesKey": 2706241, + "synonym": true, + "class": "Liliopsida" + }, + { + "usageKey": 8207793, + "scientificName": "Lolium tenue Guss.", + "canonicalName": "Lolium tenue", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Poales", + "family": "Poaceae", + "genus": "Lolium", + "species": "Lolium tenue", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 196, + "orderKey": 1369, + "familyKey": 3073, + "genusKey": 2706217, + "speciesKey": 8207793, + "synonym": false, + "class": "Liliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium horridum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3796932, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium tenue Willd.", + "usageKey": 3802416, + "key": "Lycium tenue", + "confidence": 98 + }, + { + "name": "Lycium strandveldense", + "match": { + "usageKey": 3802443, + "scientificName": "Lycium strandveldense A.M.Venter", + "canonicalName": "Lycium strandveldense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium strandveldense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3802443, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium strandveldense A.M.Venter", + "usageKey": 3802443, + "key": "Lycium strandveldense", + "confidence": 99 + }, + { + "name": "Lycium amoenum", + "match": { + "usageKey": 3798465, + "scientificName": "Lycium amoenum Dammer", + "canonicalName": "Lycium amoenum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2753449, + "scientificName": "Lilium amoenum E.H.Wilson ex Sealy", + "canonicalName": "Lilium amoenum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Liliales", + "family": "Liliaceae", + "genus": "Lilium", + "species": "Lilium amoenum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 196, + "orderKey": 1172, + "familyKey": 7699, + "genusKey": 2752977, + "speciesKey": 2753449, + "synonym": false, + "class": "Liliopsida" + }, + { + "usageKey": 8658926, + "acceptedUsageKey": 2753449, + "scientificName": "Lilium amoenum E.H.Wilson", + "canonicalName": "Lilium amoenum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Liliales", + "family": "Liliaceae", + "genus": "Lilium", + "species": "Lilium amoenum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 196, + "orderKey": 1172, + "familyKey": 7699, + "genusKey": 2752977, + "speciesKey": 2753449, + "synonym": true, + "class": "Liliopsida" + }, + { + "usageKey": 7788977, + "scientificName": "Lilium amoenum E.H.Wilson ex Stoker", + "canonicalName": "Lilium amoenum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Liliales", + "family": "Liliaceae", + "genus": "Lilium", + "species": "Lilium amoenum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 196, + "orderKey": 1172, + "familyKey": 7699, + "genusKey": 2752977, + "speciesKey": 7788977, + "synonym": false, + "class": "Liliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium amoenum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3798465, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium amoenum Dammer", + "usageKey": 3798465, + "key": "Lycium amoenum", + "confidence": 99 + }, + { + "name": "Lycium grandicalyx", + "match": { + "usageKey": 3797046, + "scientificName": "Lycium grandicalyx Joubert & Venter", + "canonicalName": "Lycium grandicalyx", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium grandicalyx", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3797046, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium grandicalyx Joubert & Venter", + "usageKey": 3797046, + "key": "Lycium grandicalyx", + "confidence": 99 + }, + { + "name": "Lycium arenicola", + "match": { + "usageKey": 3798416, + "scientificName": "Lycium arenicola Miers", + "canonicalName": "Lycium arenicola", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium arenicola", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3798416, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium arenicola Miers", + "usageKey": 3798416, + "key": "Lycium arenicola", + "confidence": 99 + }, + { + "name": "Lycium cinereum", + "match": { + "usageKey": 7448084, + "scientificName": "Lycium cinereum Thunb.", + "canonicalName": "Lycium cinereum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8532128, + "acceptedUsageKey": 3797744, + "scientificName": "Lycium cinereum Krauss", + "canonicalName": "Lycium cinereum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium cinereum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3797744, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3797744, + "scientificName": "Lycium cinereum Krauss ex Dunal", + "canonicalName": "Lycium cinereum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium cinereum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3797744, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 6005558, + "scientificName": "Lyctus cinereus Blanchard, 1851", + "canonicalName": "Lyctus cinereus", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 70, + "note": "Similarity: name=65; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Animalia", + "phylum": "Arthropoda", + "order": "Coleoptera", + "family": "Bostrichidae", + "genus": "Lyctus", + "species": "Lyctus cinereus", + "kingdomKey": 1, + "phylumKey": 54, + "classKey": 216, + "orderKey": 1470, + "familyKey": 7773, + "genusKey": 1095727, + "speciesKey": 6005558, + "synonym": false, + "class": "Insecta" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium cinereum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 7448084, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium cinereum Thunb.", + "usageKey": 7448084, + "key": "Lycium cinereum", + "confidence": 97 + }, + { + "name": "Lycium afrum", + "match": { + "usageKey": 3798497, + "scientificName": "Lycium afrum L.", + "canonicalName": "Lycium afrum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8652044, + "acceptedUsageKey": 3803146, + "scientificName": "Lycium afrum Drège", + "canonicalName": "Lycium afrum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium oxycarpum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3803146, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8317745, + "acceptedUsageKey": 3803146, + "scientificName": "Lycium afrum Drège ex Dunal", + "canonicalName": "Lycium afrum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium oxycarpum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3803146, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8680201, + "acceptedUsageKey": 2928835, + "scientificName": "Lycium afrum Rchb.", + "canonicalName": "Lycium afrum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium barbarum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 2928835, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8336136, + "acceptedUsageKey": 2928835, + "scientificName": "Lycium afrum Rchb. ex Webb & Berthel.", + "canonicalName": "Lycium afrum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium barbarum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 2928835, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7755929, + "acceptedUsageKey": 3798497, + "scientificName": "Lycium afrum Thunb.", + "canonicalName": "Lycium afrum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium afrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3798497, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8102796, + "scientificName": "Lycium afrum Bojer, 1837", + "canonicalName": "Lycium afrum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium afrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 8102796, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 9459014, + "scientificName": "Lycium amarum Lu Q.Huang", + "canonicalName": "Lycium amarum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium amarum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 9459014, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 3798367, + "scientificName": "Lycium athium Bernardello", + "canonicalName": "Lycium athium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium athium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3798367, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium afrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3798497, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium afrum L.", + "usageKey": 3798497, + "key": "Lycium afrum", + "confidence": 97 + }, + { + "name": "Lycium ferocissimum", + "match": { + "usageKey": 3797394, + "scientificName": "Lycium ferocissimum Miers", + "canonicalName": "Lycium ferocissimum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium ferocissimum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3797394, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium ferocissimum Miers", + "usageKey": 3797394, + "key": "Lycium ferocissimum", + "confidence": 99 + }, + { + "name": "Lycium horridum", + "match": { + "usageKey": 3796932, + "scientificName": "Lycium horridum Thunb.", + "canonicalName": "Lycium horridum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7914614, + "acceptedUsageKey": 3802259, + "scientificName": "Lycium horridum Kunth", + "canonicalName": "Lycium horridum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Iochroma", + "species": "Iochroma parvifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 6402978, + "speciesKey": 3802259, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8416454, + "acceptedUsageKey": 7509344, + "scientificName": "Lycium horridum Phil.", + "canonicalName": "Lycium horridum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium minutifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 7509344, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3797254, + "acceptedUsageKey": 2928835, + "scientificName": "Lycium floridum Salisb.", + "canonicalName": "Lycium floridum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium barbarum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 2928835, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3802777, + "acceptedUsageKey": 7448084, + "scientificName": "Lycium roridum Miers", + "canonicalName": "Lycium roridum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium cinereum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 7448084, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium horridum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3796932, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium horridum Thunb.", + "usageKey": 3796932, + "key": "Lycium horridum", + "confidence": 97 + }, + { + "name": "Lycium schizocalyx", + "match": { + "usageKey": 3802664, + "scientificName": "Lycium schizocalyx C.H.Wright", + "canonicalName": "Lycium schizocalyx", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium schizocalyx", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3802664, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium schizocalyx C.H.Wright", + "usageKey": 3802664, + "key": "Lycium schizocalyx", + "confidence": 99 + }, + { + "name": "Lycium boerhaviifolium", + "match": { + "usageKey": 7988296, + "scientificName": "Lycium boerhaaviifolium L.fil.", + "canonicalName": "Lycium boerhaaviifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 96, + "note": "Similarity: name=100; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "FUZZY", + "alternatives": [ + { + "usageKey": 7529171, + "acceptedUsageKey": 7988296, + "scientificName": "Lycium boerhaaviaefolium L.f.", + "canonicalName": "Lycium boerhaaviaefolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium boerhaaviifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 7988296, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium boerhaaviifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 7988296, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium boerhaaviifolium L.fil.", + "usageKey": 7988296, + "key": "Lycium boerhaviifolium", + "confidence": 96 + }, + { + "name": "Lycium duplicatum", + "match": { + "usageKey": 11128899, + "scientificName": "Lycium duplicatum Mscr.", + "canonicalName": "Lycium duplicatum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium duplicatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 11128899, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium duplicatum Mscr.", + "usageKey": 11128899, + "key": "Lycium duplicatum", + "confidence": 99 + }, + { + "name": "Lycium pallidum", + "match": { + "usageKey": 2928820, + "scientificName": "Lycium pallidum Miers", + "canonicalName": "Lycium pallidum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3797159, + "acceptedUsageKey": 7299315, + "scientificName": "Lycium gelidum Wedd.", + "canonicalName": "Lycium gelidum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium chilense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 7299315, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3892698, + "acceptedUsageKey": 7353737, + "scientificName": "Lamium pallidum F.Herm.", + "canonicalName": "Lamium pallidum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Lamiales", + "family": "Lamiaceae", + "genus": "Lamium", + "species": "Lamium galeobdolon", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 408, + "familyKey": 2497, + "genusKey": 2926678, + "speciesKey": 2927324, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7755314, + "acceptedUsageKey": 7308043, + "scientificName": "Lamium pallidum Salisb.", + "canonicalName": "Lamium pallidum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Lamiales", + "family": "Lamiaceae", + "genus": "Lamium", + "species": "Lamium garganicum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 408, + "familyKey": 2497, + "genusKey": 2926678, + "speciesKey": 7308042, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium pallidum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 2928820, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium pallidum Miers", + "usageKey": 2928820, + "key": "Lycium pallidum", + "confidence": 99 + }, + { + "name": "Lycium shockleyi", + "match": { + "usageKey": 2928821, + "scientificName": "Lycium shockleyi A.Gray", + "canonicalName": "Lycium shockleyi", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium shockleyi", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 2928821, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium shockleyi A.Gray", + "usageKey": 2928821, + "key": "Lycium shockleyi", + "confidence": 99 + }, + { + "name": "Lycium cooperi", + "match": { + "usageKey": 2928818, + "scientificName": "Lycium cooperi A.Gray", + "canonicalName": "Lycium cooperi", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7299294, + "acceptedUsageKey": 3797998, + "scientificName": "Lycium comberi C.L.Hitchc.", + "canonicalName": "Lycium comberi", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium chilense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 7299315, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium cooperi", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 2928818, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium cooperi A.Gray", + "usageKey": 2928818, + "key": "Lycium cooperi", + "confidence": 99 + }, + { + "name": "Lycium macrodon", + "match": { + "usageKey": 2928810, + "scientificName": "Lycium macrodon A.Gray", + "canonicalName": "Lycium macrodon", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3893014, + "scientificName": "Lamium macrodon Boiss. & A.Huet", + "canonicalName": "Lamium macrodon", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Lamiales", + "family": "Lamiaceae", + "genus": "Lamium", + "species": "Lamium macrodon", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 408, + "familyKey": 2497, + "genusKey": 2926678, + "speciesKey": 3893014, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium macrodon", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 2928810, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium macrodon A.Gray", + "usageKey": 2928810, + "key": "Lycium macrodon", + "confidence": 99 + }, + { + "name": "Lycium puberulum", + "match": { + "usageKey": 2928811, + "scientificName": "Lycium puberulum A.Gray", + "canonicalName": "Lycium puberulum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7889783, + "scientificName": "Lilium puberulum Hort.Leichtl. ex Baker, 1874", + "canonicalName": "Lilium puberulum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Liliales", + "family": "Liliaceae", + "genus": "Lilium", + "species": "Lilium puberulum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 196, + "orderKey": 1172, + "familyKey": 7699, + "genusKey": 2752977, + "speciesKey": 7889783, + "synonym": false, + "class": "Liliopsida" + }, + { + "usageKey": 2753421, + "acceptedUsageKey": 7227542, + "scientificName": "Lilium puberulum (Torr.) Duch.", + "canonicalName": "Lilium puberulum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Liliales", + "family": "Liliaceae", + "genus": "Lilium", + "species": "Lilium humboldtii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 196, + "orderKey": 1172, + "familyKey": 7699, + "genusKey": 2752977, + "speciesKey": 8491099, + "synonym": true, + "class": "Liliopsida" + }, + { + "usageKey": 8525124, + "acceptedUsageKey": 7227542, + "scientificName": "Lilium puberulum (Torr.) Leichtlin", + "canonicalName": "Lilium puberulum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Liliales", + "family": "Liliaceae", + "genus": "Lilium", + "species": "Lilium humboldtii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 196, + "orderKey": 1172, + "familyKey": 7699, + "genusKey": 2752977, + "speciesKey": 8491099, + "synonym": true, + "class": "Liliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium puberulum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 2928811, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium puberulum A.Gray", + "usageKey": 2928811, + "key": "Lycium puberulum", + "confidence": 99 + }, + { + "name": "Lycium microphyllum", + "match": { + "error": true + }, + "key": "Lycium microphyllum" + }, + { + "name": "Lycium californicum", + "match": { + "usageKey": 2928817, + "scientificName": "Lycium californicum Nutt. ex A.Gray", + "canonicalName": "Lycium californicum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7913992, + "acceptedUsageKey": 2928817, + "scientificName": "Lycium californicum Nutt.", + "canonicalName": "Lycium californicum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium californicum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 2928817, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 6005444, + "acceptedUsageKey": 6005443, + "scientificName": "Lyctus californicus Casey, 1891", + "canonicalName": "Lyctus californicus", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 69, + "note": "Similarity: name=65; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Animalia", + "phylum": "Arthropoda", + "order": "Coleoptera", + "family": "Bostrichidae", + "genus": "Trogoxylon", + "species": "Trogoxylon aequale", + "kingdomKey": 1, + "phylumKey": 54, + "classKey": 216, + "orderKey": 1470, + "familyKey": 7773, + "genusKey": 1095717, + "speciesKey": 6005443, + "synonym": true, + "class": "Insecta" + }, + { + "usageKey": 2753195, + "acceptedUsageKey": 7227532, + "scientificName": "Lilium californicum Dombrain", + "canonicalName": "Lilium californicum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Liliales", + "family": "Liliaceae", + "genus": "Lilium", + "species": "Lilium pardalinum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 196, + "orderKey": 1172, + "familyKey": 7699, + "genusKey": 2752977, + "speciesKey": 2753192, + "synonym": true, + "class": "Liliopsida" + }, + { + "usageKey": 7355582, + "acceptedUsageKey": 2753524, + "scientificName": "Lilium californicum Duch.", + "canonicalName": "Lilium californicum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Liliales", + "family": "Liliaceae", + "genus": "Lilium", + "species": "Lilium columbianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 196, + "orderKey": 1172, + "familyKey": 7699, + "genusKey": 2752977, + "speciesKey": 2753524, + "synonym": true, + "class": "Liliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium californicum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 2928817, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium californicum Nutt. ex A.Gray", + "usageKey": 2928817, + "key": "Lycium californicum", + "confidence": 97 + }, + { + "name": "Lycium nodosum", + "match": { + "usageKey": 7300162, + "scientificName": "Lycium nodosum Miers", + "canonicalName": "Lycium nodosum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium nodosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 7300162, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium nodosum Miers", + "usageKey": 7300162, + "key": "Lycium nodosum", + "confidence": 99 + }, + { + "name": "Lycium vimineum", + "match": { + "usageKey": 3802250, + "scientificName": "Lycium vimineum Miers", + "canonicalName": "Lycium vimineum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium vimineum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3802250, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium vimineum Miers", + "usageKey": 3802250, + "key": "Lycium vimineum", + "confidence": 99 + }, + { + "name": "Lycium gilliesianum", + "match": { + "usageKey": 7299184, + "scientificName": "Lycium gilliesianum Miers", + "canonicalName": "Lycium gilliesianum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium gilliesianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 7299184, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium gilliesianum Miers", + "usageKey": 7299184, + "key": "Lycium gilliesianum", + "confidence": 99 + }, + { + "name": "Lycium chilense", + "match": { + "usageKey": 7299315, + "scientificName": "Lycium chilense Bertero", + "canonicalName": "Lycium chilense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2928809, + "scientificName": "Lycium chinense Mill.", + "canonicalName": "Lycium chinense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 93, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium chinense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 2928809, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium chilense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 7299315, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium chilense Bertero", + "usageKey": 7299315, + "key": "Lycium chilense", + "confidence": 99 + }, + { + "name": "Lycium ciliatum", + "match": { + "usageKey": 7299301, + "scientificName": "Lycium ciliatum Schltdl.", + "canonicalName": "Lycium ciliatum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7831150, + "acceptedUsageKey": 7299301, + "scientificName": "Lycium ciliatum Griseb.", + "canonicalName": "Lycium ciliatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium ciliatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 7299301, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2753340, + "scientificName": "Lilium ciliatum P.H.Davis", + "canonicalName": "Lilium ciliatum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Liliales", + "family": "Liliaceae", + "genus": "Lilium", + "species": "Lilium ciliatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 196, + "orderKey": 1172, + "familyKey": 7699, + "genusKey": 2752977, + "speciesKey": 2753340, + "synonym": false, + "class": "Liliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium ciliatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 7299301, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium ciliatum Schltdl.", + "usageKey": 7299301, + "key": "Lycium ciliatum", + "confidence": 97 + }, + { + "name": "Lycium ameghinoi", + "match": { + "usageKey": 3798481, + "scientificName": "Lycium ameghinoi Speg.", + "canonicalName": "Lycium ameghinoi", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium ameghinoi", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3798481, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium ameghinoi Speg.", + "usageKey": 3798481, + "key": "Lycium ameghinoi", + "confidence": 99 + }, + { + "name": "Lycium chanar", + "match": { + "usageKey": 3798027, + "scientificName": "Lycium chanar Phil.", + "canonicalName": "Lycium chanar", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8629548, + "acceptedUsageKey": 3798262, + "scientificName": "Lycium canum Gillies", + "canonicalName": "Lycium canum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium canum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3798262, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3798262, + "scientificName": "Lycium canum Gillies ex Walp.", + "canonicalName": "Lycium canum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium canum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3798262, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium chanar", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3798027, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium chanar Phil.", + "usageKey": 3798027, + "key": "Lycium chanar", + "confidence": 99 + }, + { + "name": "Lycium deserti", + "match": { + "usageKey": 3797586, + "scientificName": "Lycium deserti Phil.", + "canonicalName": "Lycium deserti", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium deserti", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3797586, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium deserti Phil.", + "usageKey": 3797586, + "key": "Lycium deserti", + "confidence": 99 + }, + { + "name": "Lycium fuscum", + "match": { + "usageKey": 3797177, + "scientificName": "Lycium fuscum Miers", + "canonicalName": "Lycium fuscum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 6947001, + "acceptedUsageKey": 5743293, + "scientificName": "Lyctus fuscus (Linnaeus, 1767)", + "canonicalName": "Lyctus fuscus", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 69, + "note": "Similarity: name=65; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Animalia", + "phylum": "Arthropoda", + "order": "Coleoptera", + "family": "Bostrichidae", + "genus": "Lyctus", + "species": "Lyctus linearis", + "kingdomKey": 1, + "phylumKey": 54, + "classKey": 216, + "orderKey": 1470, + "familyKey": 7773, + "genusKey": 1095727, + "speciesKey": 5743293, + "synonym": true, + "class": "Insecta" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium fuscum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3797177, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium fuscum Miers", + "usageKey": 3797177, + "key": "Lycium fuscum", + "confidence": 99 + }, + { + "name": "Lycium minutifolium", + "match": { + "usageKey": 7509344, + "scientificName": "Lycium minutifolium J.Rémy", + "canonicalName": "Lycium minutifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 10667140, + "acceptedUsageKey": 7397258, + "scientificName": "Lycium minutifolium (Miers) Phil.", + "canonicalName": "Lycium minutifolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium chilense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 7299315, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3803300, + "acceptedUsageKey": 3796932, + "scientificName": "Lycium minutiflorum Dammer", + "canonicalName": "Lycium minutiflorum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium horridum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3796932, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium minutifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 7509344, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium minutifolium J.Rémy", + "usageKey": 7509344, + "key": "Lycium minutifolium", + "confidence": 97 + }, + { + "name": "Lycium stenophyllum", + "match": { + "usageKey": 3802451, + "scientificName": "Lycium stenophyllum J.Rémy", + "canonicalName": "Lycium stenophyllum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2753295, + "acceptedUsageKey": 7675947, + "scientificName": "Lilium stenophyllum Baker", + "canonicalName": "Lilium stenophyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Liliales", + "family": "Liliaceae", + "genus": "Lilium", + "species": "Lilium pumilum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 196, + "orderKey": 1172, + "familyKey": 7699, + "genusKey": 2752977, + "speciesKey": 7675947, + "synonym": true, + "class": "Liliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium stenophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3802451, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium stenophyllum J.Rémy", + "usageKey": 3802451, + "key": "Lycium stenophyllum", + "confidence": 99 + }, + { + "name": "Lycium cestroides", + "match": { + "usageKey": 7299347, + "scientificName": "Lycium cestroides Schltdl.", + "canonicalName": "Lycium cestroides", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium cestroides", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 7299347, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium cestroides Schltdl.", + "usageKey": 7299347, + "key": "Lycium cestroides", + "confidence": 99 + }, + { + "name": "Lycium cuneatum", + "match": { + "usageKey": 7299279, + "scientificName": "Lycium cuneatum Dammer", + "canonicalName": "Lycium cuneatum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 4133270, + "acceptedUsageKey": 2706242, + "scientificName": "Lolium cuneatum Nevski", + "canonicalName": "Lolium cuneatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Poales", + "family": "Poaceae", + "genus": "Lolium", + "species": "Lolium temulentum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 196, + "orderKey": 1369, + "familyKey": 3073, + "genusKey": 2706217, + "speciesKey": 2706242, + "synonym": true, + "class": "Liliopsida" + }, + { + "usageKey": 7970908, + "acceptedUsageKey": 2706242, + "scientificName": "Lolium cuneatum Nevski ex Malzev, 1934", + "canonicalName": "Lolium cuneatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Poales", + "family": "Poaceae", + "genus": "Lolium", + "species": "Lolium temulentum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 196, + "orderKey": 1369, + "familyKey": 3073, + "genusKey": 2706217, + "speciesKey": 2706242, + "synonym": true, + "class": "Liliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium cuneatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 7299279, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium cuneatum Dammer", + "usageKey": 7299279, + "key": "Lycium cuneatum", + "confidence": 99 + }, + { + "name": "Lycium morongii", + "match": { + "usageKey": 7300170, + "acceptedUsageKey": 7299180, + "scientificName": "Lycium morongii Britton", + "canonicalName": "Lycium morongii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium glomeratum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 7299180, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium morongii Britton", + "usageKey": 7300170, + "key": "Lycium morongii", + "confidence": 98 + }, + { + "name": "Lycium brevipes", + "match": { + "usageKey": 2928825, + "scientificName": "Lycium brevipes Benth.", + "canonicalName": "Lycium brevipes", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium brevipes", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 2928825, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium brevipes Benth.", + "usageKey": 2928825, + "key": "Lycium brevipes", + "confidence": 99 + }, + { + "name": "Lycium carolinianum", + "match": { + "usageKey": 2928830, + "scientificName": "Lycium carolinianum Walter", + "canonicalName": "Lycium carolinianum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8691564, + "acceptedUsageKey": 2753284, + "scientificName": "Lilium carolinianum Bosc", + "canonicalName": "Lilium carolinianum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Liliales", + "family": "Liliaceae", + "genus": "Lilium", + "species": "Lilium catesbaei", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 196, + "orderKey": 1172, + "familyKey": 7699, + "genusKey": 2752977, + "speciesKey": 2753284, + "synonym": true, + "class": "Liliopsida" + }, + { + "usageKey": 7456331, + "acceptedUsageKey": 2753284, + "scientificName": "Lilium carolinianum Bosc ex Lam.", + "canonicalName": "Lilium carolinianum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Liliales", + "family": "Liliaceae", + "genus": "Lilium", + "species": "Lilium catesbaei", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 196, + "orderKey": 1172, + "familyKey": 7699, + "genusKey": 2752977, + "speciesKey": 2753284, + "synonym": true, + "class": "Liliopsida" + }, + { + "usageKey": 2753289, + "acceptedUsageKey": 2753428, + "scientificName": "Lilium carolinianum Michx.", + "canonicalName": "Lilium carolinianum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Liliales", + "family": "Liliaceae", + "genus": "Lilium", + "species": "Lilium michauxii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 196, + "orderKey": 1172, + "familyKey": 7699, + "genusKey": 2752977, + "speciesKey": 2753428, + "synonym": true, + "class": "Liliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium carolinianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 2928830, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium carolinianum Walter", + "usageKey": 2928830, + "key": "Lycium carolinianum", + "confidence": 99 + }, + { + "name": "Lycium sandwicense", + "match": { + "usageKey": 2928813, + "scientificName": "Lycium sandwicense A.Gray", + "canonicalName": "Lycium sandwicense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium sandwicense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 2928813, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium sandwicense A.Gray", + "usageKey": 2928813, + "key": "Lycium sandwicense", + "confidence": 99 + }, + { + "name": "Lycium rachidocladum", + "match": { + "usageKey": 3802850, + "scientificName": "Lycium rachidocladum Dunal", + "canonicalName": "Lycium rachidocladum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium rachidocladum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3802850, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium rachidocladum Dunal", + "usageKey": 3802850, + "key": "Lycium rachidocladum", + "confidence": 99 + }, + { + "name": "Lycium tenuispinosum", + "match": { + "usageKey": 7300038, + "scientificName": "Lycium tenuispinosum Miers", + "canonicalName": "Lycium tenuispinosum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=3", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8396612, + "scientificName": "Lycium tenuispinosum S.B.Jones & W.Z.Faust", + "canonicalName": "Lycium tenuispinosum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium tenuispinosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 8396612, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 3802394, + "scientificName": "Lycium tenuispinum Miers", + "canonicalName": "Lycium tenuispinum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium tenuispinum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3802394, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium tenuispinosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 7300038, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium tenuispinosum Miers", + "usageKey": 7300038, + "key": "Lycium tenuispinosum", + "confidence": 98 + }, + { + "name": "Lycium elongatum", + "match": { + "error": true + }, + "key": "Lycium elongatum" + }, + { + "name": "Lycium americanum", + "match": { + "usageKey": 6402338, + "scientificName": "Lycium americanum Jacq.", + "canonicalName": "Lycium americanum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium americanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 6402338, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium americanum Jacq.", + "usageKey": 6402338, + "key": "Lycium americanum", + "confidence": 99 + }, + { + "name": "Lycium infaustum", + "match": { + "usageKey": 3796887, + "scientificName": "Lycium infaustum Miers", + "canonicalName": "Lycium infaustum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium infaustum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3796887, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium infaustum Miers", + "usageKey": 3796887, + "key": "Lycium infaustum", + "confidence": 99 + }, + { + "name": "Lycium athium", + "match": { + "usageKey": 3798367, + "scientificName": "Lycium athium Bernardello", + "canonicalName": "Lycium athium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3798497, + "scientificName": "Lycium afrum L.", + "canonicalName": "Lycium afrum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium afrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3798497, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 8652044, + "acceptedUsageKey": 3803146, + "scientificName": "Lycium afrum Drège", + "canonicalName": "Lycium afrum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium oxycarpum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3803146, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8317745, + "acceptedUsageKey": 3803146, + "scientificName": "Lycium afrum Drège ex Dunal", + "canonicalName": "Lycium afrum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium oxycarpum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3803146, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8680201, + "acceptedUsageKey": 2928835, + "scientificName": "Lycium afrum Rchb.", + "canonicalName": "Lycium afrum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium barbarum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 2928835, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8336136, + "acceptedUsageKey": 2928835, + "scientificName": "Lycium afrum Rchb. ex Webb & Berthel.", + "canonicalName": "Lycium afrum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium barbarum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 2928835, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7755929, + "acceptedUsageKey": 3798497, + "scientificName": "Lycium afrum Thunb.", + "canonicalName": "Lycium afrum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium afrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3798497, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8102796, + "scientificName": "Lycium afrum Bojer, 1837", + "canonicalName": "Lycium afrum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium afrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 8102796, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium athium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3798367, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium athium Bernardello", + "usageKey": 3798367, + "key": "Lycium athium", + "confidence": 99 + }, + { + "name": "Lycium minimum", + "match": { + "usageKey": 3803306, + "scientificName": "Lycium minimum C.L.Hitchc.", + "canonicalName": "Lycium minimum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium minimum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 3803306, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium minimum C.L.Hitchc.", + "usageKey": 3803306, + "key": "Lycium minimum", + "confidence": 99 + }, + { + "name": "Lycium texanum", + "match": { + "usageKey": 2928834, + "scientificName": "Lycium texanum Correll", + "canonicalName": "Lycium texanum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium texanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 2928834, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium texanum Correll", + "usageKey": 2928834, + "key": "Lycium texanum", + "confidence": 99 + }, + { + "name": "Lycium parishii", + "match": { + "usageKey": 2928833, + "scientificName": "Lycium parishii A.Gray", + "canonicalName": "Lycium parishii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium parishii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 2928833, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium parishii A.Gray", + "usageKey": 2928833, + "key": "Lycium parishii", + "confidence": 99 + }, + { + "name": "Lycium torreyi", + "match": { + "usageKey": 2928812, + "scientificName": "Lycium torreyi A.Gray", + "canonicalName": "Lycium torreyi", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3802240, + "acceptedUsageKey": 7448084, + "scientificName": "Lycium woodii Dammer", + "canonicalName": "Lycium woodii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium cinereum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 7448084, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium torreyi", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 2928812, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium torreyi A.Gray", + "usageKey": 2928812, + "key": "Lycium torreyi", + "confidence": 99 + }, + { + "name": "Lycium andersonii", + "match": { + "usageKey": 2928832, + "scientificName": "Lycium andersonii A.Gray", + "canonicalName": "Lycium andersonii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium andersonii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 2928832, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium andersonii A.Gray", + "usageKey": 2928832, + "key": "Lycium andersonii", + "confidence": 99 + }, + { + "name": "Lycium berlandieri", + "match": { + "usageKey": 2928829, + "scientificName": "Lycium berlandieri Dunal", + "canonicalName": "Lycium berlandieri", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=3", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7946709, + "scientificName": "Lycium berlandieri A.Gray, 1862", + "canonicalName": "Lycium berlandieri", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium berlandieri", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 7946709, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium berlandieri", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 2928829, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium berlandieri Dunal", + "usageKey": 2928829, + "key": "Lycium berlandieri", + "confidence": 98 + }, + { + "name": "Lycium exsertum", + "match": { + "usageKey": 2928831, + "scientificName": "Lycium exsertum A.Gray", + "canonicalName": "Lycium exsertum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium exsertum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 2928831, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium exsertum A.Gray", + "usageKey": 2928831, + "key": "Lycium exsertum", + "confidence": 99 + }, + { + "name": "Lycium fremontii", + "match": { + "usageKey": 2928819, + "scientificName": "Lycium fremontii A.Gray", + "canonicalName": "Lycium fremontii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycium", + "species": "Lycium fremontii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928808, + "speciesKey": 2928819, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycium fremontii A.Gray", + "usageKey": 2928819, + "key": "Lycium fremontii", + "confidence": 99 + }, + { + "name": "Exodeconus miersii", + "match": { + "usageKey": 3797207, + "scientificName": "Exodeconus miersii (Hook.fil.) D' Arcy", + "canonicalName": "Exodeconus miersii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Exodeconus", + "species": "Exodeconus miersii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299192, + "speciesKey": 3797207, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Exodeconus miersii (Hook.fil.) D' Arcy", + "usageKey": 3797207, + "key": "Exodeconus miersii", + "confidence": 99 + }, + { + "name": "Schultesianthus leucanthus", + "match": { + "usageKey": 8521461, + "scientificName": "Schultesianthus leucanthus (Donn.Sm.) Hunz.", + "canonicalName": "Schultesianthus leucanthus", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Schultesianthus", + "species": "Schultesianthus leucanthus", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299321, + "speciesKey": 8521461, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Schultesianthus leucanthus (Donn.Sm.) Hunz.", + "usageKey": 8521461, + "key": "Schultesianthus leucanthus", + "confidence": 99 + }, + { + "name": "Schultesianthus megalandrus", + "match": { + "usageKey": 3797875, + "scientificName": "Schultesianthus megalandrus (Dunal) Hunz.", + "canonicalName": "Schultesianthus megalandrus", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Schultesianthus", + "species": "Schultesianthus megalandrus", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299321, + "speciesKey": 3797875, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Schultesianthus megalandrus (Dunal) Hunz.", + "usageKey": 3797875, + "key": "Schultesianthus megalandrus", + "confidence": 99 + }, + { + "name": "Solandra brachycalyx", + "match": { + "usageKey": 5580752, + "scientificName": "Solandra brachycalyx Kuntze", + "canonicalName": "Solandra brachycalyx", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solandra", + "species": "Solandra brachycalyx", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928987, + "speciesKey": 5580752, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solandra brachycalyx Kuntze", + "usageKey": 5580752, + "key": "Solandra brachycalyx", + "confidence": 99 + }, + { + "name": "Solandra grandiflora", + "match": { + "usageKey": 5341822, + "scientificName": "Solandra grandiflora Sw.", + "canonicalName": "Solandra grandiflora", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7798049, + "acceptedUsageKey": 5341822, + "scientificName": "Solandra grandiflora Salisb.", + "canonicalName": "Solandra grandiflora", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solandra", + "species": "Solandra grandiflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928987, + "speciesKey": 5341822, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 5609832, + "acceptedUsageKey": 5341425, + "scientificName": "Synandra grandiflora Nutt.", + "canonicalName": "Synandra grandiflora", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Lamiales", + "family": "Lamiaceae", + "genus": "Synandra", + "species": "Synandra hispidula", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 408, + "familyKey": 2497, + "genusKey": 2926867, + "speciesKey": 5341425, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solandra", + "species": "Solandra grandiflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928987, + "speciesKey": 5341822, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solandra grandiflora Sw.", + "usageKey": 5341822, + "key": "Solandra grandiflora", + "confidence": 97 + }, + { + "name": "Dyssochroma viridiflora", + "match": { + "usageKey": 7299241, + "scientificName": "Dyssochroma viridiflorum (Sims) Miers", + "canonicalName": "Dyssochroma viridiflorum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 96, + "note": "Similarity: name=100; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Dyssochroma", + "species": "Dyssochroma viridiflorum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299240, + "speciesKey": 7299241, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Dyssochroma viridiflorum (Sims) Miers", + "usageKey": 7299241, + "key": "Dyssochroma viridiflora", + "confidence": 96 + }, + { + "name": "Merinthopodium neuranthum", + "match": { + "usageKey": 3800920, + "scientificName": "Merinthopodium neuranthum Donn.Sm.", + "canonicalName": "Merinthopodium neuranthum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3800930, + "acceptedUsageKey": 8521461, + "scientificName": "Merinthopodium leucanthum (Donn.Sm.) S.F.Blake", + "canonicalName": "Merinthopodium leucanthum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Schultesianthus", + "species": "Schultesianthus leucanthus", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299321, + "speciesKey": 8521461, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Merinthopodium", + "species": "Merinthopodium neuranthum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299824, + "speciesKey": 3800920, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Merinthopodium neuranthum Donn.Sm.", + "usageKey": 3800920, + "key": "Merinthopodium neuranthum", + "confidence": 99 + }, + { + "name": "Markea panamensis", + "match": { + "usageKey": 3801325, + "acceptedUsageKey": 3803090, + "scientificName": "Markea panamensis Standl.", + "canonicalName": "Markea panamensis", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2044883, + "scientificName": "Mareba panamensis Young, 1968", + "canonicalName": "Mareba panamensis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 70, + "note": "Similarity: name=65; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Animalia", + "phylum": "Arthropoda", + "order": "Hemiptera", + "family": "Cicadellidae", + "genus": "Mareba", + "species": "Mareba panamensis", + "kingdomKey": 1, + "phylumKey": 54, + "classKey": 216, + "orderKey": 809, + "familyKey": 9647, + "genusKey": 2044882, + "speciesKey": 2044883, + "synonym": false, + "class": "Insecta" + }, + { + "usageKey": 5549221, + "scientificName": "Maripa panamensis Hemsl.", + "canonicalName": "Maripa panamensis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 70, + "note": "Similarity: name=65; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Convolvulaceae", + "genus": "Maripa", + "species": "Maripa panamensis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 2389, + "genusKey": 3234444, + "speciesKey": 5549221, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Hawkesiophyton", + "species": "Hawkesiophyton ulei", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7300142, + "speciesKey": 3803090, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Markea panamensis Standl.", + "usageKey": 3801325, + "key": "Markea panamensis", + "confidence": 98 + }, + { + "name": "Markea ulei", + "match": { + "usageKey": 3801213, + "acceptedUsageKey": 3803090, + "scientificName": "Markea ulei (Dammer) Cuatrec.", + "canonicalName": "Markea ulei", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Hawkesiophyton", + "species": "Hawkesiophyton ulei", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7300142, + "speciesKey": 3803090, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Markea ulei (Dammer) Cuatrec.", + "usageKey": 3801213, + "key": "Markea ulei", + "confidence": 98 + }, + { + "name": "Juanulloa mexicana", + "match": { + "usageKey": 3801259, + "scientificName": "Juanulloa mexicana (Schltdl.) Miers", + "canonicalName": "Juanulloa mexicana", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Juanulloa", + "species": "Juanulloa mexicana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299873, + "speciesKey": 3801259, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Juanulloa mexicana (Schltdl.) Miers", + "usageKey": 3801259, + "key": "Juanulloa mexicana", + "confidence": 99 + }, + { + "name": "Trianaea sp", + "match": { + "error": true + }, + "key": "Trianaea sp" + }, + { + "name": "Trianaea speciosa", + "match": { + "usageKey": 7949375, + "acceptedUsageKey": 3799505, + "scientificName": "Trianaea speciosa (Drake) Soler.", + "canonicalName": "Trianaea speciosa", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Poortmannia", + "species": "Poortmannia speciosa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299599, + "speciesKey": 3799505, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Trianaea speciosa (Drake) Soler.", + "usageKey": 7949375, + "key": "Trianaea speciosa", + "confidence": 98 + }, + { + "name": "Mandragora caulescens", + "match": { + "usageKey": 7299934, + "scientificName": "Mandragora caulescens C.B.Clarke", + "canonicalName": "Mandragora caulescens", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Mandragora", + "species": "Mandragora caulescens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928728, + "speciesKey": 7299934, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Mandragora caulescens C.B.Clarke", + "usageKey": 7299934, + "key": "Mandragora caulescens", + "confidence": 99 + }, + { + "name": "Mandragora chinghaiensis", + "match": { + "usageKey": 5581339, + "acceptedUsageKey": 7299935, + "scientificName": "Mandragora chinghaiensis Kuang & A.M.Lu", + "canonicalName": "Mandragora chinghaiensis", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Mandragora", + "species": "Mandragora caulescens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928728, + "speciesKey": 7299934, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Mandragora chinghaiensis Kuang & A.M.Lu", + "usageKey": 5581339, + "key": "Mandragora chinghaiensis", + "confidence": 98 + }, + { + "name": "Mandragora officinarum", + "match": { + "usageKey": 5341748, + "scientificName": "Mandragora officinarum L.", + "canonicalName": "Mandragora officinarum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=3", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8143211, + "scientificName": "Mandragora officinarum Bertol.", + "canonicalName": "Mandragora officinarum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Mandragora", + "species": "Mandragora officinarum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928728, + "speciesKey": 8143211, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Mandragora", + "species": "Mandragora officinarum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928728, + "speciesKey": 5341748, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Mandragora officinarum L.", + "usageKey": 5341748, + "key": "Mandragora officinarum", + "confidence": 98 + }, + { + "name": "Mandragora autumnalis", + "match": { + "usageKey": 5341750, + "acceptedUsageKey": 5341748, + "scientificName": "Mandragora autumnalis Bertol.", + "canonicalName": "Mandragora autumnalis", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Mandragora", + "species": "Mandragora officinarum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928728, + "speciesKey": 5341748, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Mandragora autumnalis Bertol.", + "usageKey": 5341750, + "key": "Mandragora autumnalis", + "confidence": 98 + }, + { + "name": "Mandragora turcomanica", + "match": { + "usageKey": 5581319, + "scientificName": "Mandragora turcomanica Mizg.", + "canonicalName": "Mandragora turcomanica", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Mandragora", + "species": "Mandragora turcomanica", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928728, + "speciesKey": 5581319, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Mandragora turcomanica Mizg.", + "usageKey": 5581319, + "key": "Mandragora turcomanica", + "confidence": 99 + }, + { + "name": "Nicandra physalodes", + "match": { + "usageKey": 5341754, + "scientificName": "Nicandra physalodes (L.) Gaertn.", + "canonicalName": "Nicandra physalodes", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8286968, + "acceptedUsageKey": 5341754, + "scientificName": "Nicandra physalodes Scop.", + "canonicalName": "Nicandra physalodes", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicandra", + "species": "Nicandra physalodes", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928854, + "speciesKey": 5341754, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 10913876, + "acceptedUsageKey": 3799825, + "scientificName": "Nicandra physaloides (L.) Gaertn.", + "canonicalName": "Nicandra physaloides", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physochlaina", + "species": "Physochlaina physaloides", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299647, + "speciesKey": 3799825, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicandra", + "species": "Nicandra physalodes", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928854, + "speciesKey": 5341754, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nicandra physalodes (L.) Gaertn.", + "usageKey": 5341754, + "key": "Nicandra physalodes", + "confidence": 97 + }, + { + "name": "Iochroma cardenasianum", + "match": { + "usageKey": 3802388, + "acceptedUsageKey": 10236140, + "scientificName": "Iochroma cardenasianum Hunz.", + "canonicalName": "Iochroma cardenasianum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Trompettia", + "species": "Trompettia cardenasiana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 10051800, + "speciesKey": 10236140, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Iochroma cardenasianum Hunz.", + "usageKey": 3802388, + "key": "Iochroma cardenasianum", + "confidence": 98 + }, + { + "name": "Brugmansia sanguinea", + "match": { + "usageKey": 5341760, + "scientificName": "Brugmansia sanguinea (Ruiz & Pav.) D.Don", + "canonicalName": "Brugmansia sanguinea", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Brugmansia", + "species": "Brugmansia sanguinea", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928883, + "speciesKey": 5341760, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Brugmansia sanguinea (Ruiz & Pav.) D.Don", + "usageKey": 5341760, + "key": "Brugmansia sanguinea", + "confidence": 99 + }, + { + "name": "Brugmansia arborea", + "match": { + "usageKey": 5341759, + "scientificName": "Brugmansia arborea (L.) Steud.", + "canonicalName": "Brugmansia arborea", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7658772, + "acceptedUsageKey": 5341759, + "scientificName": "Brugmansia arborea (L.) Lagerh.", + "canonicalName": "Brugmansia arborea", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Brugmansia", + "species": "Brugmansia arborea", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928883, + "speciesKey": 5341759, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 11085843, + "acceptedUsageKey": 5341759, + "scientificName": "Brugmansia arborea (L.) Sweet", + "canonicalName": "Brugmansia arborea", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Brugmansia", + "species": "Brugmansia arborea", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928883, + "speciesKey": 5341759, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 12103227, + "acceptedUsageKey": 5341759, + "scientificName": "Brugmansia arborea (Linnaeus, 1753) Pers.", + "canonicalName": "Brugmansia arborea", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Brugmansia", + "species": "Brugmansia arborea", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928883, + "speciesKey": 5341759, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Brugmansia", + "species": "Brugmansia arborea", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928883, + "speciesKey": 5341759, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Brugmansia arborea (L.) Steud.", + "usageKey": 5341759, + "key": "Brugmansia arborea", + "confidence": 97 + }, + { + "name": "Brugmansia aurea", + "match": { + "usageKey": 5581099, + "scientificName": "Brugmansia aurea Lagerh.", + "canonicalName": "Brugmansia aurea", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7424333, + "acceptedUsageKey": 5341760, + "scientificName": "Brugmansia aurea Harrison", + "canonicalName": "Brugmansia aurea", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Brugmansia", + "species": "Brugmansia sanguinea", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928883, + "speciesKey": 5341760, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 5580960, + "acceptedUsageKey": 5341760, + "scientificName": "Brugmansia lutea Berl.", + "canonicalName": "Brugmansia lutea", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Brugmansia", + "species": "Brugmansia sanguinea", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928883, + "speciesKey": 5341760, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Brugmansia", + "species": "Brugmansia aurea", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928883, + "speciesKey": 5581099, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Brugmansia aurea Lagerh.", + "usageKey": 5581099, + "key": "Brugmansia aurea", + "confidence": 97 + }, + { + "name": "Datura discolor", + "match": { + "usageKey": 2928735, + "scientificName": "Datura discolor Bernh.", + "canonicalName": "Datura discolor", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 1412379, + "acceptedUsageKey": 1412378, + "scientificName": "Diura discolor Redtenbacher, 1908", + "canonicalName": "Diura discolor", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Animalia", + "phylum": "Arthropoda", + "order": "Phasmida", + "family": "Phasmatidae", + "genus": "Didymuria", + "species": "Didymuria violescens", + "kingdomKey": 1, + "phylumKey": 54, + "classKey": 216, + "orderKey": 1460, + "familyKey": 5108, + "genusKey": 1412373, + "speciesKey": 1412378, + "synonym": true, + "class": "Insecta" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Datura", + "species": "Datura discolor", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928734, + "speciesKey": 2928735, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Datura discolor Bernh.", + "usageKey": 2928735, + "key": "Datura discolor", + "confidence": 99 + }, + { + "name": "Datura metel", + "match": { + "usageKey": 2928747, + "scientificName": "Datura metel L.", + "canonicalName": "Datura metel", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7809346, + "acceptedUsageKey": 2928755, + "scientificName": "Datura metel Griseb., 1861", + "canonicalName": "Datura metel", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Datura", + "species": "Datura innoxia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928734, + "speciesKey": 2928755, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8632676, + "acceptedUsageKey": 2928755, + "scientificName": "Datura metel Sessé & Moc.", + "canonicalName": "Datura metel", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Datura", + "species": "Datura innoxia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928734, + "speciesKey": 2928755, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8404526, + "acceptedUsageKey": 2928755, + "scientificName": "Datura metel Sessé & Moc. ex Dunal", + "canonicalName": "Datura metel", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Datura", + "species": "Datura innoxia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928734, + "speciesKey": 2928755, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8169653, + "scientificName": "Datura metel Mill., 1768", + "canonicalName": "Datura metel", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Datura", + "species": "Datura metel", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928734, + "speciesKey": 8169653, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Datura", + "species": "Datura metel", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928734, + "speciesKey": 2928747, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Datura metel L.", + "usageKey": 2928747, + "key": "Datura metel", + "confidence": 97 + }, + { + "name": "Datura inoxia", + "match": { + "usageKey": 2928755, + "scientificName": "Datura innoxia Mill.", + "canonicalName": "Datura innoxia", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 96, + "note": "Similarity: name=100; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Datura", + "species": "Datura innoxia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928734, + "speciesKey": 2928755, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Datura innoxia Mill.", + "usageKey": 2928755, + "key": "Datura inoxia", + "confidence": 96 + }, + { + "name": "Datura leichhardtii", + "match": { + "usageKey": 7893055, + "scientificName": "Datura leichhardtii F.Muell.", + "canonicalName": "Datura leichhardtii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2928740, + "acceptedUsageKey": 7893055, + "scientificName": "Datura leichhardtii Benth.", + "canonicalName": "Datura leichhardtii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Datura", + "species": "Datura leichhardtii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928734, + "speciesKey": 7893055, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Datura", + "species": "Datura leichhardtii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928734, + "speciesKey": 7893055, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Datura leichhardtii F.Muell.", + "usageKey": 7893055, + "key": "Datura leichhardtii", + "confidence": 97 + }, + { + "name": "Datura ferox", + "match": { + "usageKey": 7894250, + "scientificName": "Datura ferox L.", + "canonicalName": "Datura ferox", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2928739, + "acceptedUsageKey": 2928751, + "scientificName": "Datura ferox Nees", + "canonicalName": "Datura ferox", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Datura", + "species": "Datura stramonium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928734, + "speciesKey": 2928751, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Datura", + "species": "Datura ferox", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928734, + "speciesKey": 7894250, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Datura ferox L.", + "usageKey": 7894250, + "key": "Datura ferox", + "confidence": 97 + }, + { + "name": "Datura quercifolia", + "match": { + "usageKey": 2928738, + "scientificName": "Datura quercifolia Kunth", + "canonicalName": "Datura quercifolia", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=3", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7710510, + "scientificName": "Datura quercifolia Godr.", + "canonicalName": "Datura quercifolia", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Datura", + "species": "Datura quercifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928734, + "speciesKey": 7710510, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Datura", + "species": "Datura quercifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928734, + "speciesKey": 2928738, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Datura quercifolia Kunth", + "usageKey": 2928738, + "key": "Datura quercifolia", + "confidence": 98 + }, + { + "name": "Datura bernhardii", + "match": { + "usageKey": 3799009, + "acceptedUsageKey": 2928751, + "scientificName": "Datura bernhardii Lundstr.", + "canonicalName": "Datura bernhardii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Datura", + "species": "Datura stramonium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928734, + "speciesKey": 2928751, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Datura bernhardii Lundstr.", + "usageKey": 3799009, + "key": "Datura bernhardii", + "confidence": 98 + }, + { + "name": "Datura stramonium", + "match": { + "usageKey": 2928751, + "scientificName": "Datura stramonium L.", + "canonicalName": "Datura stramonium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=3", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7377755, + "scientificName": "Datura stramonium Thunb., 1784", + "canonicalName": "Datura stramonium", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Datura", + "species": "Datura stramonium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928734, + "speciesKey": 7377755, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 7555256, + "scientificName": "Datura stramonium Wall.", + "canonicalName": "Datura stramonium", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Datura", + "species": "Datura stramonium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928734, + "speciesKey": 7555256, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Datura", + "species": "Datura stramonium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928734, + "speciesKey": 2928751, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Datura stramonium L.", + "usageKey": 2928751, + "key": "Datura stramonium", + "confidence": 98 + }, + { + "name": "Datura laevis", + "match": { + "error": true + }, + "key": "Datura laevis" + }, + { + "name": "Datura ceratocaula", + "match": { + "usageKey": 3798966, + "scientificName": "Datura ceratocaula Jacq.", + "canonicalName": "Datura ceratocaula", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7530087, + "acceptedUsageKey": 3798966, + "scientificName": "Datura ceratocaula Ortega", + "canonicalName": "Datura ceratocaula", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Datura", + "species": "Datura ceratocaula", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928734, + "speciesKey": 3798966, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Datura", + "species": "Datura ceratocaula", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928734, + "speciesKey": 3798966, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Datura ceratocaula Jacq.", + "usageKey": 3798966, + "key": "Datura ceratocaula", + "confidence": 97 + }, + { + "name": "Datura rosei", + "match": { + "usageKey": 3798623, + "acceptedUsageKey": 5341760, + "scientificName": "Datura rosei Saff.", + "canonicalName": "Datura rosei", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Brugmansia", + "species": "Brugmansia sanguinea", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928883, + "speciesKey": 5341760, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Datura rosei Saff.", + "usageKey": 3798623, + "key": "Datura rosei", + "confidence": 98 + }, + { + "name": "Nectouxia formosa", + "match": { + "usageKey": 2932909, + "scientificName": "Nectouxia formosa Kunth", + "canonicalName": "Nectouxia formosa", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nectouxia", + "species": "Nectouxia formosa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932908, + "speciesKey": 2932909, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nectouxia formosa Kunth", + "usageKey": 2932909, + "key": "Nectouxia formosa", + "confidence": 99 + }, + { + "name": "Salpichroa origanifolia", + "match": { + "usageKey": 2928796, + "scientificName": "Salpichroa origanifolia (Lam.) Baill.", + "canonicalName": "Salpichroa origanifolia", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8118980, + "acceptedUsageKey": 2928796, + "scientificName": "Salpichroa origanifolia (Lam.) Thell.", + "canonicalName": "Salpichroa origanifolia", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Salpichroa", + "species": "Salpichroa origanifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928795, + "speciesKey": 2928796, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Salpichroa", + "species": "Salpichroa origanifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928795, + "speciesKey": 2928796, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Salpichroa origanifolia (Lam.) Baill.", + "usageKey": 2928796, + "key": "Salpichroa origanifolia", + "confidence": 97 + }, + { + "name": "Lycianthes shanesii", + "match": { + "usageKey": 3798922, + "scientificName": "Lycianthes shanesii (F.Muell.) A.R.Bean", + "canonicalName": "Lycianthes shanesii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes shanesii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 3798922, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycianthes shanesii (F.Muell.) A.R.Bean", + "usageKey": 3798922, + "key": "Lycianthes shanesii", + "confidence": 99 + }, + { + "name": "Lycianthes lysimachioides", + "match": { + "usageKey": 7299573, + "scientificName": "Lycianthes lysimachioides (Wall.) Bitter", + "canonicalName": "Lycianthes lysimachioides", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes lysimachioides", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 7299573, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycianthes lysimachioides (Wall.) Bitter", + "usageKey": 7299573, + "key": "Lycianthes lysimachioides", + "confidence": 99 + }, + { + "name": "Lycianthes biflora", + "match": { + "usageKey": 7299714, + "scientificName": "Lycianthes biflora (Lour.) Bitter", + "canonicalName": "Lycianthes biflora", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7808670, + "acceptedUsageKey": 7299649, + "scientificName": "Lycianthes uniflorum Lourt.", + "canonicalName": "Lycianthes uniflorum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes fugax", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 7299649, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes biflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 7299714, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycianthes biflora (Lour.) Bitter", + "usageKey": 7299714, + "key": "Lycianthes biflora", + "confidence": 99 + }, + { + "name": "Lycianthes denticulata", + "match": { + "usageKey": 8679578, + "scientificName": "Lycianthes denticulata (Blume) Bitter", + "canonicalName": "Lycianthes denticulata", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes denticulata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 8679578, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycianthes denticulata (Blume) Bitter", + "usageKey": 8679578, + "key": "Lycianthes denticulata", + "confidence": 99 + }, + { + "name": "Lycianthes sanctaeclarae", + "match": { + "usageKey": 3798946, + "scientificName": "Lycianthes sanctaeclarae (Greenm.) D' Arcy", + "canonicalName": "Lycianthes sanctaeclarae", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3798936, + "scientificName": "Lycianthes santaeclarae (Greenm.) D'Arcy, 1977", + "canonicalName": "Lycianthes santaeclarae", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 93, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes santaeclarae", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 3798936, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes sanctaeclarae", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 3798946, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycianthes sanctaeclarae (Greenm.) D' Arcy", + "usageKey": 3798946, + "key": "Lycianthes sanctaeclarae", + "confidence": 99 + }, + { + "name": "Lycianthes synanthera", + "match": { + "usageKey": 3798770, + "scientificName": "Lycianthes synanthera (Sendtn.) Bitter", + "canonicalName": "Lycianthes synanthera", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes synanthera", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 3798770, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycianthes synanthera (Sendtn.) Bitter", + "usageKey": 3798770, + "key": "Lycianthes synanthera", + "confidence": 99 + }, + { + "name": "Lycianthes pringlei", + "match": { + "usageKey": 3799090, + "scientificName": "Lycianthes pringlei (B.L.Rob. & Greenm.) Bitter", + "canonicalName": "Lycianthes pringlei", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes pringlei", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 3799090, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycianthes pringlei (B.L.Rob. & Greenm.) Bitter", + "usageKey": 3799090, + "key": "Lycianthes pringlei", + "confidence": 99 + }, + { + "name": "Lycianthes beckneriana", + "match": { + "usageKey": 3800230, + "scientificName": "Lycianthes beckneriana D' Arcy", + "canonicalName": "Lycianthes beckneriana", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes beckneriana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 3800230, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycianthes beckneriana D' Arcy", + "usageKey": 3800230, + "key": "Lycianthes beckneriana", + "confidence": 99 + }, + { + "name": "Lycianthes furcatistellata", + "match": { + "usageKey": 3799818, + "scientificName": "Lycianthes furcatistellata Bitter", + "canonicalName": "Lycianthes furcatistellata", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes furcatistellata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 3799818, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycianthes furcatistellata Bitter", + "usageKey": 3799818, + "key": "Lycianthes furcatistellata", + "confidence": 99 + }, + { + "name": "Lycianthes multiflora", + "match": { + "usageKey": 7299547, + "scientificName": "Lycianthes multiflora Bitter", + "canonicalName": "Lycianthes multiflora", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3799253, + "scientificName": "Lycianthes multifolia (Merr. & L.M.Perry) A.R.Bean", + "canonicalName": "Lycianthes multifolia", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes multifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 3799253, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes multiflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 7299547, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycianthes multiflora Bitter", + "usageKey": 7299547, + "key": "Lycianthes multiflora", + "confidence": 99 + }, + { + "name": "Lycianthes glandulosa", + "match": { + "usageKey": 3799795, + "scientificName": "Lycianthes glandulosa (Ruiz & Pav.) Bitter", + "canonicalName": "Lycianthes glandulosa", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes glandulosa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 3799795, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycianthes glandulosa (Ruiz & Pav.) Bitter", + "usageKey": 3799795, + "key": "Lycianthes glandulosa", + "confidence": 99 + }, + { + "name": "Lycianthes pseudolycioides", + "match": { + "usageKey": 3799071, + "acceptedUsageKey": 7299532, + "scientificName": "Lycianthes pseudolycioides Bitter", + "canonicalName": "Lycianthes pseudolycioides", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes pauciflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 7299532, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Lycianthes pseudolycioides Bitter", + "usageKey": 3799071, + "key": "Lycianthes pseudolycioides", + "confidence": 98 + }, + { + "name": "Lycianthes nitida", + "match": { + "usageKey": 3799241, + "scientificName": "Lycianthes nitida Bitter", + "canonicalName": "Lycianthes nitida", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes nitida", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 3799241, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycianthes nitida Bitter", + "usageKey": 3799241, + "key": "Lycianthes nitida", + "confidence": 99 + }, + { + "name": "Lycianthes jalicensis", + "match": { + "usageKey": 3799583, + "scientificName": "Lycianthes jalicensis E.Dean", + "canonicalName": "Lycianthes jalicensis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 10820174, + "scientificName": "Lycianthes jaliscensis E.Dean", + "canonicalName": "Lycianthes jaliscensis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 93, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes jaliscensis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 10820174, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes jalicensis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 3799583, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycianthes jalicensis E.Dean", + "usageKey": 3799583, + "key": "Lycianthes jalicensis", + "confidence": 99 + }, + { + "name": "Lycianthes surotatensis", + "match": { + "usageKey": 3798778, + "scientificName": "Lycianthes surotatensis Gentry", + "canonicalName": "Lycianthes surotatensis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes surotatensis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 3798778, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycianthes surotatensis Gentry", + "usageKey": 3798778, + "key": "Lycianthes surotatensis", + "confidence": 99 + }, + { + "name": "Lycianthes lenta", + "match": { + "usageKey": 7299590, + "acceptedUsageKey": 8396729, + "scientificName": "Lycianthes lenta (Cav.) Bitter", + "canonicalName": "Lycianthes lenta", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes scandens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 8396729, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Lycianthes lenta (Cav.) Bitter", + "usageKey": 7299590, + "key": "Lycianthes lenta", + "confidence": 98 + }, + { + "name": "Lycianthes stephanocalyx", + "match": { + "usageKey": 3798818, + "scientificName": "Lycianthes stephanocalyx (Brandegee) Bitter", + "canonicalName": "Lycianthes stephanocalyx", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes stephanocalyx", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 3798818, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycianthes stephanocalyx (Brandegee) Bitter", + "usageKey": 3798818, + "key": "Lycianthes stephanocalyx", + "confidence": 99 + }, + { + "name": "Lycianthes tricolor", + "match": { + "usageKey": 7299461, + "scientificName": "Lycianthes tricolor (Moc. & Sessé ex Dunal) Bitter", + "canonicalName": "Lycianthes tricolor", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes tricolor", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 7299461, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycianthes tricolor (Moc. & Sessé ex Dunal) Bitter", + "usageKey": 7299461, + "key": "Lycianthes tricolor", + "confidence": 99 + }, + { + "name": "Lycianthes geminiflora", + "match": { + "usageKey": 3799804, + "scientificName": "Lycianthes geminiflora Bitter", + "canonicalName": "Lycianthes geminiflora", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes geminiflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 3799804, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycianthes geminiflora Bitter", + "usageKey": 3799804, + "key": "Lycianthes geminiflora", + "confidence": 99 + }, + { + "name": "Lycianthes heteroclita", + "match": { + "usageKey": 7299631, + "scientificName": "Lycianthes heteroclita (Sendtn.) Bitter", + "canonicalName": "Lycianthes heteroclita", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes heteroclita", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 7299631, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycianthes heteroclita (Sendtn.) Bitter", + "usageKey": 7299631, + "key": "Lycianthes heteroclita", + "confidence": 99 + }, + { + "name": "Lycianthes fasciculata", + "match": { + "usageKey": 3799898, + "scientificName": "Lycianthes fasciculata (Rusby) Bitter", + "canonicalName": "Lycianthes fasciculata", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes fasciculata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 3799898, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycianthes fasciculata (Rusby) Bitter", + "usageKey": 3799898, + "key": "Lycianthes fasciculata", + "confidence": 99 + }, + { + "name": "Lycianthes saltensis", + "match": { + "usageKey": 3798959, + "acceptedUsageKey": 3799898, + "scientificName": "Lycianthes saltensis Bitter", + "canonicalName": "Lycianthes saltensis", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes fasciculata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 3799898, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Lycianthes saltensis Bitter", + "usageKey": 3798959, + "key": "Lycianthes saltensis", + "confidence": 98 + }, + { + "name": "Lycianthes lycioides", + "match": { + "usageKey": 7299577, + "scientificName": "Lycianthes lycioides (L.) Hassl.", + "canonicalName": "Lycianthes lycioides", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes lycioides", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 7299577, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycianthes lycioides (L.) Hassl.", + "usageKey": 7299577, + "key": "Lycianthes lycioides", + "confidence": 99 + }, + { + "name": "Lycianthes rantonnei", + "match": { + "usageKey": 8011160, + "acceptedUsageKey": 3799026, + "scientificName": "Lycianthes rantonnei (Carrière) Bitter", + "canonicalName": "Lycianthes rantonnei", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3799026, + "scientificName": "Lycianthes rantonnetii (Carrière ex Lesc.) Bitter", + "canonicalName": "Lycianthes rantonnetii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes rantonnetii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 3799026, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 3799685, + "scientificName": "Lycianthes hintonii E.Dean", + "canonicalName": "Lycianthes hintonii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes hintonii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 3799685, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes rantonnetii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 3799026, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Lycianthes rantonnei (Carrière) Bitter", + "usageKey": 8011160, + "key": "Lycianthes rantonnei", + "confidence": 98 + }, + { + "name": "Lycianthes jelskii", + "match": { + "usageKey": 3799568, + "scientificName": "Lycianthes jelskii (Zahlbr.) Bitter", + "canonicalName": "Lycianthes jelskii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes jelskii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 3799568, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycianthes jelskii (Zahlbr.) Bitter", + "usageKey": 3799568, + "key": "Lycianthes jelskii", + "confidence": 99 + }, + { + "name": "Lycianthes acutifolia", + "match": { + "usageKey": 3800364, + "scientificName": "Lycianthes acutifolia (Ruiz & Pav.) Bitter", + "canonicalName": "Lycianthes acutifolia", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes acutifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 3800364, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycianthes acutifolia (Ruiz & Pav.) Bitter", + "usageKey": 3800364, + "key": "Lycianthes acutifolia", + "confidence": 99 + }, + { + "name": "Lycianthes inaequilatera", + "match": { + "usageKey": 3799595, + "scientificName": "Lycianthes inaequilatera (Rusby) Bitter", + "canonicalName": "Lycianthes inaequilatera", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes inaequilatera", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 3799595, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycianthes inaequilatera (Rusby) Bitter", + "usageKey": 3799595, + "key": "Lycianthes inaequilatera", + "confidence": 99 + }, + { + "name": "Lycianthes amatitlanensis", + "match": { + "usageKey": 3800346, + "scientificName": "Lycianthes amatitlanensis (Coult. & Donn.Sm.) Bitter", + "canonicalName": "Lycianthes amatitlanensis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes amatitlanensis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 3800346, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycianthes amatitlanensis (Coult. & Donn.Sm.) Bitter", + "usageKey": 3800346, + "key": "Lycianthes amatitlanensis", + "confidence": 99 + }, + { + "name": "Lycianthes radiata", + "match": { + "usageKey": 3799036, + "scientificName": "Lycianthes radiata (Sendtn.) Bitter", + "canonicalName": "Lycianthes radiata", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes radiata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 3799036, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycianthes radiata (Sendtn.) Bitter", + "usageKey": 3799036, + "key": "Lycianthes radiata", + "confidence": 99 + }, + { + "name": "Lycianthes asarifolia", + "match": { + "usageKey": 2928973, + "acceptedUsageKey": 3799000, + "scientificName": "Lycianthes asarifolia (Kunth & C.D.Bouché) Bitter", + "canonicalName": "Lycianthes asarifolia", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3798686, + "acceptedUsageKey": 8396729, + "scientificName": "Lycianthes variifolia Standl.", + "canonicalName": "Lycianthes variifolia", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes scandens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 8396729, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes repens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 3799000, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Lycianthes asarifolia (Kunth & C.D.Bouché) Bitter", + "usageKey": 2928973, + "key": "Lycianthes asarifolia", + "confidence": 98 + }, + { + "name": "Lycianthes acapulcensis", + "match": { + "usageKey": 3800412, + "scientificName": "Lycianthes acapulcensis (Baill.) D' Arcy", + "canonicalName": "Lycianthes acapulcensis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes acapulcensis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 3800412, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycianthes acapulcensis (Baill.) D' Arcy", + "usageKey": 3800412, + "key": "Lycianthes acapulcensis", + "confidence": 99 + }, + { + "name": "Lycianthes ciliolata", + "match": { + "usageKey": 7299682, + "scientificName": "Lycianthes ciliolata (M.Martens & Galeotti) Bitter", + "canonicalName": "Lycianthes ciliolata", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes ciliolata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 7299682, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycianthes ciliolata (M.Martens & Galeotti) Bitter", + "usageKey": 7299682, + "key": "Lycianthes ciliolata", + "confidence": 99 + }, + { + "name": "Lycianthes moziniana", + "match": { + "usageKey": 7299555, + "scientificName": "Lycianthes moziniana (Dunal) Bitter", + "canonicalName": "Lycianthes moziniana", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8113015, + "scientificName": "Lycianthes mozinoana (Dunal) Bitter", + "canonicalName": "Lycianthes mozinoana", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 93, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes mozinoana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 8113015, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 3799289, + "acceptedUsageKey": 8113015, + "scientificName": "Lycianthes mociniana (Dunal) Bitter", + "canonicalName": "Lycianthes mociniana", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes mozinoana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 8113015, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes moziniana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 7299555, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycianthes moziniana (Dunal) Bitter", + "usageKey": 7299555, + "key": "Lycianthes moziniana", + "confidence": 99 + }, + { + "name": "Lycianthes rzedowskii", + "match": { + "usageKey": 3798968, + "scientificName": "Lycianthes rzedowskii E.Dean", + "canonicalName": "Lycianthes rzedowskii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes rzedowskii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 3798968, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycianthes rzedowskii E.Dean", + "usageKey": 3798968, + "key": "Lycianthes rzedowskii", + "confidence": 99 + }, + { + "name": "Lycianthes dejecta", + "match": { + "usageKey": 7299665, + "scientificName": "Lycianthes dejecta (Fernald) Bitter", + "canonicalName": "Lycianthes dejecta", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes dejecta", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 7299665, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycianthes dejecta (Fernald) Bitter", + "usageKey": 7299665, + "key": "Lycianthes dejecta", + "confidence": 99 + }, + { + "name": "Lycianthes peduncularis", + "match": { + "usageKey": 3799140, + "scientificName": "Lycianthes peduncularis (Schltdl.) Bitter", + "canonicalName": "Lycianthes peduncularis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes peduncularis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 3799140, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Lycianthes peduncularis (Schltdl.) Bitter", + "usageKey": 3799140, + "key": "Lycianthes peduncularis", + "confidence": 99 + }, + { + "name": "Capsicum geminifolium", + "match": { + "usageKey": 3798708, + "scientificName": "Capsicum geminifolium (Dammer) Hunz.", + "canonicalName": "Capsicum geminifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Capsicum", + "species": "Capsicum geminifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932937, + "speciesKey": 3798708, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Capsicum geminifolium (Dammer) Hunz.", + "usageKey": 3798708, + "key": "Capsicum geminifolium", + "confidence": 99 + }, + { + "name": "Capsicum lycianthoides", + "match": { + "usageKey": 3798461, + "scientificName": "Capsicum lycianthoides Bitter", + "canonicalName": "Capsicum lycianthoides", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Capsicum", + "species": "Capsicum lycianthoides", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932937, + "speciesKey": 3798461, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Capsicum lycianthoides Bitter", + "usageKey": 3798461, + "key": "Capsicum lycianthoides", + "confidence": 99 + }, + { + "name": "Capsicum lanceolatum", + "match": { + "usageKey": 8511867, + "scientificName": "Capsicum lanceolatum (Greenm.) C.V.Morton & Standl.", + "canonicalName": "Capsicum lanceolatum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Capsicum", + "species": "Capsicum lanceolatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932937, + "speciesKey": 8511867, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Capsicum lanceolatum (Greenm.) C.V.Morton & Standl.", + "usageKey": 8511867, + "key": "Capsicum lanceolatum", + "confidence": 99 + }, + { + "name": "Capsicum ciliatum", + "match": { + "usageKey": 3799012, + "acceptedUsageKey": 3798167, + "scientificName": "Capsicum ciliatum (Kunth) Kuntze", + "canonicalName": "Capsicum ciliatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3799018, + "acceptedUsageKey": 2932938, + "scientificName": "Capsicum ciliare Willd.", + "canonicalName": "Capsicum ciliare", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Capsicum", + "species": "Capsicum baccatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932937, + "speciesKey": 2932938, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Capsicum", + "species": "Capsicum rhomboideum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932937, + "speciesKey": 3798167, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Capsicum ciliatum (Kunth) Kuntze", + "usageKey": 3799012, + "key": "Capsicum ciliatum", + "confidence": 98 + }, + { + "name": "Capsicum rhomboideum", + "match": { + "usageKey": 3798167, + "scientificName": "Capsicum rhomboideum (Dunal) Kuntze", + "canonicalName": "Capsicum rhomboideum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3798173, + "scientificName": "Capsicum rhombodeum Kuntze, 1891", + "canonicalName": "Capsicum rhombodeum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 93, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Capsicum", + "species": "Capsicum rhombodeum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932937, + "speciesKey": 3798173, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Capsicum", + "species": "Capsicum rhomboideum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932937, + "speciesKey": 3798167, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Capsicum rhomboideum (Dunal) Kuntze", + "usageKey": 3798167, + "key": "Capsicum rhomboideum", + "confidence": 99 + }, + { + "name": "Capsicum campylopodium", + "match": { + "usageKey": 7299513, + "scientificName": "Capsicum campylopodium Sendtn.", + "canonicalName": "Capsicum campylopodium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 9687145, + "acceptedUsageKey": 7299513, + "scientificName": "Capsicum campylopodum Sendn.", + "canonicalName": "Capsicum campylopodum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Capsicum", + "species": "Capsicum campylopodium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932937, + "speciesKey": 7299513, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Capsicum", + "species": "Capsicum campylopodium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932937, + "speciesKey": 7299513, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Capsicum campylopodium Sendtn.", + "usageKey": 7299513, + "key": "Capsicum campylopodium", + "confidence": 99 + }, + { + "name": "Capsicum pereirae", + "match": { + "usageKey": 3798264, + "scientificName": "Capsicum pereirae Barboza & Bianch.", + "canonicalName": "Capsicum pereirae", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Capsicum", + "species": "Capsicum pereirae", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932937, + "speciesKey": 3798264, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Capsicum pereirae Barboza & Bianch.", + "usageKey": 3798264, + "key": "Capsicum pereirae", + "confidence": 99 + }, + { + "name": "Capsicum villosum", + "match": { + "usageKey": 7299326, + "scientificName": "Capsicum villosum Sendtn.", + "canonicalName": "Capsicum villosum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Capsicum", + "species": "Capsicum villosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932937, + "speciesKey": 7299326, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Capsicum villosum Sendtn.", + "usageKey": 7299326, + "key": "Capsicum villosum", + "confidence": 99 + }, + { + "name": "Capsicum schottianum", + "match": { + "usageKey": 7299367, + "scientificName": "Capsicum schottianum Sendtn.", + "canonicalName": "Capsicum schottianum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Capsicum", + "species": "Capsicum schottianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932937, + "speciesKey": 7299367, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Capsicum schottianum Sendtn.", + "usageKey": 7299367, + "key": "Capsicum schottianum", + "confidence": 99 + }, + { + "name": "Capsicum hunzikerianum", + "match": { + "usageKey": 3798599, + "scientificName": "Capsicum hunzikerianum Barboza & Bianch.", + "canonicalName": "Capsicum hunzikerianum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Capsicum", + "species": "Capsicum hunzikerianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932937, + "speciesKey": 3798599, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Capsicum hunzikerianum Barboza & Bianch.", + "usageKey": 3798599, + "key": "Capsicum hunzikerianum", + "confidence": 99 + }, + { + "name": "Capsicum recurvatum", + "match": { + "usageKey": 3798176, + "scientificName": "Capsicum recurvatum Witasek", + "canonicalName": "Capsicum recurvatum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Capsicum", + "species": "Capsicum recurvatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932937, + "speciesKey": 3798176, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Capsicum recurvatum Witasek", + "usageKey": 3798176, + "key": "Capsicum recurvatum", + "confidence": 99 + }, + { + "name": "Capsicum flexuosum", + "match": { + "usageKey": 7299476, + "scientificName": "Capsicum flexuosum Sendtn.", + "canonicalName": "Capsicum flexuosum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Capsicum", + "species": "Capsicum flexuosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932937, + "speciesKey": 7299476, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Capsicum flexuosum Sendtn.", + "usageKey": 7299476, + "key": "Capsicum flexuosum", + "confidence": 99 + }, + { + "name": "Capsicum cardenasii", + "match": { + "usageKey": 3799066, + "scientificName": "Capsicum cardenasii Heiser & P.G.Sm.", + "canonicalName": "Capsicum cardenasii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Capsicum", + "species": "Capsicum cardenasii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932937, + "speciesKey": 3799066, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Capsicum cardenasii Heiser & P.G.Sm.", + "usageKey": 3799066, + "key": "Capsicum cardenasii", + "confidence": 99 + }, + { + "name": "Capsicum eximium", + "match": { + "usageKey": 7299482, + "scientificName": "Capsicum eximium Hunz.", + "canonicalName": "Capsicum eximium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Capsicum", + "species": "Capsicum eximium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932937, + "speciesKey": 7299482, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Capsicum eximium Hunz.", + "usageKey": 7299482, + "key": "Capsicum eximium", + "confidence": 99 + }, + { + "name": "Capsicum ceratocalyx", + "match": { + "usageKey": 3799050, + "scientificName": "Capsicum ceratocalyx M.Nee", + "canonicalName": "Capsicum ceratocalyx", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Capsicum", + "species": "Capsicum ceratocalyx", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932937, + "speciesKey": 3799050, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Capsicum ceratocalyx M.Nee", + "usageKey": 3799050, + "key": "Capsicum ceratocalyx", + "confidence": 99 + }, + { + "name": "Capsicum minutiflorum", + "match": { + "usageKey": 3798361, + "scientificName": "Capsicum minutiflorum (Rusby) Hunz.", + "canonicalName": "Capsicum minutiflorum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Capsicum", + "species": "Capsicum minutiflorum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932937, + "speciesKey": 3798361, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Capsicum minutiflorum (Rusby) Hunz.", + "usageKey": 3798361, + "key": "Capsicum minutiflorum", + "confidence": 99 + }, + { + "name": "Capsicum pubescens", + "match": { + "usageKey": 2932943, + "scientificName": "Capsicum pubescens Ruiz & Pav.", + "canonicalName": "Capsicum pubescens", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7663895, + "acceptedUsageKey": 2932944, + "scientificName": "Capsicum pubescens Dunal", + "canonicalName": "Capsicum pubescens", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Capsicum", + "species": "Capsicum annuum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932937, + "speciesKey": 2932944, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3799297, + "acceptedUsageKey": 2931016, + "scientificName": "Capsicum albescens (Britton) Kuntze", + "canonicalName": "Capsicum albescens", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum albescens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931016, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Capsicum", + "species": "Capsicum pubescens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932937, + "speciesKey": 2932943, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Capsicum pubescens Ruiz & Pav.", + "usageKey": 2932943, + "key": "Capsicum pubescens", + "confidence": 97 + }, + { + "name": "Capsicum tovarii", + "match": { + "usageKey": 3797972, + "scientificName": "Capsicum tovarii Eshbaugh, P.G.Sm. & Nickrent", + "canonicalName": "Capsicum tovarii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Capsicum", + "species": "Capsicum tovarii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932937, + "speciesKey": 3797972, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Capsicum tovarii Eshbaugh, P.G.Sm. & Nickrent", + "usageKey": 3797972, + "key": "Capsicum tovarii", + "confidence": 99 + }, + { + "name": "Capsicum chacoense", + "match": { + "usageKey": 7299506, + "scientificName": "Capsicum chacoense Hunz.", + "canonicalName": "Capsicum chacoense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Capsicum", + "species": "Capsicum chacoense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932937, + "speciesKey": 7299506, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Capsicum chacoense Hunz.", + "usageKey": 7299506, + "key": "Capsicum chacoense", + "confidence": 99 + }, + { + "name": "Capsicum baccatum", + "match": { + "usageKey": 2932938, + "scientificName": "Capsicum baccatum L.", + "canonicalName": "Capsicum baccatum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8478635, + "acceptedUsageKey": 2932944, + "scientificName": "Capsicum baccatum Buch.-Ham.", + "canonicalName": "Capsicum baccatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Capsicum", + "species": "Capsicum annuum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932937, + "speciesKey": 2932944, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8236161, + "acceptedUsageKey": 2932944, + "scientificName": "Capsicum baccatum Buch.-Ham. ex Wall.", + "canonicalName": "Capsicum baccatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Capsicum", + "species": "Capsicum annuum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932937, + "speciesKey": 2932944, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8107163, + "acceptedUsageKey": 7258979, + "scientificName": "Capsicum baccatum Dunal", + "canonicalName": "Capsicum baccatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Capsicum", + "species": "Capsicum baccatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932937, + "speciesKey": 2932938, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8300881, + "acceptedUsageKey": 2932938, + "scientificName": "Capsicum baccatum Kunth", + "canonicalName": "Capsicum baccatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Capsicum", + "species": "Capsicum baccatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932937, + "speciesKey": 2932938, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8247636, + "acceptedUsageKey": 2932944, + "scientificName": "Capsicum baccatum Rodschied", + "canonicalName": "Capsicum baccatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Capsicum", + "species": "Capsicum annuum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932937, + "speciesKey": 2932944, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7618566, + "acceptedUsageKey": 8403992, + "scientificName": "Capsicum baccatum Vell.", + "canonicalName": "Capsicum baccatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Capsicum", + "species": "Capsicum frutescens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932937, + "speciesKey": 8403992, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 11780529, + "scientificName": "Capscium baccatum", + "canonicalName": "Capscium baccatum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 80, + "note": "Similarity: name=75; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Capscium", + "species": "Capscium baccatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 11686458, + "speciesKey": 11780529, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Capsicum", + "species": "Capsicum baccatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932937, + "speciesKey": 2932938, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Capsicum baccatum L.", + "usageKey": 2932938, + "key": "Capsicum baccatum", + "confidence": 97 + }, + { + "name": "Capsicum coccineum", + "match": { + "usageKey": 3799006, + "scientificName": "Capsicum coccineum (Rusby) Hunz.", + "canonicalName": "Capsicum coccineum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Capsicum", + "species": "Capsicum coccineum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932937, + "speciesKey": 3799006, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Capsicum coccineum (Rusby) Hunz.", + "usageKey": 3799006, + "key": "Capsicum coccineum", + "confidence": 99 + }, + { + "name": "Capsicum annuum", + "match": { + "usageKey": 2932944, + "scientificName": "Capsicum annuum L.", + "canonicalName": "Capsicum annuum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 10865188, + "scientificName": "Capsicum neei Barboza & X.Reyes", + "canonicalName": "Capsicum neei", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Capsicum", + "species": "Capsicum neei", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932937, + "speciesKey": 10865188, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 3799152, + "acceptedUsageKey": 2932944, + "scientificName": "Capsicum axi Vell.", + "canonicalName": "Capsicum axi", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Capsicum", + "species": "Capsicum annuum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932937, + "speciesKey": 2932944, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Capsicum", + "species": "Capsicum annuum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932937, + "speciesKey": 2932944, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Capsicum annuum L.", + "usageKey": 2932944, + "key": "Capsicum annuum", + "confidence": 99 + }, + { + "name": "Capsicum chinense", + "match": { + "usageKey": 2932942, + "scientificName": "Capsicum chinense Jacq.", + "canonicalName": "Capsicum chinense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8042396, + "scientificName": "Capsicum sinense Jacq.", + "canonicalName": "Capsicum sinense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Capsicum", + "species": "Capsicum sinense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932937, + "speciesKey": 8042396, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 3798096, + "acceptedUsageKey": 2932942, + "scientificName": "Capsicum sinense Murray", + "canonicalName": "Capsicum sinense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Capsicum", + "species": "Capsicum chinense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932937, + "speciesKey": 2932942, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Capsicum", + "species": "Capsicum chinense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932937, + "speciesKey": 2932942, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Capsicum chinense Jacq.", + "usageKey": 2932942, + "key": "Capsicum chinense", + "confidence": 99 + }, + { + "name": "Capsicum frutescens", + "match": { + "usageKey": 8403992, + "scientificName": "Capsicum frutescens L.", + "canonicalName": "Capsicum frutescens", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 11040371, + "acceptedUsageKey": 8403992, + "scientificName": "Capsicum frutescens Willd.", + "canonicalName": "Capsicum frutescens", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Capsicum", + "species": "Capsicum frutescens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932937, + "speciesKey": 8403992, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 6402384, + "scientificName": "Capsicum frutescens Rodsch.", + "canonicalName": "Capsicum frutescens", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Capsicum", + "species": "Capsicum frutescens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932937, + "speciesKey": 6402384, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Capsicum", + "species": "Capsicum frutescens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932937, + "speciesKey": 8403992, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Capsicum frutescens L.", + "usageKey": 8403992, + "key": "Capsicum frutescens", + "confidence": 97 + }, + { + "name": "Capsicum galapagoense", + "match": { + "usageKey": 3798719, + "scientificName": "Capsicum galapagoense Hunz.", + "canonicalName": "Capsicum galapagoense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 11319522, + "acceptedUsageKey": 3798717, + "scientificName": "Capsicum galapagoense Heiser & P.G.Sm.", + "canonicalName": "Capsicum galapagoense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Capsicum", + "species": "Capsicum galapagoensis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932937, + "speciesKey": 3798717, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3798726, + "acceptedUsageKey": 3798719, + "scientificName": "Capsicum galapagense Heiser & P.G.Sm.", + "canonicalName": "Capsicum galapagense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Capsicum", + "species": "Capsicum galapagoense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932937, + "speciesKey": 3798719, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3798717, + "scientificName": "Capsicum galapagoensis Hunz.", + "canonicalName": "Capsicum galapagoensis", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 88, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Capsicum", + "species": "Capsicum galapagoensis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932937, + "speciesKey": 3798717, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Capsicum", + "species": "Capsicum galapagoense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932937, + "speciesKey": 3798719, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Capsicum galapagoense Hunz.", + "usageKey": 3798719, + "key": "Capsicum galapagoense", + "confidence": 97 + }, + { + "name": "Witheringia cuneata", + "match": { + "usageKey": 5581171, + "acceptedUsageKey": 7716435, + "scientificName": "Witheringia cuneata (Standl.) Hunz.", + "canonicalName": "Witheringia cuneata", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cuatresia", + "species": "Cuatresia cuneata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299697, + "speciesKey": 7716435, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Witheringia cuneata (Standl.) Hunz.", + "usageKey": 5581171, + "key": "Witheringia cuneata", + "confidence": 98 + }, + { + "name": "Cuatresia exiguiflora", + "match": { + "usageKey": 3800202, + "scientificName": "Cuatresia exiguiflora (D' Arcy) Hunz.", + "canonicalName": "Cuatresia exiguiflora", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cuatresia", + "species": "Cuatresia exiguiflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299697, + "speciesKey": 3800202, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Cuatresia exiguiflora (D' Arcy) Hunz.", + "usageKey": 3800202, + "key": "Cuatresia exiguiflora", + "confidence": 99 + }, + { + "name": "Cuatresia riparia", + "match": { + "usageKey": 7299700, + "scientificName": "Cuatresia riparia (Kunth) Hunz.", + "canonicalName": "Cuatresia riparia", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Cuatresia", + "species": "Cuatresia riparia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299697, + "speciesKey": 7299700, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Cuatresia riparia (Kunth) Hunz.", + "usageKey": 7299700, + "key": "Cuatresia riparia", + "confidence": 99 + }, + { + "name": "Aureliana fasciculata", + "match": { + "usageKey": 7300030, + "acceptedUsageKey": 9922638, + "scientificName": "Aureliana fasciculata (Vell.) Sendtn.", + "canonicalName": "Aureliana fasciculata", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; 2 synonym homonyms; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 11088812, + "acceptedUsageKey": 9922638, + "scientificName": "Aureliana fasciculata (Vell.) Seudtn.", + "canonicalName": "Aureliana fasciculata", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Athenaea", + "species": "Athenaea fasciculata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 3234419, + "speciesKey": 9922638, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Athenaea", + "species": "Athenaea fasciculata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 3234419, + "speciesKey": 9922638, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Aureliana fasciculata (Vell.) Sendtn.", + "usageKey": 7300030, + "key": "Aureliana fasciculata", + "confidence": 97 + }, + { + "name": "Athenaea pogogena", + "match": { + "usageKey": 7300089, + "scientificName": "Athenaea pogogena (Moric.) Sendtn.", + "canonicalName": "Athenaea pogogena", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Athenaea", + "species": "Athenaea pogogena", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 3234419, + "speciesKey": 7300089, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Athenaea pogogena (Moric.) Sendtn.", + "usageKey": 7300089, + "key": "Athenaea pogogena", + "confidence": 99 + }, + { + "name": "Athenaea sp", + "match": { + "error": true + }, + "key": "Athenaea sp" + }, + { + "name": "Nothocestrum latifolium", + "match": { + "usageKey": 2928714, + "scientificName": "Nothocestrum latifolium A.Gray", + "canonicalName": "Nothocestrum latifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nothocestrum", + "species": "Nothocestrum latifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928713, + "speciesKey": 2928714, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nothocestrum latifolium A.Gray", + "usageKey": 2928714, + "key": "Nothocestrum latifolium", + "confidence": 99 + }, + { + "name": "Nothocestrum longifolium", + "match": { + "usageKey": 2928722, + "scientificName": "Nothocestrum longifolium A.Gray", + "canonicalName": "Nothocestrum longifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nothocestrum", + "species": "Nothocestrum longifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928713, + "speciesKey": 2928722, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Nothocestrum longifolium A.Gray", + "usageKey": 2928722, + "key": "Nothocestrum longifolium", + "confidence": 99 + }, + { + "name": "Discopodium penninervium", + "match": { + "usageKey": 5580905, + "scientificName": "Discopodium penninervium Hochst.", + "canonicalName": "Discopodium penninervium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Discopodium", + "species": "Discopodium penninervium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 3234413, + "speciesKey": 5580905, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Discopodium penninervium Hochst.", + "usageKey": 5580905, + "key": "Discopodium penninervium", + "confidence": 99 + }, + { + "name": "Mellissia begoniifolia", + "match": { + "usageKey": 5792754, + "acceptedUsageKey": 7828820, + "scientificName": "Mellissia begoniifolia (Roxb.) Hook.fil.", + "canonicalName": "Mellissia begoniifolia", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Withania", + "species": "Withania begoniifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928839, + "speciesKey": 7828820, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Mellissia begoniifolia (Roxb.) Hook.fil.", + "usageKey": 5792754, + "key": "Mellissia begoniifolia", + "confidence": 98 + }, + { + "name": "Withania coagulans", + "match": { + "usageKey": 3801167, + "scientificName": "Withania coagulans (Stocks) Dunal", + "canonicalName": "Withania coagulans", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Withania", + "species": "Withania coagulans", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928839, + "speciesKey": 3801167, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Withania coagulans (Stocks) Dunal", + "usageKey": 3801167, + "key": "Withania coagulans", + "confidence": 99 + }, + { + "name": "Withania somnifera", + "match": { + "usageKey": 2928840, + "scientificName": "Withania somnifera (L.) Dunal", + "canonicalName": "Withania somnifera", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Withania", + "species": "Withania somnifera", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928839, + "speciesKey": 2928840, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Withania somnifera (L.) Dunal", + "usageKey": 2928840, + "key": "Withania somnifera", + "confidence": 99 + }, + { + "name": "Larnax peruviana", + "match": { + "usageKey": 3800960, + "acceptedUsageKey": 7776109, + "scientificName": "Larnax peruviana (Zahlbr.) Hunz.", + "canonicalName": "Larnax peruviana", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Deprea", + "species": "Deprea peruviana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299405, + "speciesKey": 7776109, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Larnax peruviana (Zahlbr.) Hunz.", + "usageKey": 3800960, + "key": "Larnax peruviana", + "confidence": 98 + }, + { + "name": "Deprea orinocensis", + "match": { + "usageKey": 3798362, + "scientificName": "Deprea orinocensis (Kunth) Raf.", + "canonicalName": "Deprea orinocensis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Deprea", + "species": "Deprea orinocensis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299405, + "speciesKey": 3798362, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Deprea orinocensis (Kunth) Raf.", + "usageKey": 3798362, + "key": "Deprea orinocensis", + "confidence": 99 + }, + { + "name": "Larnax parviflora", + "match": { + "usageKey": 3800971, + "acceptedUsageKey": 8419637, + "scientificName": "Larnax parviflora N.W.Sawyer & S.Leiva", + "canonicalName": "Larnax parviflora", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Deprea", + "species": "Deprea parviflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299405, + "speciesKey": 8419637, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Larnax parviflora N.W.Sawyer & S.Leiva", + "usageKey": 3800971, + "key": "Larnax parviflora", + "confidence": 98 + }, + { + "name": "Larnax suffruticosa", + "match": { + "usageKey": 3800862, + "acceptedUsageKey": 3798362, + "scientificName": "Larnax suffruticosa (Dammer) Hunz.", + "canonicalName": "Larnax suffruticosa", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Deprea", + "species": "Deprea orinocensis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299405, + "speciesKey": 3798362, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Larnax suffruticosa (Dammer) Hunz.", + "usageKey": 3800862, + "key": "Larnax suffruticosa", + "confidence": 98 + }, + { + "name": "Larnax psilophyta", + "match": { + "usageKey": 3800940, + "acceptedUsageKey": 8111480, + "scientificName": "Larnax psilophyta N.W.Sawyer", + "canonicalName": "Larnax psilophyta", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Deprea", + "species": "Deprea psilophyta", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299405, + "speciesKey": 8111480, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Larnax psilophyta N.W.Sawyer", + "usageKey": 3800940, + "key": "Larnax psilophyta", + "confidence": 98 + }, + { + "name": "Larnax purpurea", + "match": { + "usageKey": 3800929, + "acceptedUsageKey": 7872663, + "scientificName": "Larnax purpurea S.Leiva", + "canonicalName": "Larnax purpurea", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Deprea", + "species": "Deprea purpurea", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299405, + "speciesKey": 7872663, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Larnax purpurea S.Leiva", + "usageKey": 3800929, + "key": "Larnax purpurea", + "confidence": 98 + }, + { + "name": "Larnax nieva", + "match": { + "usageKey": 3800984, + "acceptedUsageKey": 8235244, + "scientificName": "Larnax nieva S.Leiva & N.W.Sawyer", + "canonicalName": "Larnax nieva", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Deprea", + "species": "Deprea nieva", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299405, + "speciesKey": 8235244, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Larnax nieva S.Leiva & N.W.Sawyer", + "usageKey": 3800984, + "key": "Larnax nieva", + "confidence": 98 + }, + { + "name": "Larnax dilloniana", + "match": { + "usageKey": 3801074, + "acceptedUsageKey": 7850291, + "scientificName": "Larnax dilloniana S.Leiva, Quip. & N.W.Sawyer", + "canonicalName": "Larnax dilloniana", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Deprea", + "species": "Deprea dilloniana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299405, + "speciesKey": 7850291, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Larnax dilloniana S.Leiva, Quip. & N.W.Sawyer", + "usageKey": 3801074, + "key": "Larnax dilloniana", + "confidence": 98 + }, + { + "name": "Larnax hawkesii", + "match": { + "usageKey": 3801043, + "acceptedUsageKey": 8219307, + "scientificName": "Larnax hawkesii Hunz.", + "canonicalName": "Larnax hawkesii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Deprea", + "species": "Deprea hawkesii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299405, + "speciesKey": 8219307, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Larnax hawkesii Hunz.", + "usageKey": 3801043, + "key": "Larnax hawkesii", + "confidence": 98 + }, + { + "name": "Deprea bitteriana", + "match": { + "usageKey": 3798420, + "scientificName": "Deprea bitteriana (Werderm.) N.W.Sawyer & Benítez", + "canonicalName": "Deprea bitteriana", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Deprea", + "species": "Deprea bitteriana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299405, + "speciesKey": 3798420, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Deprea bitteriana (Werderm.) N.W.Sawyer & Benítez", + "usageKey": 3798420, + "key": "Deprea bitteriana", + "confidence": 99 + }, + { + "name": "Deprea paneroi", + "match": { + "usageKey": 3798356, + "scientificName": "Deprea paneroi Benítez & M.Martínez", + "canonicalName": "Deprea paneroi", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Deprea", + "species": "Deprea paneroi", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299405, + "speciesKey": 3798356, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Deprea paneroi Benítez & M.Martínez", + "usageKey": 3798356, + "key": "Deprea paneroi", + "confidence": 99 + }, + { + "name": "Deprea sylvaticum", + "match": { + "error": true + }, + "key": "Deprea sylvaticum" + }, + { + "name": "Larnax subtriflora", + "match": { + "usageKey": 3800870, + "acceptedUsageKey": 3798348, + "scientificName": "Larnax subtriflora (Ruiz & Pav.) Miers", + "canonicalName": "Larnax subtriflora", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Deprea", + "species": "Deprea subtriflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299405, + "speciesKey": 3798348, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Larnax subtriflora (Ruiz & Pav.) Miers", + "usageKey": 3800870, + "key": "Larnax subtriflora", + "confidence": 98 + }, + { + "name": "Larnax sachapapa", + "match": { + "usageKey": 3800914, + "acceptedUsageKey": 8095585, + "scientificName": "Larnax sachapapa Hunz.", + "canonicalName": "Larnax sachapapa", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Deprea", + "species": "Deprea sachapapa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299405, + "speciesKey": 8095585, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Larnax sachapapa Hunz.", + "usageKey": 3800914, + "key": "Larnax sachapapa", + "confidence": 98 + }, + { + "name": "Larnax sylvarum", + "match": { + "usageKey": 7299815, + "acceptedUsageKey": 3798341, + "scientificName": "Larnax sylvarum (Standl. & C.V.Morton) N.W.Sawyer", + "canonicalName": "Larnax sylvarum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Deprea", + "species": "Deprea sylvarum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299405, + "speciesKey": 3798341, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Larnax sylvarum (Standl. & C.V.Morton) N.W.Sawyer", + "usageKey": 7299815, + "key": "Larnax sylvarum", + "confidence": 98 + }, + { + "name": "Dunalia solanacea", + "match": { + "usageKey": 5580835, + "acceptedUsageKey": 10330766, + "scientificName": "Dunalia solanacea Kunth", + "canonicalName": "Dunalia solanacea", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Saracha", + "species": "Saracha nigribaccata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928881, + "speciesKey": 10330766, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Dunalia solanacea Kunth", + "usageKey": 5580835, + "key": "Dunalia solanacea", + "confidence": 98 + }, + { + "name": "Saracha punctata", + "match": { + "usageKey": 3798410, + "scientificName": "Saracha punctata Ruiz & Pav.", + "canonicalName": "Saracha punctata", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 9456305, + "acceptedUsageKey": 2008195, + "scientificName": "Salacia punctata Distant, 1893", + "canonicalName": "Salacia punctata", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 69, + "note": "Similarity: name=65; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Animalia", + "phylum": "Arthropoda", + "order": "Hemiptera", + "family": "Rhyparochromidae", + "genus": "Paurocoris", + "species": "Paurocoris punctata", + "kingdomKey": 1, + "phylumKey": 54, + "classKey": 216, + "orderKey": 809, + "familyKey": 4326, + "genusKey": 2008193, + "speciesKey": 2008195, + "synonym": true, + "class": "Insecta" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Saracha", + "species": "Saracha punctata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928881, + "speciesKey": 3798410, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Saracha punctata Ruiz & Pav.", + "usageKey": 3798410, + "key": "Saracha punctata", + "confidence": 99 + }, + { + "name": "Saracha quitensis", + "match": { + "usageKey": 8015323, + "scientificName": "Saracha quitensis (Hook.) Miers", + "canonicalName": "Saracha quitensis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3798403, + "scientificName": "Saracha quitoensis Miers", + "canonicalName": "Saracha quitoensis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 93, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Saracha", + "species": "Saracha quitoensis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928881, + "speciesKey": 3798403, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Saracha", + "species": "Saracha quitensis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928881, + "speciesKey": 8015323, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Saracha quitensis (Hook.) Miers", + "usageKey": 8015323, + "key": "Saracha quitensis", + "confidence": 99 + }, + { + "name": "Dunalia obovata", + "match": { + "usageKey": 5580841, + "scientificName": "Dunalia obovata (Ruiz & Pav.) Dammer", + "canonicalName": "Dunalia obovata", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Dunalia", + "species": "Dunalia obovata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928732, + "speciesKey": 5580841, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Dunalia obovata (Ruiz & Pav.) Dammer", + "usageKey": 5580841, + "key": "Dunalia obovata", + "confidence": 99 + }, + { + "name": "Dunalia spathulata", + "match": { + "usageKey": 7870042, + "scientificName": "Dunalia spathulata (Ruiz & Pav.) A.Br. & Asch.", + "canonicalName": "Dunalia spathulata", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 5580833, + "acceptedUsageKey": 7870042, + "scientificName": "Dunalia spathulata (Ruiz & Pav.) Dammer", + "canonicalName": "Dunalia spathulata", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Dunalia", + "species": "Dunalia spathulata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928732, + "speciesKey": 7870042, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Dunalia", + "species": "Dunalia spathulata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928732, + "speciesKey": 7870042, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Dunalia spathulata (Ruiz & Pav.) A.Br. & Asch.", + "usageKey": 7870042, + "key": "Dunalia spathulata", + "confidence": 97 + }, + { + "name": "Dunalia spinosa", + "match": { + "usageKey": 5580832, + "scientificName": "Dunalia spinosa (Meyen) Dammer", + "canonicalName": "Dunalia spinosa", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Dunalia", + "species": "Dunalia spinosa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928732, + "speciesKey": 5580832, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Dunalia spinosa (Meyen) Dammer", + "usageKey": 5580832, + "key": "Dunalia spinosa", + "confidence": 99 + }, + { + "name": "Vassobia breviflora", + "match": { + "usageKey": 3801366, + "scientificName": "Vassobia breviflora (Sendtn.) Hunz.", + "canonicalName": "Vassobia breviflora", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Vassobia", + "species": "Vassobia breviflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299894, + "speciesKey": 3801366, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Vassobia breviflora (Sendtn.) Hunz.", + "usageKey": 3801366, + "key": "Vassobia breviflora", + "confidence": 99 + }, + { + "name": "Vassobia dichotoma", + "match": { + "usageKey": 3801355, + "scientificName": "Vassobia dichotoma (Rusby) Bitter", + "canonicalName": "Vassobia dichotoma", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Vassobia", + "species": "Vassobia dichotoma", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299894, + "speciesKey": 3801355, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Vassobia dichotoma (Rusby) Bitter", + "usageKey": 3801355, + "key": "Vassobia dichotoma", + "confidence": 99 + }, + { + "name": "Iochroma parvifolium", + "match": { + "usageKey": 3802259, + "scientificName": "Iochroma parvifolium (Roem. & Schult.) D' Arcy", + "canonicalName": "Iochroma parvifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7457422, + "acceptedUsageKey": 3802259, + "scientificName": "Iochroma parvifolium Roem. & Schult., 1993", + "canonicalName": "Iochroma parvifolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Iochroma", + "species": "Iochroma parvifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 6402978, + "speciesKey": 3802259, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Iochroma", + "species": "Iochroma parvifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 6402978, + "speciesKey": 3802259, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Iochroma parvifolium (Roem. & Schult.) D' Arcy", + "usageKey": 3802259, + "key": "Iochroma parvifolium", + "confidence": 97 + }, + { + "name": "Dunalia brachyacantha", + "match": { + "usageKey": 5580863, + "scientificName": "Dunalia brachyacantha Miers", + "canonicalName": "Dunalia brachyacantha", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Dunalia", + "species": "Dunalia brachyacantha", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928732, + "speciesKey": 5580863, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Dunalia brachyacantha Miers", + "usageKey": 5580863, + "key": "Dunalia brachyacantha", + "confidence": 99 + }, + { + "name": "Eriolarynx fasciculata", + "match": { + "usageKey": 3797288, + "scientificName": "Eriolarynx fasciculata (Miers) Hunz.", + "canonicalName": "Eriolarynx fasciculata", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Eriolarynx", + "species": "Eriolarynx fasciculata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299210, + "speciesKey": 3797288, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Eriolarynx fasciculata (Miers) Hunz.", + "usageKey": 3797288, + "key": "Eriolarynx fasciculata", + "confidence": 99 + }, + { + "name": "Eriolarynx lorentzii", + "match": { + "usageKey": 3797279, + "scientificName": "Eriolarynx lorentzii (Dammer) Hunz.", + "canonicalName": "Eriolarynx lorentzii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Eriolarynx", + "species": "Eriolarynx lorentzii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299210, + "speciesKey": 3797279, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Eriolarynx lorentzii (Dammer) Hunz.", + "usageKey": 3797279, + "key": "Eriolarynx lorentzii", + "confidence": 99 + }, + { + "name": "Iochroma australe", + "match": { + "usageKey": 3802419, + "acceptedUsageKey": 10214759, + "scientificName": "Iochroma australe Griseb.", + "canonicalName": "Iochroma australe", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3802415, + "acceptedUsageKey": 10214759, + "scientificName": "Iochroma australis", + "canonicalName": "Iochroma australis", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Eriolarynx", + "species": "Eriolarynx australis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299210, + "speciesKey": 10214759, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Eriolarynx", + "species": "Eriolarynx australis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299210, + "speciesKey": 10214759, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Iochroma australe Griseb.", + "usageKey": 3802419, + "key": "Iochroma australe", + "confidence": 98 + }, + { + "name": "Iochroma grandiflorum", + "match": { + "usageKey": 4937381, + "acceptedUsageKey": 10324910, + "scientificName": "Iochroma grandiflorum Benth.", + "canonicalName": "Iochroma grandiflorum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Trozelia", + "species": "Trozelia grandiflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299913, + "speciesKey": 10324910, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Iochroma grandiflorum Benth.", + "usageKey": 4937381, + "key": "Iochroma grandiflorum", + "confidence": 98 + }, + { + "name": "Iochroma nitidum", + "match": { + "usageKey": 3802266, + "scientificName": "Iochroma nitidum S.Leiva & Quip.", + "canonicalName": "Iochroma nitidum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Iochroma", + "species": "Iochroma nitidum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 6402978, + "speciesKey": 3802266, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Iochroma nitidum S.Leiva & Quip.", + "usageKey": 3802266, + "key": "Iochroma nitidum", + "confidence": 99 + }, + { + "name": "Iochroma umbellatum", + "match": { + "usageKey": 7686979, + "acceptedUsageKey": 3801483, + "scientificName": "Iochroma umbellatum (Ruiz & Pav.) Hunz.", + "canonicalName": "Iochroma umbellatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; 2 synonym homonyms; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7932284, + "acceptedUsageKey": 3801483, + "scientificName": "Iochroma umbellatum (Ruiz & Pav.) D' Arcy", + "canonicalName": "Iochroma umbellatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Trozelia", + "species": "Trozelia umbellata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299913, + "speciesKey": 3801483, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Trozelia", + "species": "Trozelia umbellata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299913, + "speciesKey": 3801483, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Iochroma umbellatum (Ruiz & Pav.) Hunz.", + "usageKey": 7686979, + "key": "Iochroma umbellatum", + "confidence": 97 + }, + { + "name": "Iochroma gesnerioides", + "match": { + "usageKey": 7300028, + "scientificName": "Iochroma gesnerioides (Kunth) Miers", + "canonicalName": "Iochroma gesnerioides", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Iochroma", + "species": "Iochroma gesnerioides", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 6402978, + "speciesKey": 7300028, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Iochroma gesnerioides (Kunth) Miers", + "usageKey": 7300028, + "key": "Iochroma gesnerioides", + "confidence": 99 + }, + { + "name": "Iochroma calycinum", + "match": { + "usageKey": 7514671, + "scientificName": "Iochroma calycinum Benth.", + "canonicalName": "Iochroma calycinum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Iochroma", + "species": "Iochroma calycinum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 6402978, + "speciesKey": 7514671, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Iochroma calycinum Benth.", + "usageKey": 7514671, + "key": "Iochroma calycinum", + "confidence": 99 + }, + { + "name": "Iochroma fuchsioides", + "match": { + "usageKey": 3802334, + "scientificName": "Iochroma fuchsioides (Kunth) Miers", + "canonicalName": "Iochroma fuchsioides", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Iochroma", + "species": "Iochroma fuchsioides", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 6402978, + "speciesKey": 3802334, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Iochroma fuchsioides (Kunth) Miers", + "usageKey": 3802334, + "key": "Iochroma fuchsioides", + "confidence": 99 + }, + { + "name": "Iochroma edule", + "match": { + "usageKey": 3802353, + "scientificName": "Iochroma edule S.Leiva", + "canonicalName": "Iochroma edule", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Iochroma", + "species": "Iochroma edule", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 6402978, + "speciesKey": 3802353, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Iochroma edule S.Leiva", + "usageKey": 3802353, + "key": "Iochroma edule", + "confidence": 99 + }, + { + "name": "Iochroma salpoanum", + "match": { + "usageKey": 3802234, + "scientificName": "Iochroma salpoanum S.Leiva & Lezama", + "canonicalName": "Iochroma salpoanum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Iochroma", + "species": "Iochroma salpoanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 6402978, + "speciesKey": 3802234, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Iochroma salpoanum S.Leiva & Lezama", + "usageKey": 3802234, + "key": "Iochroma salpoanum", + "confidence": 99 + }, + { + "name": "Iochroma lehmannii", + "match": { + "usageKey": 3802293, + "scientificName": "Iochroma lehmannii Bitter", + "canonicalName": "Iochroma lehmannii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Iochroma", + "species": "Iochroma lehmannii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 6402978, + "speciesKey": 3802293, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Iochroma lehmannii Bitter", + "usageKey": 3802293, + "key": "Iochroma lehmannii", + "confidence": 99 + }, + { + "name": "Iochroma squamosum", + "match": { + "usageKey": 3802196, + "scientificName": "Iochroma squamosum S.Leiva & Quip.", + "canonicalName": "Iochroma squamosum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Iochroma", + "species": "Iochroma squamosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 6402978, + "speciesKey": 3802196, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Iochroma squamosum S.Leiva & Quip.", + "usageKey": 3802196, + "key": "Iochroma squamosum", + "confidence": 99 + }, + { + "name": "Iochroma confertiflorum", + "match": { + "usageKey": 3802380, + "scientificName": "Iochroma confertiflorum (Miers) Hunz.", + "canonicalName": "Iochroma confertiflorum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Iochroma", + "species": "Iochroma confertiflorum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 6402978, + "speciesKey": 3802380, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Iochroma confertiflorum (Miers) Hunz.", + "usageKey": 3802380, + "key": "Iochroma confertiflorum", + "confidence": 99 + }, + { + "name": "Iochroma ellipticum", + "match": { + "usageKey": 3802342, + "scientificName": "Iochroma ellipticum (Hook.fil.) Hunz.", + "canonicalName": "Iochroma ellipticum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Iochroma", + "species": "Iochroma ellipticum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 6402978, + "speciesKey": 3802342, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Iochroma ellipticum (Hook.fil.) Hunz.", + "usageKey": 3802342, + "key": "Iochroma ellipticum", + "confidence": 99 + }, + { + "name": "Acnistus arborescens", + "match": { + "usageKey": 2928878, + "acceptedUsageKey": 10209961, + "scientificName": "Acnistus arborescens (L.) Schltdl.", + "canonicalName": "Acnistus arborescens", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Iochroma", + "species": "Iochroma arborescens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 6402978, + "speciesKey": 10209961, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Acnistus arborescens (L.) Schltdl.", + "usageKey": 2928878, + "key": "Acnistus arborescens", + "confidence": 98 + }, + { + "name": "Iochroma stenanthum", + "match": { + "usageKey": 3802189, + "scientificName": "Iochroma stenanthum S.Leiva, Quip. & N.W.Sawyer", + "canonicalName": "Iochroma stenanthum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Iochroma", + "species": "Iochroma stenanthum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 6402978, + "speciesKey": 3802189, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Iochroma stenanthum S.Leiva, Quip. & N.W.Sawyer", + "usageKey": 3802189, + "key": "Iochroma stenanthum", + "confidence": 99 + }, + { + "name": "Iochroma cornifolium", + "match": { + "usageKey": 7765852, + "scientificName": "Iochroma cornifolium (Kunth) Miers", + "canonicalName": "Iochroma cornifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Iochroma", + "species": "Iochroma cornifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 6402978, + "speciesKey": 7765852, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Iochroma cornifolium (Kunth) Miers", + "usageKey": 7765852, + "key": "Iochroma cornifolium", + "confidence": 99 + }, + { + "name": "Iochroma cyaneum", + "match": { + "usageKey": 3802360, + "scientificName": "Iochroma cyaneum (Lindl.) M.L.Green", + "canonicalName": "Iochroma cyaneum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7601504, + "acceptedUsageKey": 3802360, + "scientificName": "Iochroma cyaneum (Lindl.) G.H.M.Lawr. & J.M.Tucker", + "canonicalName": "Iochroma cyaneum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Iochroma", + "species": "Iochroma cyaneum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 6402978, + "speciesKey": 3802360, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Iochroma", + "species": "Iochroma cyaneum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 6402978, + "speciesKey": 3802360, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Iochroma cyaneum (Lindl.) M.L.Green", + "usageKey": 3802360, + "key": "Iochroma cyaneum", + "confidence": 97 + }, + { + "name": "Iochroma loxense", + "match": { + "usageKey": 8171484, + "scientificName": "Iochroma loxense (Kunth) Miers", + "canonicalName": "Iochroma loxense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3802283, + "acceptedUsageKey": 8171484, + "scientificName": "Iochroma loxensis Miers", + "canonicalName": "Iochroma loxensis", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Iochroma", + "species": "Iochroma loxense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 6402978, + "speciesKey": 8171484, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Iochroma", + "species": "Iochroma loxense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 6402978, + "speciesKey": 8171484, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Iochroma loxense (Kunth) Miers", + "usageKey": 8171484, + "key": "Iochroma loxense", + "confidence": 99 + }, + { + "name": "Oryctes nevadensis", + "match": { + "usageKey": 5341851, + "scientificName": "Oryctes nevadensis S.Watson", + "canonicalName": "Oryctes nevadensis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Oryctes", + "species": "Oryctes nevadensis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2932945, + "speciesKey": 5341851, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Oryctes nevadensis S.Watson", + "usageKey": 5341851, + "key": "Oryctes nevadensis", + "confidence": 99 + }, + { + "name": "Leucophysalis grandiflora", + "match": { + "usageKey": 2928967, + "scientificName": "Leucophysalis grandiflora (Hook.) Rydb.", + "canonicalName": "Leucophysalis grandiflora", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Leucophysalis", + "species": "Leucophysalis grandiflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928964, + "speciesKey": 2928967, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Leucophysalis grandiflora (Hook.) Rydb.", + "usageKey": 2928967, + "key": "Leucophysalis grandiflora", + "confidence": 99 + }, + { + "name": "Leucophysalis nana", + "match": { + "usageKey": 2928965, + "scientificName": "Leucophysalis nana (A.Gray) Averett", + "canonicalName": "Leucophysalis nana", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Leucophysalis", + "species": "Leucophysalis nana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928964, + "speciesKey": 2928965, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Leucophysalis nana (A.Gray) Averett", + "usageKey": 2928965, + "key": "Leucophysalis nana", + "confidence": 99 + }, + { + "name": "Tzeltalia amphitricha", + "match": { + "usageKey": 3801427, + "scientificName": "Tzeltalia amphitricha (Bitter) E.Estrada & M.Martínez", + "canonicalName": "Tzeltalia amphitricha", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Tzeltalia", + "species": "Tzeltalia amphitricha", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299903, + "speciesKey": 3801427, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Tzeltalia amphitricha (Bitter) E.Estrada & M.Martínez", + "usageKey": 3801427, + "key": "Tzeltalia amphitricha", + "confidence": 99 + }, + { + "name": "Tzeltalia calidaria", + "match": { + "usageKey": 3801418, + "scientificName": "Tzeltalia calidaria (Standl. & Steyerm.) E.Estrada & M.Martínez", + "canonicalName": "Tzeltalia calidaria", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Tzeltalia", + "species": "Tzeltalia calidaria", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299903, + "speciesKey": 3801418, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Tzeltalia calidaria (Standl. & Steyerm.) E.Estrada & M.Martínez", + "usageKey": 3801418, + "key": "Tzeltalia calidaria", + "confidence": 99 + }, + { + "name": "Leucophysalis viscosa", + "match": { + "usageKey": 3800518, + "acceptedUsageKey": 3797941, + "scientificName": "Leucophysalis viscosa (Schrad.) Hunz.", + "canonicalName": "Leucophysalis viscosa", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Schraderanthus", + "species": "Schraderanthus viscosus", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299338, + "speciesKey": 3797941, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Leucophysalis viscosa (Schrad.) Hunz.", + "usageKey": 3800518, + "key": "Leucophysalis viscosa", + "confidence": 98 + }, + { + "name": "Brachistus stramoniifolius", + "match": { + "usageKey": 3800778, + "scientificName": "Brachistus stramonifolius (Kunth) Miers", + "canonicalName": "Brachistus stramonifolius", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 96, + "note": "Similarity: name=100; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Brachistus", + "species": "Brachistus stramonifolius", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7299796, + "speciesKey": 3800778, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Brachistus stramonifolius (Kunth) Miers", + "usageKey": 3800778, + "key": "Brachistus stramoniifolius", + "confidence": 96 + }, + { + "name": "Witheringia macrantha", + "match": { + "usageKey": 5581116, + "acceptedUsageKey": 5581111, + "scientificName": "Witheringia macrantha (Standl. & C.V.Morton) Hunz.", + "canonicalName": "Witheringia macrantha", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 5581095, + "acceptedUsageKey": 7300089, + "scientificName": "Witheringia micrantha (Sendtn.) Miers", + "canonicalName": "Witheringia micrantha", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Athenaea", + "species": "Athenaea pogogena", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 3234419, + "speciesKey": 7300089, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Witheringia", + "species": "Witheringia maculata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 5341755, + "speciesKey": 5581111, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Witheringia macrantha (Standl. & C.V.Morton) Hunz.", + "usageKey": 5581116, + "key": "Witheringia macrantha", + "confidence": 98 + }, + { + "name": "Witheringia meiantha", + "match": { + "usageKey": 8515625, + "scientificName": "Witheringia meiantha (Donn.Sm.) Hunz.", + "canonicalName": "Witheringia meiantha", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Witheringia", + "species": "Witheringia meiantha", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 5341755, + "speciesKey": 8515625, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Witheringia meiantha (Donn.Sm.) Hunz.", + "usageKey": 8515625, + "key": "Witheringia meiantha", + "confidence": 99 + }, + { + "name": "Witheringia solanacea", + "match": { + "usageKey": 8625966, + "scientificName": "Witheringia solanacea L'Hér.", + "canonicalName": "Witheringia solanacea", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7629596, + "acceptedUsageKey": 7299733, + "scientificName": "Witheringia solanacea Miers", + "canonicalName": "Witheringia solanacea", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Athenaea", + "species": "Witheringia solanacea", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 3234419, + "speciesKey": 7299733, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7299733, + "scientificName": "Witheringia solanacea Miers ex Benth. & Hook.f., 1876", + "canonicalName": "Witheringia solanacea", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Athenaea", + "species": "Witheringia solanacea", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 3234419, + "speciesKey": 7299733, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Witheringia", + "species": "Witheringia solanacea", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 5341755, + "speciesKey": 8625966, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Witheringia solanacea L'Hér.", + "usageKey": 8625966, + "key": "Witheringia solanacea", + "confidence": 97 + }, + { + "name": "Physalis alkekengi", + "match": { + "error": true + }, + "key": "Physalis alkekengi" + }, + { + "name": "Physalis carpenteri", + "match": { + "usageKey": 5341800, + "scientificName": "Physalis carpenteri Riddell ex Rydb.", + "canonicalName": "Physalis carpenteri", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7517238, + "acceptedUsageKey": 8347183, + "scientificName": "Physalis carpenteri Riddell", + "canonicalName": "Physalis carpenteri", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Calliphysalis", + "species": "Calliphysalis carpenteri", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 9498125, + "speciesKey": 8347183, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis carpenteri", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5341800, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Physalis carpenteri Riddell ex Rydb.", + "usageKey": 5341800, + "key": "Physalis carpenteri", + "confidence": 97 + }, + { + "name": "Physalis microphysa", + "match": { + "usageKey": 5581257, + "scientificName": "Physalis microphysa A.Gray", + "canonicalName": "Physalis microphysa", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 5581273, + "acceptedUsageKey": 5581279, + "scientificName": "Physalis macrophysa Rydb.", + "canonicalName": "Physalis macrophysa", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis longifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5341818, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis microphysa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5581257, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Physalis microphysa A.Gray", + "usageKey": 5581257, + "key": "Physalis microphysa", + "confidence": 99 + }, + { + "name": "Quincula lobata", + "match": { + "usageKey": 2928845, + "scientificName": "Quincula lobata (Torr.) Raf.", + "canonicalName": "Quincula lobata", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Quincula", + "species": "Quincula lobata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928844, + "speciesKey": 2928845, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Quincula lobata (Torr.) Raf.", + "usageKey": 2928845, + "key": "Quincula lobata", + "confidence": 99 + }, + { + "name": "Chamaesaracha coronopus", + "match": { + "usageKey": 2928868, + "scientificName": "Chamaesaracha coronopus (Dunal) A.Gray", + "canonicalName": "Chamaesaracha coronopus", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Chamaesaracha", + "species": "Chamaesaracha coronopus", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7352215, + "speciesKey": 2928868, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Chamaesaracha coronopus (Dunal) A.Gray", + "usageKey": 2928868, + "key": "Chamaesaracha coronopus", + "confidence": 99 + }, + { + "name": "Chamaesaracha sordida", + "match": { + "usageKey": 2928865, + "scientificName": "Chamaesaracha sordida (Dunal) A.Gray", + "canonicalName": "Chamaesaracha sordida", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Chamaesaracha", + "species": "Chamaesaracha sordida", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 7352215, + "speciesKey": 2928865, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Chamaesaracha sordida (Dunal) A.Gray", + "usageKey": 2928865, + "key": "Chamaesaracha sordida", + "confidence": 99 + }, + { + "name": "Physalis arborescens", + "match": { + "usageKey": 5581478, + "scientificName": "Physalis arborescens L.", + "canonicalName": "Physalis arborescens", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7546546, + "acceptedUsageKey": 2928840, + "scientificName": "Physalis arborescens Thunb.", + "canonicalName": "Physalis arborescens", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Withania", + "species": "Withania somnifera", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928839, + "speciesKey": 2928840, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis arborescens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5581478, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Physalis arborescens L.", + "usageKey": 5581478, + "key": "Physalis arborescens", + "confidence": 97 + }, + { + "name": "Physalis melanocystis", + "match": { + "usageKey": 7299868, + "scientificName": "Physalis melanocystis (B.L.Rob.) Bitter", + "canonicalName": "Physalis melanocystis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis melanocystis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 7299868, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Physalis melanocystis (B.L.Rob.) Bitter", + "usageKey": 7299868, + "key": "Physalis melanocystis", + "confidence": 99 + }, + { + "name": "Physalis acutifolia", + "match": { + "usageKey": 5341769, + "scientificName": "Physalis acutifolia (Miers) Sandwith", + "canonicalName": "Physalis acutifolia", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3049037, + "scientificName": "Physaria acutifolia Rydb.", + "canonicalName": "Physaria acutifolia", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 70, + "note": "Similarity: name=65; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Brassicales", + "family": "Brassicaceae", + "genus": "Physaria", + "species": "Physaria acutifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 7225535, + "familyKey": 3112, + "genusKey": 8616804, + "speciesKey": 3049037, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis acutifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5341769, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Physalis acutifolia (Miers) Sandwith", + "usageKey": 5341769, + "key": "Physalis acutifolia", + "confidence": 99 + }, + { + "name": "Physalis crassifolia", + "match": { + "usageKey": 5341782, + "scientificName": "Physalis crassifolia Benth.", + "canonicalName": "Physalis crassifolia", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis crassifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5341782, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Physalis crassifolia Benth.", + "usageKey": 5341782, + "key": "Physalis crassifolia", + "confidence": 99 + }, + { + "name": "Physalis microcarpa", + "match": { + "usageKey": 5581258, + "scientificName": "Physalis microcarpa Urb. & Ekman", + "canonicalName": "Physalis microcarpa", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis microcarpa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5581258, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Physalis microcarpa Urb. & Ekman", + "usageKey": 5581258, + "key": "Physalis microcarpa", + "confidence": 99 + }, + { + "name": "Physalis philadelphica", + "match": { + "usageKey": 8969026, + "scientificName": "Physalis philadelphica Lam.", + "canonicalName": "Physalis philadelphica", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=3", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8791507, + "scientificName": "Physalis philadelphica Lambert", + "canonicalName": "Physalis philadelphica", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis philadelphica", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 8791507, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis philadelphica", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 8969026, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Physalis philadelphica Lam.", + "usageKey": 8969026, + "key": "Physalis philadelphica", + "confidence": 98 + }, + { + "name": "Physalis nicandroides", + "match": { + "usageKey": 7299833, + "scientificName": "Physalis nicandroides Schltdl.", + "canonicalName": "Physalis nicandroides", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis nicandroides", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 7299833, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Physalis nicandroides Schltdl.", + "usageKey": 7299833, + "key": "Physalis nicandroides", + "confidence": 99 + }, + { + "name": "Physalis patula", + "match": { + "usageKey": 5581202, + "scientificName": "Physalis patula Mill.", + "canonicalName": "Physalis patula", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis patula", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5581202, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Physalis patula Mill.", + "usageKey": 5581202, + "key": "Physalis patula", + "confidence": 99 + }, + { + "name": "Physalis peruviana", + "match": { + "usageKey": 5341784, + "scientificName": "Physalis peruviana L.", + "canonicalName": "Physalis peruviana", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7815397, + "acceptedUsageKey": 5341754, + "scientificName": "Physalis peruviana Mill.", + "canonicalName": "Physalis peruviana", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Nicandra", + "species": "Nicandra physalodes", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928854, + "speciesKey": 5341754, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis peruviana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5341784, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Physalis peruviana L.", + "usageKey": 5341784, + "key": "Physalis peruviana", + "confidence": 97 + }, + { + "name": "Physalis angustiphysa", + "match": { + "usageKey": 5581479, + "scientificName": "Physalis angustiphysa Waterf.", + "canonicalName": "Physalis angustiphysa", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis angustiphysa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5581479, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Physalis angustiphysa Waterf.", + "usageKey": 5581479, + "key": "Physalis angustiphysa", + "confidence": 99 + }, + { + "name": "Physalis lassa", + "match": { + "usageKey": 5581299, + "scientificName": "Physalis lassa Standl. & Steyerm.", + "canonicalName": "Physalis lassa", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 5581384, + "acceptedUsageKey": 5581413, + "scientificName": "Physalis flava Wiggins", + "canonicalName": "Physalis flava", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis crassifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5341782, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis lassa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5581299, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Physalis lassa Standl. & Steyerm.", + "usageKey": 5581299, + "key": "Physalis lassa", + "confidence": 99 + }, + { + "name": "Physalis longifolia", + "match": { + "usageKey": 5341818, + "scientificName": "Physalis longifolia Nutt.", + "canonicalName": "Physalis longifolia", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis longifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5341818, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Physalis longifolia Nutt.", + "usageKey": 5341818, + "key": "Physalis longifolia", + "confidence": 99 + }, + { + "name": "Physalis caudella", + "match": { + "usageKey": 5341776, + "scientificName": "Physalis caudella Standl.", + "canonicalName": "Physalis caudella", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis caudella", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5341776, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Physalis caudella Standl.", + "usageKey": 5341776, + "key": "Physalis caudella", + "confidence": 99 + }, + { + "name": "Physalis campanulata", + "match": { + "usageKey": 5581457, + "acceptedUsageKey": 5581257, + "scientificName": "Physalis campanulata Brandegee", + "canonicalName": "Physalis campanulata", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 5581459, + "scientificName": "Physalis campanula Standl. & Steyerm.", + "canonicalName": "Physalis campanula", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis campanula", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5581459, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis microphysa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5581257, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Physalis campanulata Brandegee", + "usageKey": 5581457, + "key": "Physalis campanulata", + "confidence": 98 + }, + { + "name": "Physalis greenmanii", + "match": { + "usageKey": 5581359, + "scientificName": "Physalis greenmanii Waterf.", + "canonicalName": "Physalis greenmanii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis greenmanii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5581359, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Physalis greenmanii Waterf.", + "usageKey": 5581359, + "key": "Physalis greenmanii", + "confidence": 99 + }, + { + "name": "Physalis glutinosa", + "match": { + "usageKey": 7299958, + "scientificName": "Physalis glutinosa Schltdl.", + "canonicalName": "Physalis glutinosa", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis glutinosa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 7299958, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Physalis glutinosa Schltdl.", + "usageKey": 7299958, + "key": "Physalis glutinosa", + "confidence": 99 + }, + { + "name": "Physalis hederifolia", + "match": { + "usageKey": 5341807, + "scientificName": "Physalis hederifolia A.Gray", + "canonicalName": "Physalis hederifolia", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8292487, + "acceptedUsageKey": 5581353, + "scientificName": "Physalis hederifolia Holz.", + "canonicalName": "Physalis hederifolia", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis hederifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5341807, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 5581348, + "acceptedUsageKey": 5341807, + "scientificName": "Physalis hederoefolia A.Gray", + "canonicalName": "Physalis hederoefolia", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis hederifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5341807, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis hederifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5341807, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Physalis hederifolia A.Gray", + "usageKey": 5341807, + "key": "Physalis hederifolia", + "confidence": 97 + }, + { + "name": "Physalis sordida", + "match": { + "usageKey": 5581047, + "scientificName": "Physalis sordida Fernald", + "canonicalName": "Physalis sordida", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis sordida", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5581047, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Physalis sordida Fernald", + "usageKey": 5581047, + "key": "Physalis sordida", + "confidence": 99 + }, + { + "name": "Physalis coztomatl", + "match": { + "usageKey": 5581419, + "scientificName": "Physalis coztomatl Moc. & Sessé ex Dunal", + "canonicalName": "Physalis coztomatl", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8551127, + "acceptedUsageKey": 5581419, + "scientificName": "Physalis coztomatl Moc. & Sessé", + "canonicalName": "Physalis coztomatl", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis coztomatl", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5581419, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis coztomatl", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5581419, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Physalis coztomatl Moc. & Sessé ex Dunal", + "usageKey": 5581419, + "key": "Physalis coztomatl", + "confidence": 97 + }, + { + "name": "Physalis minimaculata", + "match": { + "usageKey": 5581251, + "scientificName": "Physalis minimaculata Waterf.", + "canonicalName": "Physalis minimaculata", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis minimaculata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5581251, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Physalis minimaculata Waterf.", + "usageKey": 5581251, + "key": "Physalis minimaculata", + "confidence": 99 + }, + { + "name": "Physalis cordata", + "match": { + "usageKey": 5341803, + "scientificName": "Physalis cordata Mill.", + "canonicalName": "Physalis cordata", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 10488542, + "acceptedUsageKey": 2264734, + "scientificName": "Physalis cornuta Tilesius, 1810", + "canonicalName": "Physalis cornuta", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Animalia", + "phylum": "Cnidaria", + "order": "Siphonophorae", + "family": "Physaliidae", + "genus": "Physalia", + "species": "Physalia physalis", + "kingdomKey": 1, + "phylumKey": 43, + "classKey": 205, + "orderKey": 6180736, + "familyKey": 9243, + "genusKey": 2264733, + "speciesKey": 2264734, + "synonym": true, + "class": "Hydrozoa" + }, + { + "usageKey": 5581427, + "acceptedUsageKey": 5581353, + "scientificName": "Physalis comata Rydb.", + "canonicalName": "Physalis comata", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis hederifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5341807, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis cordata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5341803, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Physalis cordata Mill.", + "usageKey": 5341803, + "key": "Physalis cordata", + "confidence": 99 + }, + { + "name": "Physalis ignota", + "match": { + "usageKey": 5581314, + "scientificName": "Physalis ignota Britton", + "canonicalName": "Physalis ignota", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis ignota", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5581314, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Physalis ignota Britton", + "usageKey": 5581314, + "key": "Physalis ignota", + "confidence": 99 + }, + { + "name": "Physalis minima", + "match": { + "usageKey": 5341772, + "acceptedUsageKey": 5341792, + "scientificName": "Physalis minima L.", + "canonicalName": "Physalis minima", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 5581248, + "scientificName": "Physalis minuta Griggs", + "canonicalName": "Physalis minuta", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis minuta", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5581248, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 5581270, + "acceptedUsageKey": 6402729, + "scientificName": "Physalis maxima Mill.", + "canonicalName": "Physalis maxima", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis pruinosa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 6402729, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7383045, + "acceptedUsageKey": 4392400, + "scientificName": "Psalis minima Moreira, 1931", + "canonicalName": "Psalis minima", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Animalia", + "phylum": "Arthropoda", + "order": "Dermaptera", + "family": "Anisolabididae", + "genus": "Carcinophora", + "species": "Carcinophora minima", + "kingdomKey": 1, + "phylumKey": 54, + "classKey": 216, + "orderKey": 1224, + "familyKey": 2796, + "genusKey": 1419884, + "speciesKey": 4392400, + "synonym": true, + "class": "Insecta" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis angulata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5341792, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Physalis minima L.", + "usageKey": 5341772, + "key": "Physalis minima", + "confidence": 98 + }, + { + "name": "Physalis pruinosa", + "match": { + "usageKey": 6402729, + "scientificName": "Physalis pruinosa L.", + "canonicalName": "Physalis pruinosa", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7803260, + "acceptedUsageKey": 5341792, + "scientificName": "Physalis pruinosa Ell.", + "canonicalName": "Physalis pruinosa", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis angulata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5341792, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3049245, + "scientificName": "Physaria pruinosa (Greene) O'Kane & Al-Shehbaz", + "canonicalName": "Physaria pruinosa", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 70, + "note": "Similarity: name=65; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Brassicales", + "family": "Brassicaceae", + "genus": "Physaria", + "species": "Physaria pruinosa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 7225535, + "familyKey": 3112, + "genusKey": 8616804, + "speciesKey": 3049245, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 11096231, + "acceptedUsageKey": 4992875, + "scientificName": "Phytalus pruinosus Blanchard, 1851", + "canonicalName": "Phytalus pruinosus", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 69, + "note": "Similarity: name=65; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Animalia", + "phylum": "Arthropoda", + "order": "Coleoptera", + "family": "Scarabaeidae", + "genus": "Phyllophaga", + "species": "Phyllophaga pruinosa", + "kingdomKey": 1, + "phylumKey": 54, + "classKey": 216, + "orderKey": 1470, + "familyKey": 5840, + "genusKey": 1061346, + "speciesKey": 4992875, + "synonym": true, + "class": "Insecta" + }, + { + "usageKey": 3561577, + "acceptedUsageKey": 9508272, + "scientificName": "Phibalis pruinosa (Ellis & Everh.) L.M.Kohn & Korf", + "canonicalName": "Phibalis pruinosa", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Fungi", + "phylum": "Ascomycota", + "order": "Helotiales", + "family": "Sclerotiniaceae", + "genus": "Sclerencoelia", + "species": "Sclerencoelia pruinosa", + "kingdomKey": 5, + "phylumKey": 95, + "classKey": 179, + "orderKey": 1052, + "familyKey": 8385, + "genusKey": 9317336, + "speciesKey": 9508272, + "synonym": true, + "class": "Leotiomycetes" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis pruinosa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 6402729, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Physalis pruinosa L.", + "usageKey": 6402729, + "key": "Physalis pruinosa", + "confidence": 97 + }, + { + "name": "Physalis lagascae", + "match": { + "usageKey": 5341775, + "scientificName": "Physalis lagascae Roem. & Schult.", + "canonicalName": "Physalis lagascae", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis lagascae", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5341775, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Physalis lagascae Roem. & Schult.", + "usageKey": 5341775, + "key": "Physalis lagascae", + "confidence": 99 + }, + { + "name": "Physalis angulata", + "match": { + "usageKey": 5341792, + "scientificName": "Physalis angulata L.", + "canonicalName": "Physalis angulata", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8616816, + "acceptedUsageKey": 5341775, + "scientificName": "Physalis angulata B.Heyne", + "canonicalName": "Physalis angulata", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis lagascae", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5341775, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7798866, + "acceptedUsageKey": 5341775, + "scientificName": "Physalis angulata B.Heyne ex Wall.", + "canonicalName": "Physalis angulata", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis lagascae", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5341775, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8091677, + "scientificName": "Physalis angulata Ruiz & Pav., 1799", + "canonicalName": "Physalis angulata", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis angulata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 8091677, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 7918037, + "scientificName": "Physalis angulata Walter, 1788", + "canonicalName": "Physalis angulata", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis angulata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 7918037, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis angulata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5341792, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Physalis angulata L.", + "usageKey": 5341792, + "key": "Physalis angulata", + "confidence": 97 + }, + { + "name": "Physalis pubescens", + "match": { + "usageKey": 5341819, + "scientificName": "Physalis pubescens L.", + "canonicalName": "Physalis pubescens", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7968453, + "acceptedUsageKey": 5341784, + "scientificName": "Physalis pubescens Dunal", + "canonicalName": "Physalis pubescens", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis peruviana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5341784, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8080913, + "acceptedUsageKey": 5341766, + "scientificName": "Physalis pubescens Engelm. & A.Gray", + "canonicalName": "Physalis pubescens", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis viscosa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5341766, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8335909, + "acceptedUsageKey": 5341784, + "scientificName": "Physalis pubescens R.Br.", + "canonicalName": "Physalis pubescens", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis peruviana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5341784, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8503527, + "acceptedUsageKey": 5341775, + "scientificName": "Physalis pubescens Willd.", + "canonicalName": "Physalis pubescens", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis lagascae", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5341775, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8069904, + "acceptedUsageKey": 5341775, + "scientificName": "Physalis pubescens Willd. ex Nees", + "canonicalName": "Physalis pubescens", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis lagascae", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5341775, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7506640, + "scientificName": "Physalis pubescens Porter & J.M.Coult.", + "canonicalName": "Physalis pubescens", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis pubescens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 7506640, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis pubescens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5341819, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Physalis pubescens L.", + "usageKey": 5341819, + "key": "Physalis pubescens", + "confidence": 97 + }, + { + "name": "Physalis lanceolata", + "match": { + "usageKey": 5341790, + "scientificName": "Physalis lanceolata Michx.", + "canonicalName": "Physalis lanceolata", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8202778, + "acceptedUsageKey": 5341766, + "scientificName": "Physalis lanceolata Elliott", + "canonicalName": "Physalis lanceolata", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis viscosa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5341766, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis lanceolata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5341790, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Physalis lanceolata Michx.", + "usageKey": 5341790, + "key": "Physalis lanceolata", + "confidence": 97 + }, + { + "name": "Physalis heterophylla", + "match": { + "usageKey": 5341783, + "scientificName": "Physalis heterophylla Nees", + "canonicalName": "Physalis heterophylla", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8386442, + "acceptedUsageKey": 5341819, + "scientificName": "Physalis heterophylla Colla", + "canonicalName": "Physalis heterophylla", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis pubescens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5341819, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis heterophylla", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5341783, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Physalis heterophylla Nees", + "usageKey": 5341783, + "key": "Physalis heterophylla", + "confidence": 97 + }, + { + "name": "Physalis virginiana", + "match": { + "usageKey": 5341786, + "scientificName": "Physalis virginiana Mill.", + "canonicalName": "Physalis virginiana", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 5580977, + "acceptedUsageKey": 5341786, + "scientificName": "Physalis virginica A.Gray", + "canonicalName": "Physalis virginica", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis virginiana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5341786, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis virginiana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5341786, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Physalis virginiana Mill.", + "usageKey": 5341786, + "key": "Physalis virginiana", + "confidence": 99 + }, + { + "name": "Physalis arenicola", + "match": { + "usageKey": 5341814, + "scientificName": "Physalis arenicola Kearney", + "canonicalName": "Physalis arenicola", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis arenicola", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5341814, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Physalis arenicola Kearney", + "usageKey": 5341814, + "key": "Physalis arenicola", + "confidence": 99 + }, + { + "name": "Physalis angustifolia", + "match": { + "usageKey": 5341771, + "scientificName": "Physalis angustifolia Nutt.", + "canonicalName": "Physalis angustifolia", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3048977, + "scientificName": "Physaria angustifolia (Nutt.) O'Kane & Al-Shehbaz", + "canonicalName": "Physaria angustifolia", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 70, + "note": "Similarity: name=65; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Brassicales", + "family": "Brassicaceae", + "genus": "Physaria", + "species": "Physaria angustifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 7225535, + "familyKey": 3112, + "genusKey": 8616804, + "speciesKey": 3048977, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis angustifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5341771, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Physalis angustifolia Nutt.", + "usageKey": 5341771, + "key": "Physalis angustifolia", + "confidence": 99 + }, + { + "name": "Physalis walteri", + "match": { + "usageKey": 5341777, + "scientificName": "Physalis walteri Nutt.", + "canonicalName": "Physalis walteri", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 5581211, + "acceptedUsageKey": 7422372, + "scientificName": "Physalis palmeri A.Gray", + "canonicalName": "Physalis palmeri", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis hederifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5341807, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis walteri", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5341777, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Physalis walteri Nutt.", + "usageKey": 5341777, + "key": "Physalis walteri", + "confidence": 99 + }, + { + "name": "Physalis pumila", + "match": { + "usageKey": 5341810, + "scientificName": "Physalis pumila Nutt.", + "canonicalName": "Physalis pumila", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis pumila", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5341810, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Physalis pumila Nutt.", + "usageKey": 5341810, + "key": "Physalis pumila", + "confidence": 99 + }, + { + "name": "Physalis cinerascens", + "match": { + "usageKey": 5341768, + "scientificName": "Physalis cinerascens (Dunal) Hitchc.", + "canonicalName": "Physalis cinerascens", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis cinerascens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5341768, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Physalis cinerascens (Dunal) Hitchc.", + "usageKey": 5341768, + "key": "Physalis cinerascens", + "confidence": 99 + }, + { + "name": "Physalis mollis", + "match": { + "usageKey": 5341817, + "scientificName": "Physalis mollis Nutt.", + "canonicalName": "Physalis mollis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8411976, + "acceptedUsageKey": 5341807, + "scientificName": "Physalis mollis Torr.", + "canonicalName": "Physalis mollis", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis hederifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5341807, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis mollis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5341817, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Physalis mollis Nutt.", + "usageKey": 5341817, + "key": "Physalis mollis", + "confidence": 97 + }, + { + "name": "Physalis viscosa", + "match": { + "usageKey": 5341766, + "scientificName": "Physalis viscosa L.", + "canonicalName": "Physalis viscosa", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7986215, + "acceptedUsageKey": 5341786, + "scientificName": "Physalis viscosa A.Gray", + "canonicalName": "Physalis viscosa", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis virginiana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5341786, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7367729, + "acceptedUsageKey": 5341819, + "scientificName": "Physalis viscosa Elliott", + "canonicalName": "Physalis viscosa", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis pubescens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5341819, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 5580975, + "acceptedUsageKey": 6402729, + "scientificName": "Physalis viscida Ridl.", + "canonicalName": "Physalis viscida", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis pruinosa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 6402729, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 5337519, + "scientificName": "Phyllis viscosa Christ", + "canonicalName": "Phyllis viscosa", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 70, + "note": "Similarity: name=65; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Gentianales", + "family": "Rubiaceae", + "genus": "Phyllis", + "species": "Phyllis viscosa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 412, + "familyKey": 8798, + "genusKey": 2903826, + "speciesKey": 5337519, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 12362980, + "acceptedUsageKey": 5341775, + "scientificName": "Physalis villosa B.Heyne", + "canonicalName": "Physalis villosa", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis lagascae", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5341775, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8137622, + "acceptedUsageKey": 5341775, + "scientificName": "Physalis villosa B.Heyne ex Roth", + "canonicalName": "Physalis villosa", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis lagascae", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5341775, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 5580988, + "acceptedUsageKey": 5341819, + "scientificName": "Physalis villosa Mill.", + "canonicalName": "Physalis villosa", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis pubescens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5341819, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8558863, + "acceptedUsageKey": 2928840, + "scientificName": "Physalis villosa Moench", + "canonicalName": "Physalis villosa", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Withania", + "species": "Withania somnifera", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928839, + "speciesKey": 2928840, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7909444, + "acceptedUsageKey": 2928840, + "scientificName": "Physalis villosa Moench ex Steud.", + "canonicalName": "Physalis villosa", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Withania", + "species": "Withania somnifera", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928839, + "speciesKey": 2928840, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Physalis", + "species": "Physalis viscosa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928907, + "speciesKey": 5341766, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Physalis viscosa L.", + "usageKey": 5341766, + "key": "Physalis viscosa", + "confidence": 97 + }, + { + "name": "Jaltomata darcyana", + "match": { + "usageKey": 3801636, + "scientificName": "Jaltomata darcyana Mione", + "canonicalName": "Jaltomata darcyana", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaltomata", + "species": "Jaltomata darcyana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928802, + "speciesKey": 3801636, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Jaltomata darcyana Mione", + "usageKey": 3801636, + "key": "Jaltomata darcyana", + "confidence": 99 + }, + { + "name": "Jaltomata repandidentata", + "match": { + "usageKey": 3801478, + "scientificName": "Jaltomata repandidentata (Dunal) Hunz.", + "canonicalName": "Jaltomata repandidentata", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaltomata", + "species": "Jaltomata repandidentata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928802, + "speciesKey": 3801478, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Jaltomata repandidentata (Dunal) Hunz.", + "usageKey": 3801478, + "key": "Jaltomata repandidentata", + "confidence": 99 + }, + { + "name": "Jaltomata bohsiana", + "match": { + "usageKey": 8404165, + "scientificName": "Jaltomata bohsiana Mione & D.M.Spooner", + "canonicalName": "Jaltomata bohsiana", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaltomata", + "species": "Jaltomata bohsiana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928802, + "speciesKey": 8404165, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Jaltomata bohsiana Mione & D.M.Spooner", + "usageKey": 8404165, + "key": "Jaltomata bohsiana", + "confidence": 99 + }, + { + "name": "Jaltomata procumbens", + "match": { + "usageKey": 2928805, + "scientificName": "Jaltomata procumbens (Cav.) J.L.Gentry", + "canonicalName": "Jaltomata procumbens", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaltomata", + "species": "Jaltomata procumbens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928802, + "speciesKey": 2928805, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Jaltomata procumbens (Cav.) J.L.Gentry", + "usageKey": 2928805, + "key": "Jaltomata procumbens", + "confidence": 99 + }, + { + "name": "Jaltomata chihuahuensis", + "match": { + "usageKey": 3801670, + "scientificName": "Jaltomata chihuahuensis (Bitter) Mione & R.Bye", + "canonicalName": "Jaltomata chihuahuensis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaltomata", + "species": "Jaltomata chihuahuensis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928802, + "speciesKey": 3801670, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Jaltomata chihuahuensis (Bitter) Mione & R.Bye", + "usageKey": 3801670, + "key": "Jaltomata chihuahuensis", + "confidence": 99 + }, + { + "name": "Jaltomata grandiflora", + "match": { + "usageKey": 7819678, + "scientificName": "Jaltomata grandiflora (B.L.Rob. & Greenm.) D' Arcy, Mione & T.Davis", + "canonicalName": "Jaltomata grandiflora", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaltomata", + "species": "Jaltomata grandiflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928802, + "speciesKey": 7819678, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Jaltomata grandiflora (B.L.Rob. & Greenm.) D' Arcy, Mione & T.Davis", + "usageKey": 7819678, + "key": "Jaltomata grandiflora", + "confidence": 99 + }, + { + "name": "Jaltomata antillana", + "match": { + "usageKey": 2928803, + "scientificName": "Jaltomata antillana (Krug & Urb.) D' Arcy", + "canonicalName": "Jaltomata antillana", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaltomata", + "species": "Jaltomata antillana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928802, + "speciesKey": 2928803, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Jaltomata antillana (Krug & Urb.) D' Arcy", + "usageKey": 2928803, + "key": "Jaltomata antillana", + "confidence": 99 + }, + { + "name": "Jaltomata auriculata", + "match": { + "usageKey": 3801739, + "scientificName": "Jaltomata auriculata (Miers) Mione", + "canonicalName": "Jaltomata auriculata", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaltomata", + "species": "Jaltomata auriculata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928802, + "speciesKey": 3801739, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Jaltomata auriculata (Miers) Mione", + "usageKey": 3801739, + "key": "Jaltomata auriculata", + "confidence": 99 + }, + { + "name": "Jaltomata oppositifolia", + "match": { + "usageKey": 3801512, + "scientificName": "Jaltomata oppositifolia S.Leiva & Mione", + "canonicalName": "Jaltomata oppositifolia", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaltomata", + "species": "Jaltomata oppositifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928802, + "speciesKey": 3801512, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Jaltomata oppositifolia S.Leiva & Mione", + "usageKey": 3801512, + "key": "Jaltomata oppositifolia", + "confidence": 99 + }, + { + "name": "Jaltomata salpoensis", + "match": { + "usageKey": 3801462, + "scientificName": "Jaltomata salpoensis S.Leiva & Mione", + "canonicalName": "Jaltomata salpoensis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaltomata", + "species": "Jaltomata salpoensis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928802, + "speciesKey": 3801462, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Jaltomata salpoensis S.Leiva & Mione", + "usageKey": 3801462, + "key": "Jaltomata salpoensis", + "confidence": 99 + }, + { + "name": "Jaltomata andersonii", + "match": { + "usageKey": 3801762, + "scientificName": "Jaltomata andersonii Mione", + "canonicalName": "Jaltomata andersonii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaltomata", + "species": "Jaltomata andersonii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928802, + "speciesKey": 3801762, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Jaltomata andersonii Mione", + "usageKey": 3801762, + "key": "Jaltomata andersonii", + "confidence": 99 + }, + { + "name": "Jaltomata lezamae", + "match": { + "usageKey": 3801548, + "scientificName": "Jaltomata lezamae S.Leiva & Mione", + "canonicalName": "Jaltomata lezamae", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaltomata", + "species": "Jaltomata lezamae", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928802, + "speciesKey": 3801548, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Jaltomata lezamae S.Leiva & Mione", + "usageKey": 3801548, + "key": "Jaltomata lezamae", + "confidence": 99 + }, + { + "name": "Jaltomata sinuosa", + "match": { + "usageKey": 3801444, + "scientificName": "Jaltomata sinuosa (Miers) Mione", + "canonicalName": "Jaltomata sinuosa", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaltomata", + "species": "Jaltomata sinuosa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928802, + "speciesKey": 3801444, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Jaltomata sinuosa (Miers) Mione", + "usageKey": 3801444, + "key": "Jaltomata sinuosa", + "confidence": 99 + }, + { + "name": "Jaltomata viridiflora", + "match": { + "usageKey": 3801410, + "scientificName": "Jaltomata viridiflora (Kunth) M.Nee & Mione", + "canonicalName": "Jaltomata viridiflora", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaltomata", + "species": "Jaltomata viridiflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928802, + "speciesKey": 3801410, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Jaltomata viridiflora (Kunth) M.Nee & Mione", + "usageKey": 3801410, + "key": "Jaltomata viridiflora", + "confidence": 99 + }, + { + "name": "Jaltomata yungayensis", + "match": { + "usageKey": 3801358, + "scientificName": "Jaltomata yungayensis Mione & S.Leiva", + "canonicalName": "Jaltomata yungayensis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaltomata", + "species": "Jaltomata yungayensis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928802, + "speciesKey": 3801358, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Jaltomata yungayensis Mione & S.Leiva", + "usageKey": 3801358, + "key": "Jaltomata yungayensis", + "confidence": 99 + }, + { + "name": "Jaltomata contumacensis", + "match": { + "usageKey": 3801651, + "scientificName": "Jaltomata contumacensis S.Leiva & Mione", + "canonicalName": "Jaltomata contumacensis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaltomata", + "species": "Jaltomata contumacensis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928802, + "speciesKey": 3801651, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Jaltomata contumacensis S.Leiva & Mione", + "usageKey": 3801651, + "key": "Jaltomata contumacensis", + "confidence": 99 + }, + { + "name": "Jaltomata leivae", + "match": { + "usageKey": 3801556, + "scientificName": "Jaltomata leivae Mione", + "canonicalName": "Jaltomata leivae", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3801539, + "scientificName": "Jaltomata lojae Mione", + "canonicalName": "Jaltomata lojae", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaltomata", + "species": "Jaltomata lojae", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928802, + "speciesKey": 3801539, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaltomata", + "species": "Jaltomata leivae", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928802, + "speciesKey": 3801556, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Jaltomata leivae Mione", + "usageKey": 3801556, + "key": "Jaltomata leivae", + "confidence": 99 + }, + { + "name": "Jaltomata biflora", + "match": { + "usageKey": 3801697, + "scientificName": "Jaltomata biflora (Ruiz & Pav.) Benitez", + "canonicalName": "Jaltomata biflora", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaltomata", + "species": "Jaltomata biflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928802, + "speciesKey": 3801697, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Jaltomata biflora (Ruiz & Pav.) Benitez", + "usageKey": 3801697, + "key": "Jaltomata biflora", + "confidence": 99 + }, + { + "name": "Jaltomata dentata", + "match": { + "usageKey": 3801620, + "scientificName": "Jaltomata dentata (Ruiz & Pav.) Benitez", + "canonicalName": "Jaltomata dentata", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaltomata", + "species": "Jaltomata dentata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928802, + "speciesKey": 3801620, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Jaltomata dentata (Ruiz & Pav.) Benitez", + "usageKey": 3801620, + "key": "Jaltomata dentata", + "confidence": 99 + }, + { + "name": "Jaltomata bicolor", + "match": { + "usageKey": 3801705, + "scientificName": "Jaltomata bicolor (Ruiz & Pav.) Mione", + "canonicalName": "Jaltomata bicolor", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=3", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7614688, + "scientificName": "Jaltomata bicolor Ruiz & Pav., 1993", + "canonicalName": "Jaltomata bicolor", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaltomata", + "species": "Jaltomata bicolor", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928802, + "speciesKey": 7614688, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaltomata", + "species": "Jaltomata bicolor", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928802, + "speciesKey": 3801705, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Jaltomata bicolor (Ruiz & Pav.) Mione", + "usageKey": 3801705, + "key": "Jaltomata bicolor", + "confidence": 98 + }, + { + "name": "Jaltomata umbellata", + "match": { + "usageKey": 3801435, + "scientificName": "Jaltomata umbellata (Ruiz & Pav.) Mione & M.Nee", + "canonicalName": "Jaltomata umbellata", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaltomata", + "species": "Jaltomata umbellata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928802, + "speciesKey": 3801435, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Jaltomata umbellata (Ruiz & Pav.) Mione & M.Nee", + "usageKey": 3801435, + "key": "Jaltomata umbellata", + "confidence": 99 + }, + { + "name": "Jaltomata cajacayensis", + "match": { + "usageKey": 3801687, + "scientificName": "Jaltomata cajacayensis S.Leiva & Mione", + "canonicalName": "Jaltomata cajacayensis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaltomata", + "species": "Jaltomata cajacayensis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928802, + "speciesKey": 3801687, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Jaltomata cajacayensis S.Leiva & Mione", + "usageKey": 3801687, + "key": "Jaltomata cajacayensis", + "confidence": 99 + }, + { + "name": "Jaltomata truxillana", + "match": { + "usageKey": 7542548, + "scientificName": "Jaltomata truxillana S.Leiva & Mione", + "canonicalName": "Jaltomata truxillana", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaltomata", + "species": "Jaltomata truxillana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928802, + "speciesKey": 7542548, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Jaltomata truxillana S.Leiva & Mione", + "usageKey": 7542548, + "key": "Jaltomata truxillana", + "confidence": 99 + }, + { + "name": "Jaltomata lomana", + "match": { + "usageKey": 3801531, + "scientificName": "Jaltomata lomana Mione & S.Leiva", + "canonicalName": "Jaltomata lomana", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaltomata", + "species": "Jaltomata lomana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928802, + "speciesKey": 3801531, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Jaltomata lomana Mione & S.Leiva", + "usageKey": 3801531, + "key": "Jaltomata lomana", + "confidence": 99 + }, + { + "name": "Jaltomata mionei", + "match": { + "usageKey": 3801528, + "scientificName": "Jaltomata mionei S.Leiva & Quip.", + "canonicalName": "Jaltomata mionei", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaltomata", + "species": "Jaltomata mionei", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928802, + "speciesKey": 3801528, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Jaltomata mionei S.Leiva & Quip.", + "usageKey": 3801528, + "key": "Jaltomata mionei", + "confidence": 99 + }, + { + "name": "Jaltomata aspera", + "match": { + "usageKey": 3801747, + "scientificName": "Jaltomata aspera (Ruiz & Pav.) Mione", + "canonicalName": "Jaltomata aspera", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaltomata", + "species": "Jaltomata aspera", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928802, + "speciesKey": 3801747, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Jaltomata aspera (Ruiz & Pav.) Mione", + "usageKey": 3801747, + "key": "Jaltomata aspera", + "confidence": 99 + }, + { + "name": "Jaltomata lojae", + "match": { + "usageKey": 3801539, + "scientificName": "Jaltomata lojae Mione", + "canonicalName": "Jaltomata lojae", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3801556, + "scientificName": "Jaltomata leivae Mione", + "canonicalName": "Jaltomata leivae", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaltomata", + "species": "Jaltomata leivae", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928802, + "speciesKey": 3801556, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaltomata", + "species": "Jaltomata lojae", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928802, + "speciesKey": 3801539, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Jaltomata lojae Mione", + "usageKey": 3801539, + "key": "Jaltomata lojae", + "confidence": 99 + }, + { + "name": "Jaltomata chotanae", + "match": { + "usageKey": 7642727, + "scientificName": "Jaltomata chotanae S.Leiva & Mione", + "canonicalName": "Jaltomata chotanae", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaltomata", + "species": "Jaltomata chotanae", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928802, + "speciesKey": 7642727, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Jaltomata chotanae S.Leiva & Mione", + "usageKey": 7642727, + "key": "Jaltomata chotanae", + "confidence": 99 + }, + { + "name": "Jaltomata lanata", + "match": { + "usageKey": 3801559, + "scientificName": "Jaltomata lanata S.Leiva & Mione", + "canonicalName": "Jaltomata lanata", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaltomata", + "species": "Jaltomata lanata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928802, + "speciesKey": 3801559, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Jaltomata lanata S.Leiva & Mione", + "usageKey": 3801559, + "key": "Jaltomata lanata", + "confidence": 99 + }, + { + "name": "Jaltomata bernardelloana", + "match": { + "usageKey": 3801715, + "scientificName": "Jaltomata bernardelloana S.Leiva & Mione", + "canonicalName": "Jaltomata bernardelloana", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaltomata", + "species": "Jaltomata bernardelloana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928802, + "speciesKey": 3801715, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Jaltomata bernardelloana S.Leiva & Mione", + "usageKey": 3801715, + "key": "Jaltomata bernardelloana", + "confidence": 99 + }, + { + "name": "Jaltomata sagastegui", + "match": { + "usageKey": 3801467, + "scientificName": "Jaltomata sagastegui Mione", + "canonicalName": "Jaltomata sagastegui", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaltomata", + "species": "Jaltomata sagastegui", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928802, + "speciesKey": 3801467, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Jaltomata sagastegui Mione", + "usageKey": 3801467, + "key": "Jaltomata sagastegui", + "confidence": 99 + }, + { + "name": "Jaltomata nigricolor", + "match": { + "usageKey": 3801525, + "scientificName": "Jaltomata nigricolor S.Leiva & Mione", + "canonicalName": "Jaltomata nigricolor", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaltomata", + "species": "Jaltomata nigricolor", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928802, + "speciesKey": 3801525, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Jaltomata nigricolor S.Leiva & Mione", + "usageKey": 3801525, + "key": "Jaltomata nigricolor", + "confidence": 99 + }, + { + "name": "Jaltomata paneroi", + "match": { + "usageKey": 3801503, + "scientificName": "Jaltomata paneroi Mione & S.Leiva", + "canonicalName": "Jaltomata paneroi", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaltomata", + "species": "Jaltomata paneroi", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928802, + "speciesKey": 3801503, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Jaltomata paneroi Mione & S.Leiva", + "usageKey": 3801503, + "key": "Jaltomata paneroi", + "confidence": 99 + }, + { + "name": "Jaltomata herrerae", + "match": { + "usageKey": 3801572, + "scientificName": "Jaltomata herrerae (C.V.Morton) Mione", + "canonicalName": "Jaltomata herrerae", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaltomata", + "species": "Jaltomata herrerae", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928802, + "speciesKey": 3801572, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Jaltomata herrerae (C.V.Morton) Mione", + "usageKey": 3801572, + "key": "Jaltomata herrerae", + "confidence": 99 + }, + { + "name": "Jaltomata yacheri", + "match": { + "usageKey": 3801367, + "scientificName": "Jaltomata yacheri S.Leiva & Mione", + "canonicalName": "Jaltomata yacheri", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaltomata", + "species": "Jaltomata yacheri", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928802, + "speciesKey": 3801367, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Jaltomata yacheri S.Leiva & Mione", + "usageKey": 3801367, + "key": "Jaltomata yacheri", + "confidence": 99 + }, + { + "name": "Jaltomata tayabambae", + "match": { + "usageKey": 7561493, + "acceptedUsageKey": 3801632, + "scientificName": "Jaltomata tayabambae S.Leiva & Mione", + "canonicalName": "Jaltomata tayabambae", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaltomata", + "species": "Jaltomata dendroidea", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928802, + "speciesKey": 3801632, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Jaltomata tayabambae S.Leiva & Mione", + "usageKey": 7561493, + "key": "Jaltomata tayabambae", + "confidence": 98 + }, + { + "name": "Jaltomata weberbaueri", + "match": { + "usageKey": 3801391, + "scientificName": "Jaltomata weberbaueri (Dammer) Mione", + "canonicalName": "Jaltomata weberbaueri", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaltomata", + "species": "Jaltomata weberbaueri", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928802, + "speciesKey": 3801391, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Jaltomata weberbaueri (Dammer) Mione", + "usageKey": 3801391, + "key": "Jaltomata weberbaueri", + "confidence": 99 + }, + { + "name": "Jaltomata ventricosa", + "match": { + "usageKey": 3801428, + "scientificName": "Jaltomata ventricosa (Baker) Mione", + "canonicalName": "Jaltomata ventricosa", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaltomata", + "species": "Jaltomata ventricosa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928802, + "speciesKey": 3801428, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Jaltomata ventricosa (Baker) Mione", + "usageKey": 3801428, + "key": "Jaltomata ventricosa", + "confidence": 99 + }, + { + "name": "Jaltomata sanchezvegae", + "match": { + "usageKey": 3801458, + "scientificName": "Jaltomata sanchez-vegae S.Leiva & Mione", + "canonicalName": "Jaltomata sanchez-vegae", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 96, + "note": "Similarity: name=100; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaltomata", + "species": "Jaltomata sanchez-vegae", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928802, + "speciesKey": 3801458, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Jaltomata sanchez-vegae S.Leiva & Mione", + "usageKey": 3801458, + "key": "Jaltomata sanchezvegae", + "confidence": 96 + }, + { + "name": "Jaltomata dendroidea", + "match": { + "usageKey": 3801632, + "scientificName": "Jaltomata dendroidea S.Leiva & Mione", + "canonicalName": "Jaltomata dendroidea", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaltomata", + "species": "Jaltomata dendroidea", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928802, + "speciesKey": 3801632, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Jaltomata dendroidea S.Leiva & Mione", + "usageKey": 3801632, + "key": "Jaltomata dendroidea", + "confidence": 99 + }, + { + "name": "Jaltomata guillermoguerrae", + "match": { + "usageKey": 8249067, + "acceptedUsageKey": 8426078, + "scientificName": "Jaltomata guillermo-guerrae Mione & S.Leiva", + "canonicalName": "Jaltomata guillermo-guerrae", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 96, + "note": "Similarity: name=100; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Jaltomata", + "species": "Jaltomata grandibaccata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928802, + "speciesKey": 8426078, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Jaltomata guillermo-guerrae Mione & S.Leiva", + "usageKey": 8249067, + "key": "Jaltomata guillermoguerrae", + "confidence": 96 + }, + { + "name": "Solanum monarchostemon", + "match": { + "usageKey": 2931032, + "scientificName": "Solanum monarchostemon S.Knapp", + "canonicalName": "Solanum monarchostemon", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum monarchostemon", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931032, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum monarchostemon S.Knapp", + "usageKey": 2931032, + "key": "Solanum monarchostemon", + "confidence": 99 + }, + { + "name": "Solanum thelopodium", + "match": { + "usageKey": 2931531, + "scientificName": "Solanum thelopodium Sendtn.", + "canonicalName": "Solanum thelopodium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum thelopodium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931531, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum thelopodium Sendtn.", + "usageKey": 2931531, + "key": "Solanum thelopodium", + "confidence": 99 + }, + { + "name": "Solanum valdiviense", + "match": { + "usageKey": 2930736, + "scientificName": "Solanum valdiviense Dunal", + "canonicalName": "Solanum valdiviense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum valdiviense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930736, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum valdiviense Dunal", + "usageKey": 2930736, + "key": "Solanum valdiviense", + "confidence": 99 + }, + { + "name": "Solanum quadrangulare", + "match": { + "usageKey": 2929414, + "acceptedUsageKey": 2930222, + "scientificName": "Solanum quadrangulare L.fil.", + "canonicalName": "Solanum quadrangulare", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum americanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930222, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum quadrangulare L.fil.", + "usageKey": 2929414, + "key": "Solanum quadrangulare", + "confidence": 98 + }, + { + "name": "Solanum aggregatum", + "match": { + "usageKey": 11052217, + "acceptedUsageKey": 2930068, + "scientificName": "Solanum aggregatum Jacq.", + "canonicalName": "Solanum aggregatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum guineense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930068, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum aggregatum Jacq.", + "usageKey": 11052217, + "key": "Solanum aggregatum", + "confidence": 98 + }, + { + "name": "Solanum guineense", + "match": { + "usageKey": 2930068, + "scientificName": "Solanum guineense L.", + "canonicalName": "Solanum guineense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8893380, + "acceptedUsageKey": 2929032, + "scientificName": "Solanum guineense Lam.", + "canonicalName": "Solanum guineense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum scabrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929032, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7795203, + "acceptedUsageKey": 2929032, + "scientificName": "Solanum guineense Mill.", + "canonicalName": "Solanum guineense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum scabrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929032, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7391963, + "acceptedUsageKey": 7299532, + "scientificName": "Solanum guianense Dunal", + "canonicalName": "Solanum guianense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes pauciflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 7299532, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929293, + "acceptedUsageKey": 2929289, + "scientificName": "Solanum guianense Klotzsch", + "canonicalName": "Solanum guianense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum paludosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929289, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3799635, + "acceptedUsageKey": 2930068, + "scientificName": "Solanum guiencense Hill", + "canonicalName": "Solanum guiencense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum guineense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930068, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929725, + "scientificName": "Solanum guamense Merr.", + "canonicalName": "Solanum guamense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum guamense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929725, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 6070929, + "scientificName": "Solanum huilense Bohs", + "canonicalName": "Solanum huilense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum huilense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 6070929, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 9254199, + "scientificName": "Solanum juanense Wittm., 1969", + "canonicalName": "Solanum juanense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum juanense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 9254199, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 3797540, + "scientificName": "Solanum juninense Bitter", + "canonicalName": "Solanum juninense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum juninense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3797540, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929897, + "scientificName": "Solanum ×edinense Berthault", + "canonicalName": "Solanum edinense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum edinense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929897, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930107, + "acceptedUsageKey": 2929848, + "scientificName": "Solanum chinense Dunal", + "canonicalName": "Solanum chinense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum violaceum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929848, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7878704, + "acceptedUsageKey": 2931296, + "scientificName": "Solanum juanense Hawkes & Hjert.", + "canonicalName": "Solanum juanense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum kurtzianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931296, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7388219, + "acceptedUsageKey": 2930461, + "scientificName": "Solanum quitense Dunal", + "canonicalName": "Solanum quitense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum hexandrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930461, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8208348, + "acceptedUsageKey": 2929466, + "scientificName": "Solanum quitense Hook. & Arn.", + "canonicalName": "Solanum quitense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum repandum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929466, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931411, + "acceptedUsageKey": 6403105, + "scientificName": "Solanum quitense Kunth", + "canonicalName": "Solanum quitense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum quitoense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 6403105, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3800674, + "acceptedUsageKey": 2930262, + "scientificName": "Solanum sinense Blanco", + "canonicalName": "Solanum sinense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tuberosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930262, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931062, + "acceptedUsageKey": 2931061, + "scientificName": "Solanum uyunense Cárdenas", + "canonicalName": "Solanum uyunense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum acaule", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931061, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7495108, + "scientificName": "Solanum juenense Wittm.", + "canonicalName": "Solanum juenense", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum juenense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7495108, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 8202459, + "scientificName": "Solanum quineense Mill.", + "canonicalName": "Solanum quineense", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum quineense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8202459, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum guineense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930068, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum guineense L.", + "usageKey": 2930068, + "key": "Solanum guineense", + "confidence": 97 + }, + { + "name": "Solanum nakurense", + "match": { + "usageKey": 2931964, + "scientificName": "Solanum nakurense C.H.Wright", + "canonicalName": "Solanum nakurense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2929121, + "scientificName": "Solanum aturense Humb. & Bonpl. ex Dunal", + "canonicalName": "Solanum aturense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aturense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929121, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 9324779, + "acceptedUsageKey": 2929121, + "scientificName": "Solanum aturense Humb. & Bonpl.", + "canonicalName": "Solanum aturense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aturense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929121, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7299297, + "acceptedUsageKey": 7299532, + "scientificName": "Solanum japurense Dunal", + "canonicalName": "Solanum japurense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes pauciflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 7299532, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 9111693, + "acceptedUsageKey": 2932253, + "scientificName": "Solanum narense Humb. & Bonpl.", + "canonicalName": "Solanum narense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum crotonifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932253, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932255, + "acceptedUsageKey": 2932253, + "scientificName": "Solanum narense Humb. & Bonpl. ex Dunal", + "canonicalName": "Solanum narense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum crotonifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932253, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931544, + "acceptedUsageKey": 2931542, + "scientificName": "Solanum sakarense Dammer", + "canonicalName": "Solanum sakarense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum anguivi", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931542, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum nakurense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931964, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum nakurense C.H.Wright", + "usageKey": 2931964, + "key": "Solanum nakurense", + "confidence": 99 + }, + { + "name": "Solanum terminale", + "match": { + "usageKey": 2932081, + "scientificName": "Solanum terminale Forssk.", + "canonicalName": "Solanum terminale", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8126977, + "acceptedUsageKey": 3797900, + "scientificName": "Solanum terminale Vell.", + "canonicalName": "Solanum terminale", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum isodynamum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3797900, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum terminale", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932081, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum terminale Forssk.", + "usageKey": 2932081, + "key": "Solanum terminale", + "confidence": 97 + }, + { + "name": "Solanum herculeum", + "match": { + "usageKey": 2931592, + "scientificName": "Solanum herculeum Bohs", + "canonicalName": "Solanum herculeum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum herculeum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931592, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum herculeum Bohs", + "usageKey": 2931592, + "key": "Solanum herculeum", + "confidence": 99 + }, + { + "name": "Solanum trisectum", + "match": { + "usageKey": 2930712, + "scientificName": "Solanum trisectum Dunal", + "canonicalName": "Solanum trisectum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2930669, + "scientificName": "Solanum dissectum Symon", + "canonicalName": "Solanum dissectum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum dissectum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930669, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum trisectum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930712, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum trisectum Dunal", + "usageKey": 2930712, + "key": "Solanum trisectum", + "confidence": 99 + }, + { + "name": "Solanum capsiciforme", + "match": { + "usageKey": 2932397, + "scientificName": "Solanum capsiciforme (Domin) Baylis", + "canonicalName": "Solanum capsiciforme", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum capsiciforme", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932397, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum capsiciforme (Domin) Baylis", + "usageKey": 2932397, + "key": "Solanum capsiciforme", + "confidence": 99 + }, + { + "name": "Solanum simile", + "match": { + "usageKey": 2929571, + "scientificName": "Solanum simile F.Muell.", + "canonicalName": "Solanum simile", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2932068, + "acceptedUsageKey": 2932064, + "scientificName": "Solanum simplex Dunal", + "canonicalName": "Solanum simplex", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum subumbellatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932064, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930605, + "scientificName": "Solanum dissimile C.V.Morton", + "canonicalName": "Solanum dissimile", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum dissimile", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930605, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930942, + "scientificName": "Solanum humile Lam.", + "canonicalName": "Solanum humile", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum humile", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930942, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929979, + "scientificName": "Solanum immite Dunal", + "canonicalName": "Solanum immite", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum immite", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929979, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930479, + "scientificName": "Solanum sessile Ruiz & Pav.", + "canonicalName": "Solanum sessile", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum sessile", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930479, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932742, + "acceptedUsageKey": 2932737, + "scientificName": "Solanum assimile Friv.", + "canonicalName": "Solanum assimile", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum dulcamara", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932737, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8646663, + "acceptedUsageKey": 9368005, + "scientificName": "Solanum humile Bernh.", + "canonicalName": "Solanum humile", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum nigrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 9150405, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7846374, + "acceptedUsageKey": 9368005, + "scientificName": "Solanum humile Bernh. ex Willd.", + "canonicalName": "Solanum humile", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum nigrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 9150405, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7987431, + "acceptedUsageKey": 9150405, + "scientificName": "Solanum humile Salisb.", + "canonicalName": "Solanum humile", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum nigrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 9150405, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum simile", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929571, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum simile F.Muell.", + "usageKey": 2929571, + "key": "Solanum simile", + "confidence": 99 + }, + { + "name": "Solanum symonii", + "match": { + "usageKey": 2930837, + "scientificName": "Solanum symonii H.Eichler", + "canonicalName": "Solanum symonii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8429313, + "scientificName": "Solanum dillonii S.Knapp", + "canonicalName": "Solanum dillonii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum dillonii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8429313, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum symonii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930837, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum symonii H.Eichler", + "usageKey": 2930837, + "key": "Solanum symonii", + "confidence": 99 + }, + { + "name": "Solanum vescum", + "match": { + "usageKey": 2932211, + "scientificName": "Solanum vescum F.Muell.", + "canonicalName": "Solanum vescum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2929985, + "scientificName": "Solanum velleum Thunb.", + "canonicalName": "Solanum velleum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum velleum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929985, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 8702442, + "acceptedUsageKey": 2931071, + "scientificName": "Solanum fuscum B.Heyne", + "canonicalName": "Solanum fuscum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum trilobatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931071, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931073, + "acceptedUsageKey": 2931071, + "scientificName": "Solanum fuscum B.Heyne ex Wall.", + "canonicalName": "Solanum fuscum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum trilobatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931071, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8443515, + "acceptedUsageKey": 2929985, + "scientificName": "Solanum velleum Sw.", + "canonicalName": "Solanum velleum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum velleum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929985, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7636284, + "acceptedUsageKey": 2929985, + "scientificName": "Solanum velleum Sw. ex Roem. & Schult.", + "canonicalName": "Solanum velleum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum velleum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929985, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum vescum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932211, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum vescum F.Muell.", + "usageKey": 2932211, + "key": "Solanum vescum", + "confidence": 99 + }, + { + "name": "Solanum linearifolium", + "match": { + "usageKey": 7586398, + "scientificName": "Solanum linearifolium Geras.", + "canonicalName": "Solanum linearifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7626331, + "acceptedUsageKey": 2929314, + "scientificName": "Solanum linearifolium Herasim.", + "canonicalName": "Solanum linearifolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum linearifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929314, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929314, + "scientificName": "Solanum linearifolium Geras. ex Symon", + "canonicalName": "Solanum linearifolium", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum linearifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929314, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum linearifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7586398, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum linearifolium Geras.", + "usageKey": 7586398, + "key": "Solanum linearifolium", + "confidence": 97 + }, + { + "name": "Solanum laciniatum", + "match": { + "usageKey": 2930439, + "scientificName": "Solanum laciniatum Aiton", + "canonicalName": "Solanum laciniatum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8277555, + "acceptedUsageKey": 2931163, + "scientificName": "Solanum laciniatum Ruiz & Pav.", + "canonicalName": "Solanum laciniatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum nemorense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931163, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum laciniatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930439, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum laciniatum Aiton", + "usageKey": 2930439, + "key": "Solanum laciniatum", + "confidence": 97 + }, + { + "name": "Solanum aviculare", + "match": { + "usageKey": 2930210, + "scientificName": "Solanum aviculare G.Forst.", + "canonicalName": "Solanum aviculare", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8358069, + "scientificName": "Solanum aciculare Sw. ex Roem. & Schult.", + "canonicalName": "Solanum aciculare", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 93, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aciculare", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8358069, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 3803097, + "scientificName": "Solanum aciculare Sw.", + "canonicalName": "Solanum aciculare", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 90, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aciculare", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3803097, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 8214011, + "scientificName": "Solanum aciculare Sw. ex Sendtn.", + "canonicalName": "Solanum aciculare", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 90, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aciculare", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8214011, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aviculare", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930210, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum aviculare G.Forst.", + "usageKey": 2930210, + "key": "Solanum aviculare", + "confidence": 99 + }, + { + "name": "Solanum multivenosum", + "match": { + "usageKey": 2929004, + "scientificName": "Solanum multivenosum Symon", + "canonicalName": "Solanum multivenosum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum multivenosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929004, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum multivenosum Symon", + "usageKey": 2929004, + "key": "Solanum multivenosum", + "confidence": 99 + }, + { + "name": "Solanum calileguae", + "match": { + "usageKey": 2932249, + "scientificName": "Solanum calileguae Cabrera", + "canonicalName": "Solanum calileguae", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum calileguae", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932249, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum calileguae Cabrera", + "usageKey": 2932249, + "key": "Solanum calileguae", + "confidence": 99 + }, + { + "name": "Solanum uncinellum", + "match": { + "usageKey": 2932359, + "scientificName": "Solanum uncinellum Lindl.", + "canonicalName": "Solanum uncinellum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2929735, + "acceptedUsageKey": 2929732, + "scientificName": "Solanum uncinatum R.Br.", + "canonicalName": "Solanum uncinatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum glabratum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929732, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7883361, + "scientificName": "Solanum uncinatum Schrank", + "canonicalName": "Solanum uncinatum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 88, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum uncinatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7883361, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum uncinellum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932359, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum uncinellum Lindl.", + "usageKey": 2932359, + "key": "Solanum uncinellum", + "confidence": 99 + }, + { + "name": "Solanum pubigerum", + "match": { + "usageKey": 2929692, + "scientificName": "Solanum pubigerum Dunal", + "canonicalName": "Solanum pubigerum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2930677, + "acceptedUsageKey": 2930675, + "scientificName": "Solanum piligerum Dunal", + "canonicalName": "Solanum piligerum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum spissifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930675, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pubigerum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929692, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum pubigerum Dunal", + "usageKey": 2929692, + "key": "Solanum pubigerum", + "confidence": 99 + }, + { + "name": "Solanum aligerum", + "match": { + "usageKey": 2931417, + "scientificName": "Solanum aligerum Schltdl.", + "canonicalName": "Solanum aligerum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2929416, + "acceptedUsageKey": 2929404, + "scientificName": "Solanum aggerum Dunal", + "canonicalName": "Solanum aggerum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum africanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929404, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932071, + "acceptedUsageKey": 2932064, + "scientificName": "Solanum lanigerum Dunal", + "canonicalName": "Solanum lanigerum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum subumbellatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932064, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930657, + "acceptedUsageKey": 2930617, + "scientificName": "Solanum ovigerum Dunal", + "canonicalName": "Solanum ovigerum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum melongena", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930617, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930677, + "acceptedUsageKey": 2930675, + "scientificName": "Solanum piligerum Dunal", + "canonicalName": "Solanum piligerum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum spissifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930675, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aligerum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931417, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum aligerum Schltdl.", + "usageKey": 2931417, + "key": "Solanum aligerum", + "confidence": 99 + }, + { + "name": "Solanum nitidum", + "match": { + "usageKey": 2930198, + "scientificName": "Solanum nitidum Ruiz & Pav.", + "canonicalName": "Solanum nitidum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8341323, + "acceptedUsageKey": 2930197, + "scientificName": "Solanum nitidum Pav. ex Dunal", + "canonicalName": "Solanum nitidum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum nigricans", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930197, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 11273460, + "scientificName": "Solanum nitida Zucc.", + "canonicalName": "Solanum nitida", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 95, + "note": "Similarity: name=100; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum nitida", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 11273460, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 8086913, + "acceptedUsageKey": 7578238, + "scientificName": "Solarium nitidum Aradas, 1846", + "canonicalName": "Solarium nitidum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 69, + "note": "Similarity: name=65; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Animalia", + "phylum": "Mollusca", + "order": "Trochida", + "family": "Solariellidae", + "genus": "Solariella", + "species": "Solariella marginulata", + "kingdomKey": 1, + "phylumKey": 52, + "classKey": 225, + "orderKey": 9715180, + "familyKey": 4607341, + "genusKey": 2292880, + "speciesKey": 7578238, + "synonym": true, + "class": "Gastropoda" + }, + { + "usageKey": 2932209, + "scientificName": "Solanum rigidum Lam.", + "canonicalName": "Solanum rigidum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum rigidum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932209, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 8436284, + "acceptedUsageKey": 8080790, + "scientificName": "Solanum bifidum Dunal", + "canonicalName": "Solanum bifidum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum argenteum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8080790, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7417125, + "acceptedUsageKey": 2929230, + "scientificName": "Solanum bifidum Sessé & Moc.", + "canonicalName": "Solanum bifidum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lanceolatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929230, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930112, + "acceptedUsageKey": 2931542, + "scientificName": "Solanum lividum Link", + "canonicalName": "Solanum lividum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum anguivi", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931542, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8491008, + "acceptedUsageKey": 2929848, + "scientificName": "Solanum lividum Willd.", + "canonicalName": "Solanum lividum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum violaceum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929848, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7590928, + "acceptedUsageKey": 2929848, + "scientificName": "Solanum lividum Willd. ex Dunal", + "canonicalName": "Solanum lividum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum violaceum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929848, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 5538252, + "acceptedUsageKey": 8134008, + "scientificName": "Selinum nitidum (Wahlenb.) E.H.L.Krause", + "canonicalName": "Selinum nitidum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Apiales", + "family": "Apiaceae", + "genus": "Anthriscus", + "species": "Anthriscus nitida", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1351, + "familyKey": 6720, + "genusKey": 5371741, + "speciesKey": 8134008, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum nitidum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930198, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum nitidum Ruiz & Pav.", + "usageKey": 2930198, + "key": "Solanum nitidum", + "confidence": 97 + }, + { + "name": "Solanum laxum", + "match": { + "usageKey": 2931714, + "scientificName": "Solanum laxum Spreng.", + "canonicalName": "Solanum laxum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7460669, + "acceptedUsageKey": 2932021, + "scientificName": "Solanum laxum Dunal", + "canonicalName": "Solanum laxum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum megalochiton", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932021, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7690533, + "acceptedUsageKey": 2932737, + "scientificName": "Solanum laxum Royle", + "canonicalName": "Solanum laxum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum dulcamara", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932737, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8164979, + "scientificName": "Solanum alatum Moench", + "canonicalName": "Solanum alatum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum alatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8164979, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930767, + "scientificName": "Solanum annuum C.V.Morton", + "canonicalName": "Solanum annuum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum annuum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930767, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932620, + "scientificName": "Solanum clarum Correll", + "canonicalName": "Solanum clarum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum clarum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932620, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931731, + "scientificName": "Solanum nava Webb & Berthel.", + "canonicalName": "Solanum nava", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum nava", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931731, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 8215624, + "scientificName": "Solanum vagum Nees", + "canonicalName": "Solanum vagum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum vagum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8215624, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929113, + "acceptedUsageKey": 2929111, + "scientificName": "Solanum alatum Dunal", + "canonicalName": "Solanum alatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum hoehnei", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929111, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7376711, + "acceptedUsageKey": 2931442, + "scientificName": "Solanum alatum Seem. & J.A.Schmidt", + "canonicalName": "Solanum alatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum robustum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931442, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7425833, + "acceptedUsageKey": 2930617, + "scientificName": "Solanum album Lour.", + "canonicalName": "Solanum album", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum melongena", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930617, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930619, + "acceptedUsageKey": 2930617, + "scientificName": "Solanum album Noronha", + "canonicalName": "Solanum album", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum melongena", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930617, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7400874, + "acceptedUsageKey": 3799682, + "scientificName": "Solanum flavum Dunal, 1849", + "canonicalName": "Solanum flavum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum nigrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 9150405, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930949, + "acceptedUsageKey": 2929505, + "scientificName": "Solanum flavum Kit. ex Schult.", + "canonicalName": "Solanum flavum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum villosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929505, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 4274704, + "acceptedUsageKey": 2929370, + "scientificName": "Solanum glacum Dunal", + "canonicalName": "Solanum glacum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum glaucophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929370, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7770415, + "acceptedUsageKey": 2930846, + "scientificName": "Solanum laetum Kunze", + "canonicalName": "Solanum laetum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum crispum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930846, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932372, + "acceptedUsageKey": 2932359, + "scientificName": "Solanum laetum Miq.", + "canonicalName": "Solanum laetum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum uncinellum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932359, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8442578, + "acceptedUsageKey": 2930051, + "scientificName": "Solanum lima Banks", + "canonicalName": "Solanum lima", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum asperum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930051, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931439, + "acceptedUsageKey": 2930051, + "scientificName": "Solanum lima Banks ex Dunal", + "canonicalName": "Solanum lima", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum asperum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930051, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932283, + "acceptedUsageKey": 2932278, + "scientificName": "Solanum nanum Bitter", + "canonicalName": "Solanum nanum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum gonocladum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932278, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3798637, + "acceptedUsageKey": 2929070, + "scientificName": "Solanum papa Valenzuela ex Palacio", + "canonicalName": "Solanum papa", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum colombianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929070, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3802840, + "acceptedUsageKey": 2932412, + "scientificName": "Solanum ratum C.V.Morton", + "canonicalName": "Solanum ratum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum salicifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932412, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8551300, + "acceptedUsageKey": 2930578, + "scientificName": "Solanum vagum B.Heyne", + "canonicalName": "Solanum vagum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum giganteum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930578, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3796873, + "acceptedUsageKey": 2930578, + "scientificName": "Solanum vagum B.Heyne ex Wall.", + "canonicalName": "Solanum vagum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum giganteum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930578, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8001435, + "scientificName": "Solanum album Larrañaga", + "canonicalName": "Solanum album", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum album", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8001435, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 3801821, + "scientificName": "Solanum elatum Link", + "canonicalName": "Solanum elatum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum elatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3801821, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 8013038, + "scientificName": "Solanum flavum Kit.", + "canonicalName": "Solanum flavum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum flavum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8013038, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 7941058, + "scientificName": "Solanum papa Valenz.", + "canonicalName": "Solanum papa", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum papa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7941058, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum laxum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931714, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum laxum Spreng.", + "usageKey": 2931714, + "key": "Solanum laxum", + "confidence": 97 + }, + { + "name": "Solanum amygdalifolium", + "match": { + "usageKey": 2929794, + "scientificName": "Solanum amygdalifolium Steud.", + "canonicalName": "Solanum amygdalifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum amygdalifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929794, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum amygdalifolium Steud.", + "usageKey": 2929794, + "key": "Solanum amygdalifolium", + "confidence": 99 + }, + { + "name": "Solanum crispum", + "match": { + "usageKey": 2930846, + "scientificName": "Solanum crispum Ruiz & Pav.", + "canonicalName": "Solanum crispum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8564237, + "acceptedUsageKey": 2930846, + "scientificName": "Solanum crispum Bertero", + "canonicalName": "Solanum crispum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum crispum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930846, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7542770, + "acceptedUsageKey": 2930846, + "scientificName": "Solanum crispum Bertero ex Dunal", + "canonicalName": "Solanum crispum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum crispum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930846, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932445, + "acceptedUsageKey": 2932444, + "scientificName": "Solanum crispulum C.V.Morton", + "canonicalName": "Solanum crispulum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum longevirgatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932444, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum crispum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930846, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum crispum Ruiz & Pav.", + "usageKey": 2930846, + "key": "Solanum crispum", + "confidence": 97 + }, + { + "name": "Solanum dulcamara", + "match": { + "usageKey": 2932737, + "scientificName": "Solanum dulcamara L.", + "canonicalName": "Solanum dulcamara", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2932771, + "acceptedUsageKey": 2932737, + "scientificName": "Solanum dulcamarum St.-Lag.", + "canonicalName": "Solanum dulcamarum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 94, + "note": "Similarity: name=100; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum dulcamara", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932737, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum dulcamara", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932737, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum dulcamara L.", + "usageKey": 2932737, + "key": "Solanum dulcamara", + "confidence": 99 + }, + { + "name": "Solanum lyratum", + "match": { + "usageKey": 2930006, + "scientificName": "Solanum lyratum Thunb.", + "canonicalName": "Solanum lyratum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=3", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 10991228, + "scientificName": "Solanum lyratum Thunb. ex Murray", + "canonicalName": "Solanum lyratum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lyratum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 10991228, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931857, + "scientificName": "Solanum leratii Schltr.", + "canonicalName": "Solanum leratii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum leratii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931857, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931425, + "scientificName": "Solanum gratum Bitter", + "canonicalName": "Solanum gratum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum gratum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931425, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929212, + "scientificName": "Solanum hirtum Vahl", + "canonicalName": "Solanum hirtum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum hirtum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929212, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 9789832, + "scientificName": "Solanum lobatum A.R.Bean", + "canonicalName": "Solanum lobatum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lobatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 9789832, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929389, + "scientificName": "Solanum pinnatum Cav.", + "canonicalName": "Solanum pinnatum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pinnatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929389, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931634, + "acceptedUsageKey": 2931631, + "scientificName": "Solanum lanatum Dunal", + "canonicalName": "Solanum lanatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum asperolanatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931631, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7504271, + "acceptedUsageKey": 3799438, + "scientificName": "Solanum lineatum Ruiz & Pav.", + "canonicalName": "Solanum lineatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes lineata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 3799438, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929694, + "acceptedUsageKey": 2929692, + "scientificName": "Solanum lineatum Sessé & Moc.", + "canonicalName": "Solanum lineatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pubigerum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929692, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3802642, + "acceptedUsageKey": 2929892, + "scientificName": "Solanum lunatum J.Drumm.", + "canonicalName": "Solanum lunatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum elaeagnifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929892, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3800748, + "acceptedUsageKey": 7299631, + "scientificName": "Solanum mitratum Greenm.", + "canonicalName": "Solanum mitratum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes heteroclita", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 7299631, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7988804, + "acceptedUsageKey": 7299631, + "scientificName": "Solanum mitratum Greenm. ex Donn.Sm.", + "canonicalName": "Solanum mitratum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes heteroclita", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 7299631, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8541362, + "acceptedUsageKey": 2929389, + "scientificName": "Solanum pinnatum Bertero", + "canonicalName": "Solanum pinnatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pinnatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929389, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7773872, + "acceptedUsageKey": 2929389, + "scientificName": "Solanum pinnatum Bertero ex Dunal", + "canonicalName": "Solanum pinnatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pinnatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929389, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8470145, + "acceptedUsageKey": 2930642, + "scientificName": "Solanum pinnatum Willd.", + "canonicalName": "Solanum pinnatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum insanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930642, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8331045, + "acceptedUsageKey": 2930642, + "scientificName": "Solanum pinnatum Willd. ex Roem. & Schult.", + "canonicalName": "Solanum pinnatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum insanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930642, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3802840, + "acceptedUsageKey": 2932412, + "scientificName": "Solanum ratum C.V.Morton", + "canonicalName": "Solanum ratum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum salicifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932412, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8652968, + "acceptedUsageKey": 2929710, + "scientificName": "Solanum virgatum Endl.", + "canonicalName": "Solanum virgatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum chenopodioides", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929710, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7401528, + "acceptedUsageKey": 2929710, + "scientificName": "Solanum virgatum Endl. ex Sendtn.", + "canonicalName": "Solanum virgatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum chenopodioides", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929710, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7300087, + "acceptedUsageKey": 2928972, + "scientificName": "Solanum virgatum Lam.", + "canonicalName": "Solanum virgatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes virgata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 2928972, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8213951, + "scientificName": "Solanum serratum Blanco", + "canonicalName": "Solanum serratum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum serratum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8213951, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 3800917, + "scientificName": "Solanum serratum Dunal", + "canonicalName": "Solanum serratum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum serratum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3800917, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lyratum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930006, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum lyratum Thunb.", + "usageKey": 2930006, + "key": "Solanum lyratum", + "confidence": 98 + }, + { + "name": "Solanum wallacei", + "match": { + "usageKey": 2932512, + "acceptedUsageKey": 11102502, + "scientificName": "Solanum wallacei (A.Gray) Parish", + "canonicalName": "Solanum wallacei", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2932466, + "acceptedUsageKey": 2931290, + "scientificName": "Solanum wallisii Carrière", + "canonicalName": "Solanum wallisii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum muricatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931290, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3802533, + "acceptedUsageKey": 2931938, + "scientificName": "Solanum allanii Polgar", + "canonicalName": "Solanum allanii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum opacum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931938, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931679, + "acceptedUsageKey": 2931677, + "scientificName": "Solanum dallachii Benth.", + "canonicalName": "Solanum dallachii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum magnifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931677, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum umbelliferum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932678, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum wallacei (A.Gray) Parish", + "usageKey": 2932512, + "key": "Solanum wallacei", + "confidence": 98 + }, + { + "name": "Solanum palitans", + "match": { + "usageKey": 2929494, + "scientificName": "Solanum palitans C.V.Morton", + "canonicalName": "Solanum palitans", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum palitans", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929494, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum palitans C.V.Morton", + "usageKey": 2929494, + "key": "Solanum palitans", + "confidence": 99 + }, + { + "name": "Solanum tripartitum", + "match": { + "usageKey": 2930986, + "scientificName": "Solanum tripartitum Dunal", + "canonicalName": "Solanum tripartitum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=3", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8283590, + "scientificName": "Solanum tripartitum Larrañaga", + "canonicalName": "Solanum tripartitum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tripartitum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8283590, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tripartitum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930986, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum tripartitum Dunal", + "usageKey": 2930986, + "key": "Solanum tripartitum", + "confidence": 98 + }, + { + "name": "Solanum caesium", + "match": { + "usageKey": 2932714, + "scientificName": "Solanum caesium Griseb.", + "canonicalName": "Solanum caesium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 9613051, + "acceptedUsageKey": 2930705, + "scientificName": "Solanum callium C.T.White", + "canonicalName": "Solanum callium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum spirale", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930705, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930708, + "acceptedUsageKey": 2930705, + "scientificName": "Solanum callium C.T.White ex R.J.F.Hend.", + "canonicalName": "Solanum callium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum spirale", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930705, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum caesium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932714, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum caesium Griseb.", + "usageKey": 2932714, + "key": "Solanum caesium", + "confidence": 99 + }, + { + "name": "Solanum riojense", + "match": { + "usageKey": 2932111, + "scientificName": "Solanum riojense Bitter", + "canonicalName": "Solanum riojense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2931933, + "scientificName": "Solanum ripense Dunal", + "canonicalName": "Solanum ripense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum ripense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931933, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 3802688, + "acceptedUsageKey": 3798660, + "scientificName": "Solanum vitiense Seem.", + "canonicalName": "Solanum vitiense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes vitiensis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 3798660, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum riojense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932111, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum riojense Bitter", + "usageKey": 2932111, + "key": "Solanum riojense", + "confidence": 99 + }, + { + "name": "Solanum triflorum", + "match": { + "usageKey": 2931237, + "scientificName": "Solanum triflorum Nutt.", + "canonicalName": "Solanum triflorum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2931205, + "scientificName": "Solanum trifolium Dunal", + "canonicalName": "Solanum trifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum trifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931205, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 9536652, + "acceptedUsageKey": 3798223, + "scientificName": "Solanum triferum Poepp.", + "canonicalName": "Solanum triferum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum triferum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3798223, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3798223, + "scientificName": "Solanum triferum Poepp. ex Schltdl.", + "canonicalName": "Solanum triferum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 88, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum triferum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3798223, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 3798156, + "scientificName": "Solanum trilobum Larrañaga", + "canonicalName": "Solanum trilobum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 88, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum trilobum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3798156, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 8227878, + "acceptedUsageKey": 7786551, + "scientificName": "Solanum biflorum D.Don", + "canonicalName": "Solanum biflorum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes crassipetalum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 7786551, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8071472, + "acceptedUsageKey": 7299714, + "scientificName": "Solanum biflorum Lour.", + "canonicalName": "Solanum biflorum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes biflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 7299714, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929002, + "acceptedUsageKey": 2929001, + "scientificName": "Solanum biflorum R.Br.", + "canonicalName": "Solanum biflorum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum dianthophorum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929001, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931133, + "acceptedUsageKey": 2931104, + "scientificName": "Solanum diflorum Vell.", + "canonicalName": "Solanum diflorum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pseudocapsicum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931104, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3802852, + "acceptedUsageKey": 2932793, + "scientificName": "Solanum rariflorum Steud.", + "canonicalName": "Solanum rariflorum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tenuihamatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932793, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3797449, + "acceptedUsageKey": 2930461, + "scientificName": "Solanum tubiflorum Dunal", + "canonicalName": "Solanum tubiflorum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum hexandrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930461, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7689960, + "acceptedUsageKey": 7299649, + "scientificName": "Solanum uniflorum Dunal", + "canonicalName": "Solanum uniflorum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes fugax", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 7299649, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8509307, + "acceptedUsageKey": 2929892, + "scientificName": "Solanum uniflorum Meyen", + "canonicalName": "Solanum uniflorum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum elaeagnifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929892, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7385686, + "acceptedUsageKey": 2929892, + "scientificName": "Solanum uniflorum Meyen ex Nees", + "canonicalName": "Solanum uniflorum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum elaeagnifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929892, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7829553, + "acceptedUsageKey": 8113015, + "scientificName": "Solanum uniflorum Sessé & Moc.", + "canonicalName": "Solanum uniflorum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes mozinoana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 8113015, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7629135, + "acceptedUsageKey": 8113015, + "scientificName": "Solanum uniflorum Sessé ex Lag.", + "canonicalName": "Solanum uniflorum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes mozinoana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 8113015, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931118, + "acceptedUsageKey": 2931104, + "scientificName": "Solanum uniflorum Vell.", + "canonicalName": "Solanum uniflorum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pseudocapsicum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931104, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum triflorum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931237, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum triflorum Nutt.", + "usageKey": 2931237, + "key": "Solanum triflorum", + "confidence": 99 + }, + { + "name": "Solanum physalifolium", + "match": { + "usageKey": 2932144, + "scientificName": "Solanum physalifolium Rusby", + "canonicalName": "Solanum physalifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum physalifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932144, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum physalifolium Rusby", + "usageKey": 2932144, + "key": "Solanum physalifolium", + "confidence": 99 + }, + { + "name": "Solanum pallidum", + "match": { + "usageKey": 2929444, + "scientificName": "Solanum pallidum Rusby", + "canonicalName": "Solanum pallidum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2930508, + "acceptedUsageKey": 2930498, + "scientificName": "Solanum papita Rydb.", + "canonicalName": "Solanum papita", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum stoloniferum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930498, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931564, + "scientificName": "Solanum albidum Dunal", + "canonicalName": "Solanum albidum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum albidum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931564, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932285, + "scientificName": "Solanum aridum Morong", + "canonicalName": "Solanum aridum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aridum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932285, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932293, + "scientificName": "Solanum calidum Bohs", + "canonicalName": "Solanum calidum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum calidum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932293, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 7452928, + "acceptedUsageKey": 2931542, + "scientificName": "Solanum albidum De Wild.", + "canonicalName": "Solanum albidum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum anguivi", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931542, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 11240023, + "acceptedUsageKey": 2929847, + "scientificName": "Solanum albidum DeWild.", + "canonicalName": "Solanum albidum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aethiopicum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929847, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 9613051, + "acceptedUsageKey": 2930705, + "scientificName": "Solanum callium C.T.White", + "canonicalName": "Solanum callium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum spirale", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930705, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930708, + "acceptedUsageKey": 2930705, + "scientificName": "Solanum callium C.T.White ex R.J.F.Hend.", + "canonicalName": "Solanum callium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum spirale", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930705, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931109, + "acceptedUsageKey": 2931104, + "scientificName": "Solanum validum Rusby", + "canonicalName": "Solanum validum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pseudocapsicum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931104, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8325982, + "scientificName": "Solanum madidum C.V.Morton", + "canonicalName": "Solanum madidum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum madidum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8325982, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pallidum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929444, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum pallidum Rusby", + "usageKey": 2929444, + "key": "Solanum pallidum", + "confidence": 99 + }, + { + "name": "Solanum enantiophyllanthum", + "match": { + "usageKey": 3801674, + "scientificName": "Solanum enantiophyllanthum Bitter", + "canonicalName": "Solanum enantiophyllanthum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 11181836, + "scientificName": "Solanum ennantiophyllanthum Author", + "canonicalName": "Solanum ennantiophyllanthum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 95, + "note": "Similarity: name=100; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum ennantiophyllanthum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 11181836, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum enantiophyllanthum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3801674, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum enantiophyllanthum Bitter", + "usageKey": 3801674, + "key": "Solanum enantiophyllanthum", + "confidence": 99 + }, + { + "name": "Solanum fiebrigii", + "match": { + "usageKey": 2931810, + "scientificName": "Solanum fiebrigii Bitter", + "canonicalName": "Solanum fiebrigii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum fiebrigii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931810, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum fiebrigii Bitter", + "usageKey": 2931810, + "key": "Solanum fiebrigii", + "confidence": 99 + }, + { + "name": "Solanum annuum", + "match": { + "usageKey": 2930767, + "scientificName": "Solanum annuum C.V.Morton", + "canonicalName": "Solanum annuum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2931714, + "scientificName": "Solanum laxum Spreng.", + "canonicalName": "Solanum laxum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum laxum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931714, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931731, + "scientificName": "Solanum nava Webb & Berthel.", + "canonicalName": "Solanum nava", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum nava", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931731, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 7763324, + "scientificName": "Solanum neei Chiarini & L.A.Mentz", + "canonicalName": "Solanum neei", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum neei", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7763324, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 8215624, + "scientificName": "Solanum vagum Nees", + "canonicalName": "Solanum vagum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum vagum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8215624, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 7425833, + "acceptedUsageKey": 2930617, + "scientificName": "Solanum album Lour.", + "canonicalName": "Solanum album", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum melongena", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930617, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930619, + "acceptedUsageKey": 2930617, + "scientificName": "Solanum album Noronha", + "canonicalName": "Solanum album", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum melongena", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930617, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7460669, + "acceptedUsageKey": 2932021, + "scientificName": "Solanum laxum Dunal", + "canonicalName": "Solanum laxum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum megalochiton", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932021, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7690533, + "acceptedUsageKey": 2932737, + "scientificName": "Solanum laxum Royle", + "canonicalName": "Solanum laxum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum dulcamara", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932737, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932392, + "acceptedUsageKey": 2932389, + "scientificName": "Solanum mannii C.H.Wright", + "canonicalName": "Solanum mannii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum torvum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932389, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932283, + "acceptedUsageKey": 2932278, + "scientificName": "Solanum nanum Bitter", + "canonicalName": "Solanum nanum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum gonocladum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932278, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3798637, + "acceptedUsageKey": 2929070, + "scientificName": "Solanum papa Valenzuela ex Palacio", + "canonicalName": "Solanum papa", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum colombianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929070, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3802840, + "acceptedUsageKey": 2932412, + "scientificName": "Solanum ratum C.V.Morton", + "canonicalName": "Solanum ratum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum salicifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932412, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8551300, + "acceptedUsageKey": 2930578, + "scientificName": "Solanum vagum B.Heyne", + "canonicalName": "Solanum vagum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum giganteum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930578, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3796873, + "acceptedUsageKey": 2930578, + "scientificName": "Solanum vagum B.Heyne ex Wall.", + "canonicalName": "Solanum vagum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum giganteum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930578, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8001435, + "scientificName": "Solanum album Larrañaga", + "canonicalName": "Solanum album", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum album", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8001435, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 7941058, + "scientificName": "Solanum papa Valenz.", + "canonicalName": "Solanum papa", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum papa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7941058, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 8288306, + "scientificName": "Solanum santa Dunal", + "canonicalName": "Solanum santa", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum santa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8288306, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 5538765, + "scientificName": "Selinum annuum Steud., 1841", + "canonicalName": "Selinum annuum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Apiales", + "family": "Apiaceae", + "genus": "Selinum", + "species": "Selinum annuum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1351, + "familyKey": 6720, + "genusKey": 5371780, + "speciesKey": 5538765, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum annuum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930767, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum annuum C.V.Morton", + "usageKey": 2930767, + "key": "Solanum annuum", + "confidence": 99 + }, + { + "name": "Solanum villosum", + "match": { + "usageKey": 2929505, + "scientificName": "Solanum villosum Mill.", + "canonicalName": "Solanum villosum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8276571, + "acceptedUsageKey": 2929505, + "scientificName": "Solanum villosum (L.) Moench", + "canonicalName": "Solanum villosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum villosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929505, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7652615, + "acceptedUsageKey": 2929505, + "scientificName": "Solanum villosum (L.) Willd.", + "canonicalName": "Solanum villosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum villosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929505, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 12060626, + "acceptedUsageKey": 2932872, + "scientificName": "Solanum villosum Baumg.", + "canonicalName": "Solanum villosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum decipiens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932872, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7475841, + "acceptedUsageKey": 2932720, + "scientificName": "Solanum villosum F.Dietr.", + "canonicalName": "Solanum villosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tectum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932720, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7929442, + "acceptedUsageKey": 10751502, + "scientificName": "Solanum villosum Forssk.", + "canonicalName": "Solanum villosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum forsskaolii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 10751502, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8242297, + "acceptedUsageKey": 2929505, + "scientificName": "Solanum villosum Lam.", + "canonicalName": "Solanum villosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum villosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929505, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8512960, + "acceptedUsageKey": 9150405, + "scientificName": "Solanum villosum Opiz", + "canonicalName": "Solanum villosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum nigrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 9150405, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7941004, + "acceptedUsageKey": 9150405, + "scientificName": "Solanum villosum Opiz ex Dunal", + "canonicalName": "Solanum villosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum nigrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 9150405, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8172028, + "scientificName": "Solanum callosum A.R.Bean", + "canonicalName": "Solanum callosum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum callosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8172028, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929595, + "scientificName": "Solanum dolosum C.V.Morton ex S.Knapp", + "canonicalName": "Solanum dolosum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum dolosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929595, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931818, + "scientificName": "Solanum rixosum A.R.Bean", + "canonicalName": "Solanum rixosum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum rixosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931818, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929636, + "scientificName": "Solanum venosum Humb. & Bonpl. ex Dunal", + "canonicalName": "Solanum venosum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum venosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929636, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 8562050, + "acceptedUsageKey": 10977878, + "scientificName": "Solanum cymosum Banks", + "canonicalName": "Solanum cymosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum viride", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 10977878, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7738635, + "acceptedUsageKey": 10977878, + "scientificName": "Solanum cymosum Banks ex Dunal", + "canonicalName": "Solanum cymosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum viride", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 10977878, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 11302465, + "acceptedUsageKey": 2931212, + "scientificName": "Solanum cymosum Griseb.", + "canonicalName": "Solanum cymosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aloysiifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931212, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 9543279, + "acceptedUsageKey": 4937445, + "scientificName": "Solanum cymosum Herrera", + "canonicalName": "Solanum cymosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum radicans", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 4937445, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929338, + "acceptedUsageKey": 2931564, + "scientificName": "Solanum cymosum Ortega", + "canonicalName": "Solanum cymosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum albidum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931564, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8228531, + "acceptedUsageKey": 2929459, + "scientificName": "Solanum cymosum Ruiz & Pav.", + "canonicalName": "Solanum cymosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum corymbosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929459, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8905571, + "acceptedUsageKey": 2932040, + "scientificName": "Solanum cyrrhosum Humb. & Bonpl.", + "canonicalName": "Solanum cyrrhosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum seaforthianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932040, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932044, + "acceptedUsageKey": 2932040, + "scientificName": "Solanum cyrrhosum Humb. & Bonpl. ex Dunal", + "canonicalName": "Solanum cyrrhosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum seaforthianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932040, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 9394356, + "acceptedUsageKey": 2929595, + "scientificName": "Solanum dolosum C.V.Morton", + "canonicalName": "Solanum dolosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum dolosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929595, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3797681, + "acceptedUsageKey": 2932184, + "scientificName": "Solanum pilosum Raf.", + "canonicalName": "Solanum pilosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum sisymbriifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932184, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 9274132, + "acceptedUsageKey": 2929636, + "scientificName": "Solanum venosum Humb. & Bonpl.", + "canonicalName": "Solanum venosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum venosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929636, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7994165, + "acceptedUsageKey": 2930197, + "scientificName": "Solanum venosum Sendtn.", + "canonicalName": "Solanum venosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum nigricans", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930197, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929291, + "acceptedUsageKey": 2932184, + "scientificName": "Solanum viscosum Lag.", + "canonicalName": "Solanum viscosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum sisymbriifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932184, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8439517, + "acceptedUsageKey": 2929289, + "scientificName": "Solanum viscosum Salzm.", + "canonicalName": "Solanum viscosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum paludosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929289, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7804310, + "acceptedUsageKey": 2929289, + "scientificName": "Solanum viscosum Salzm. ex Dunal", + "canonicalName": "Solanum viscosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum paludosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929289, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7522780, + "scientificName": "Solanum cirrhosum Kunth", + "canonicalName": "Solanum cirrhosum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cirrhosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7522780, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 8040715, + "scientificName": "Solanum viscosum Moench", + "canonicalName": "Solanum viscosum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum viscosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8040715, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum villosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929505, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum villosum Mill.", + "usageKey": 2929505, + "key": "Solanum villosum", + "confidence": 97 + }, + { + "name": "Solanum retroflexum", + "match": { + "usageKey": 2929146, + "scientificName": "Solanum retroflexum Dunal", + "canonicalName": "Solanum retroflexum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum retroflexum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929146, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum retroflexum Dunal", + "usageKey": 2929146, + "key": "Solanum retroflexum", + "confidence": 99 + }, + { + "name": "Solanum scabrum", + "match": { + "usageKey": 2929032, + "scientificName": "Solanum scabrum Mill.", + "canonicalName": "Solanum scabrum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7492166, + "acceptedUsageKey": 2929847, + "scientificName": "Solanum scabrum Jacq.", + "canonicalName": "Solanum scabrum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aethiopicum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929847, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7697380, + "acceptedUsageKey": 2929028, + "scientificName": "Solanum scabrum Kunth", + "canonicalName": "Solanum scabrum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum volubile", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929028, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8169116, + "acceptedUsageKey": 2931290, + "scientificName": "Solanum scabrum Lam.", + "canonicalName": "Solanum scabrum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum muricatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931290, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7869276, + "acceptedUsageKey": 2929813, + "scientificName": "Solanum scabrum Ruiz & Pav.", + "canonicalName": "Solanum scabrum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum saponaceum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929813, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8099987, + "acceptedUsageKey": 2929009, + "scientificName": "Solanum scabrum Vahl", + "canonicalName": "Solanum scabrum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lanceifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929009, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8195422, + "acceptedUsageKey": 2929847, + "scientificName": "Solanum scabrum Zuccagni", + "canonicalName": "Solanum scabrum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aethiopicum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929847, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 11957002, + "scientificName": "Solanum scabrum IN", + "canonicalName": "Solanum scabrum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum scabrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 11957002, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932032, + "acceptedUsageKey": 2932030, + "scientificName": "Solanum scabridum Dunal", + "canonicalName": "Solanum scabridum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum vestissimum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932030, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929460, + "acceptedUsageKey": 2929692, + "scientificName": "Solanum glabrum Dunal", + "canonicalName": "Solanum glabrum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pubigerum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929692, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 5538159, + "acceptedUsageKey": 3639119, + "scientificName": "Selinum scabrum Lapeyr.", + "canonicalName": "Selinum scabrum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Apiales", + "family": "Apiaceae", + "genus": "Xatardia", + "species": "Xatardia scabra", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1351, + "familyKey": 6720, + "genusKey": 10824441, + "speciesKey": 3639119, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum scabrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929032, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum scabrum Mill.", + "usageKey": 2929032, + "key": "Solanum scabrum", + "confidence": 97 + }, + { + "name": "Solanum opacum", + "match": { + "usageKey": 2931938, + "scientificName": "Solanum opacum A.Br. & C.D.Bouché", + "canonicalName": "Solanum opacum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 4274704, + "acceptedUsageKey": 2929370, + "scientificName": "Solanum glacum Dunal", + "canonicalName": "Solanum glacum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum glaucophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929370, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3798637, + "acceptedUsageKey": 2929070, + "scientificName": "Solanum papa Valenzuela ex Palacio", + "canonicalName": "Solanum papa", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum colombianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929070, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7941058, + "scientificName": "Solanum papa Valenz.", + "canonicalName": "Solanum papa", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum papa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7941058, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 5538238, + "acceptedUsageKey": 7224157, + "scientificName": "Selinum opacum (Bernh. ex Hornem.) E.H.L.Krause", + "canonicalName": "Selinum opacum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Apiales", + "family": "Apiaceae", + "genus": "Pastinaca", + "species": "Pastinaca sativa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1351, + "familyKey": 6720, + "genusKey": 9009923, + "speciesKey": 8262702, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8316287, + "acceptedUsageKey": 7466434, + "scientificName": "Selinum opacum (Bernh.) L.H.L.Krause", + "canonicalName": "Selinum opacum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Apiales", + "family": "Apiaceae", + "genus": "Pastinaca", + "species": "Pastinaca sativa", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1351, + "familyKey": 6720, + "genusKey": 9009923, + "speciesKey": 8262702, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum opacum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931938, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum opacum A.Br. & C.D.Bouché", + "usageKey": 2931938, + "key": "Solanum opacum", + "confidence": 99 + }, + { + "name": "Solanum americanum", + "match": { + "usageKey": 2930222, + "scientificName": "Solanum americanum Mill.", + "canonicalName": "Solanum americanum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2929404, + "scientificName": "Solanum africanum Mill.", + "canonicalName": "Solanum africanum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum africanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929404, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930063, + "scientificName": "Solanum dammerianum Lauterb. & K.Schum.", + "canonicalName": "Solanum dammerianum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum dammerianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930063, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 7704806, + "scientificName": "Solanum mexicanum Dunal ex Poir., 1814", + "canonicalName": "Solanum mexicanum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum mexicanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7704806, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 7636902, + "acceptedUsageKey": 2929404, + "scientificName": "Solanum africanum Dunal", + "canonicalName": "Solanum africanum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum africanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929404, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7560899, + "acceptedUsageKey": 2929230, + "scientificName": "Solanum mexicanum Dunal", + "canonicalName": "Solanum mexicanum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lanceolatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929230, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8312167, + "acceptedUsageKey": 2931041, + "scientificName": "Solanum mexicanum Hill", + "canonicalName": "Solanum mexicanum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum candidum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931041, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8171724, + "acceptedUsageKey": 2929907, + "scientificName": "Solanum mexicanum Sessé & Moc.", + "canonicalName": "Solanum mexicanum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum bulbocastanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929907, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8543050, + "acceptedUsageKey": 2931041, + "scientificName": "Solanum mexicanum Willd.", + "canonicalName": "Solanum mexicanum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum candidum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931041, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929331, + "acceptedUsageKey": 2931041, + "scientificName": "Solanum mexicanum Willd. ex Roem. & Schult.", + "canonicalName": "Solanum mexicanum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum candidum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931041, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum americanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930222, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum americanum Mill.", + "usageKey": 2930222, + "key": "Solanum americanum", + "confidence": 99 + }, + { + "name": "Solanum nigrum", + "match": { + "usageKey": 9150405, + "scientificName": "Solanum nigrum L.", + "canonicalName": "Solanum nigrum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8968455, + "acceptedUsageKey": 8679578, + "scientificName": "Solanum nigrum Lesch.", + "canonicalName": "Solanum nigrum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes denticulata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 8679578, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 9586287, + "acceptedUsageKey": 8679578, + "scientificName": "Solanum nigrum Lesch. ex Dunal", + "canonicalName": "Solanum nigrum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes denticulata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 8679578, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 9200104, + "acceptedUsageKey": 2930222, + "scientificName": "Solanum nigrum Vell.", + "canonicalName": "Solanum nigrum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum americanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930222, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931914, + "scientificName": "Solanum viarum Dunal", + "canonicalName": "Solanum viarum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum viarum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931914, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 8686811, + "acceptedUsageKey": 7538163, + "scientificName": "Solanum niveum All.", + "canonicalName": "Solanum niveum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum marginatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7538163, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8154767, + "acceptedUsageKey": 7538163, + "scientificName": "Solanum niveum All. ex Vitman", + "canonicalName": "Solanum niveum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum marginatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7538163, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 9038915, + "acceptedUsageKey": 2930578, + "scientificName": "Solanum niveum Vahl", + "canonicalName": "Solanum niveum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum giganteum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930578, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929583, + "acceptedUsageKey": 2930578, + "scientificName": "Solanum niveum Vahl ex Thunb.", + "canonicalName": "Solanum niveum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum giganteum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930578, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 5538253, + "acceptedUsageKey": 6026627, + "scientificName": "Selinum nigrum Lam.", + "canonicalName": "Selinum nigrum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Apiales", + "family": "Apiaceae", + "genus": "Peucedanum", + "species": "Peucedanum austriacum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1351, + "familyKey": 6720, + "genusKey": 3034224, + "speciesKey": 6026627, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum nigrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 9150405, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum nigrum L.", + "usageKey": 9150405, + "key": "Solanum nigrum", + "confidence": 97 + }, + { + "name": "Solanum ptychanthum", + "match": { + "usageKey": 2930080, + "acceptedUsageKey": 2930222, + "scientificName": "Solanum ptychanthum Dunal", + "canonicalName": "Solanum ptychanthum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 4274698, + "acceptedUsageKey": 2930222, + "scientificName": "Solanum ptycanthum Dunal", + "canonicalName": "Solanum ptycanthum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum americanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930222, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum americanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930222, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum ptychanthum Dunal", + "usageKey": 2930080, + "key": "Solanum ptychanthum", + "confidence": 98 + }, + { + "name": "Solanum tredecimgranum", + "match": { + "usageKey": 2932033, + "acceptedUsageKey": 2931279, + "scientificName": "Solanum tredecimgranum Bitter", + "canonicalName": "Solanum tredecimgranum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum furcatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931279, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum tredecimgranum Bitter", + "usageKey": 2932033, + "key": "Solanum tredecimgranum", + "confidence": 98 + }, + { + "name": "Solanum multifidum", + "match": { + "usageKey": 2929451, + "scientificName": "Solanum multifidum Lam.", + "canonicalName": "Solanum multifidum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8464546, + "acceptedUsageKey": 7299714, + "scientificName": "Solanum multifidum Buch.-Ham.", + "canonicalName": "Solanum multifidum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes biflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 7299714, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7681142, + "acceptedUsageKey": 7299714, + "scientificName": "Solanum multifidum Buch.-Ham. ex D.Don", + "canonicalName": "Solanum multifidum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes biflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 7299714, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7399982, + "acceptedUsageKey": 2929451, + "scientificName": "Solanum multifidum Ruiz & Pav.", + "canonicalName": "Solanum multifidum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum multifidum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929451, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum multifidum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929451, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum multifidum Lam.", + "usageKey": 2929451, + "key": "Solanum multifidum", + "confidence": 97 + }, + { + "name": "Solanum montanum", + "match": { + "usageKey": 2930883, + "scientificName": "Solanum montanum L.", + "canonicalName": "Solanum montanum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8120870, + "acceptedUsageKey": 2930883, + "scientificName": "Solanum montanum Ruiz & Pav.", + "canonicalName": "Solanum montanum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum montanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930883, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3800596, + "acceptedUsageKey": 8113015, + "scientificName": "Solanum monanthum Roem. & Schult.", + "canonicalName": "Solanum monanthum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes mozinoana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 8113015, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930993, + "acceptedUsageKey": 2929825, + "scientificName": "Solanum monotanthum Dammer", + "canonicalName": "Solanum monotanthum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum zanzibarense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929825, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7934071, + "scientificName": "Solanum monttianum Bitter", + "canonicalName": "Solanum monttianum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 90, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum monttianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7934071, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929566, + "scientificName": "Solanum donianum Walp.", + "canonicalName": "Solanum donianum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum donianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929566, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 3796957, + "scientificName": "Solanum lantana Sendtn.", + "canonicalName": "Solanum lantana", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lantana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3796957, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931420, + "acceptedUsageKey": 2931417, + "scientificName": "Solanum dotanum C.V.Morton & Standl.", + "canonicalName": "Solanum dotanum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aligerum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931417, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3796953, + "acceptedUsageKey": 3796957, + "scientificName": "Solanum lantanum St.-Lag.", + "canonicalName": "Solanum lantanum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lantana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3796957, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8681391, + "acceptedUsageKey": 6026627, + "scientificName": "Selinum montanum Schleich.", + "canonicalName": "Selinum montanum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Apiales", + "family": "Apiaceae", + "genus": "Peucedanum", + "species": "Peucedanum austriacum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1351, + "familyKey": 6720, + "genusKey": 3034224, + "speciesKey": 6026627, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 5538260, + "acceptedUsageKey": 6026627, + "scientificName": "Selinum montanum Schleich. ex Willd.", + "canonicalName": "Selinum montanum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Apiales", + "family": "Apiaceae", + "genus": "Peucedanum", + "species": "Peucedanum austriacum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1351, + "familyKey": 6720, + "genusKey": 3034224, + "speciesKey": 6026627, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum montanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930883, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum montanum L.", + "usageKey": 2930883, + "key": "Solanum montanum", + "confidence": 97 + }, + { + "name": "Solanum paposanum", + "match": { + "usageKey": 2932296, + "scientificName": "Solanum paposanum Phil.", + "canonicalName": "Solanum paposanum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2932250, + "scientificName": "Solanum papuanum Symon", + "canonicalName": "Solanum papuanum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum papuanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932250, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929615, + "scientificName": "Solanum apaporanum R.E.Schult.", + "canonicalName": "Solanum apaporanum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum apaporanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929615, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum paposanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932296, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum paposanum Phil.", + "usageKey": 2932296, + "key": "Solanum paposanum", + "confidence": 99 + }, + { + "name": "Solanum evolvulifolium", + "match": { + "usageKey": 2930055, + "scientificName": "Solanum evolvulifolium Greenm.", + "canonicalName": "Solanum evolvulifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum evolvulifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930055, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum evolvulifolium Greenm.", + "usageKey": 2930055, + "key": "Solanum evolvulifolium", + "confidence": 99 + }, + { + "name": "Solanum phaseoloides", + "match": { + "usageKey": 2929118, + "scientificName": "Solanum phaseoloides Pol.", + "canonicalName": "Solanum phaseoloides", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum phaseoloides", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929118, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum phaseoloides Pol.", + "usageKey": 2929118, + "key": "Solanum phaseoloides", + "confidence": 99 + }, + { + "name": "Solanum savanillense", + "match": { + "usageKey": 2930695, + "scientificName": "Solanum savanillense Bitter", + "canonicalName": "Solanum savanillense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2930773, + "acceptedUsageKey": 10977878, + "scientificName": "Solanum savaiense Witasek", + "canonicalName": "Solanum savaiense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum viride", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 10977878, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum savanillense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930695, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum savanillense Bitter", + "usageKey": 2930695, + "key": "Solanum savanillense", + "confidence": 99 + }, + { + "name": "Solanum ternatum", + "match": { + "usageKey": 2932051, + "scientificName": "Solanum ternatum Ruiz & Pav.", + "canonicalName": "Solanum ternatum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2931976, + "scientificName": "Solanum terraneum Symon", + "canonicalName": "Solanum terraneum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum terraneum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931976, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 3798991, + "acceptedUsageKey": 7993303, + "scientificName": "Solanum ornatum (Bitter) C.V.Morton", + "canonicalName": "Solanum ornatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes ferruginea", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 7993303, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8213951, + "scientificName": "Solanum serratum Blanco", + "canonicalName": "Solanum serratum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum serratum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8213951, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 3800917, + "scientificName": "Solanum serratum Dunal", + "canonicalName": "Solanum serratum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum serratum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3800917, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum ternatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932051, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum ternatum Ruiz & Pav.", + "usageKey": 2932051, + "key": "Solanum ternatum", + "confidence": 99 + }, + { + "name": "Solanum incurvum", + "match": { + "usageKey": 2932028, + "scientificName": "Solanum incurvum Ruiz & Pav.", + "canonicalName": "Solanum incurvum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 11108723, + "acceptedUsageKey": 2930617, + "scientificName": "Solanum incurva (Mill.) Corrêa", + "canonicalName": "Solanum incurva", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 94, + "note": "Similarity: name=100; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum melongena", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930617, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3798368, + "acceptedUsageKey": 2929505, + "scientificName": "Solanum incertum Dunal", + "canonicalName": "Solanum incertum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum villosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929505, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8266809, + "acceptedUsageKey": 2931542, + "scientificName": "Solanum recurvum Hoffmanns.", + "canonicalName": "Solanum recurvum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum anguivi", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931542, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932029, + "acceptedUsageKey": 2932028, + "scientificName": "Solanum recurvum Poir.", + "canonicalName": "Solanum recurvum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum incurvum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932028, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum incurvum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932028, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum incurvum Ruiz & Pav.", + "usageKey": 2932028, + "key": "Solanum incurvum", + "confidence": 99 + }, + { + "name": "Solanum mite", + "match": { + "usageKey": 2931686, + "scientificName": "Solanum mite Ruiz & Pav.", + "canonicalName": "Solanum mite", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2929979, + "scientificName": "Solanum immite Dunal", + "canonicalName": "Solanum immite", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum immite", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929979, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931977, + "scientificName": "Solanum smithii S.Knapp", + "canonicalName": "Solanum smithii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum smithii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931977, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931657, + "scientificName": "Solanum wittei Robyns", + "canonicalName": "Solanum wittei", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum wittei", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931657, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 8734612, + "acceptedUsageKey": 2931173, + "scientificName": "Solanum molle Humb. & Bonpl.", + "canonicalName": "Solanum molle", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum monachophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931173, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8436295, + "acceptedUsageKey": 2931173, + "scientificName": "Solanum molle Humb. & Bonpl. ex Dunal", + "canonicalName": "Solanum molle", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum monachophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931173, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7827490, + "acceptedUsageKey": 2929394, + "scientificName": "Solanum molle Schrank", + "canonicalName": "Solanum molle", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aculeatissimum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929394, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929719, + "acceptedUsageKey": 2929710, + "scientificName": "Solanum vile Bitter", + "canonicalName": "Solanum vile", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum chenopodioides", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929710, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7705962, + "scientificName": "Solanum molle Burm.f.", + "canonicalName": "Solanum molle", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum molle", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7705962, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum mite", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931686, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum mite Ruiz & Pav.", + "usageKey": 2931686, + "key": "Solanum mite", + "confidence": 99 + }, + { + "name": "Solanum anceps", + "match": { + "usageKey": 2929475, + "scientificName": "Solanum anceps Ruiz & Pav.", + "canonicalName": "Solanum anceps", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2932072, + "acceptedUsageKey": 2932064, + "scientificName": "Solanum biceps Dunal", + "canonicalName": "Solanum biceps", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum subumbellatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932064, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum anceps", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929475, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum anceps Ruiz & Pav.", + "usageKey": 2929475, + "key": "Solanum anceps", + "confidence": 99 + }, + { + "name": "Solanum conicum", + "match": { + "usageKey": 2931357, + "scientificName": "Solanum conicum Ruiz & Pav.", + "canonicalName": "Solanum conicum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8004384, + "acceptedUsageKey": 2932349, + "scientificName": "Solanum conicum Vell.", + "canonicalName": "Solanum conicum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum sciadostylis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932349, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931904, + "scientificName": "Solanum concinnum Schott ex Sendtn.", + "canonicalName": "Solanum concinnum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum concinnum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931904, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931695, + "acceptedUsageKey": 2931694, + "scientificName": "Solanum collinum Dunal", + "canonicalName": "Solanum collinum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum maglia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931694, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3797706, + "acceptedUsageKey": 3797711, + "scientificName": "Solanum comitum St.-Lag.", + "canonicalName": "Solanum comitum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum comitis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3797711, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8601954, + "acceptedUsageKey": 2931904, + "scientificName": "Solanum concinnum Schott", + "canonicalName": "Solanum concinnum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum concinnum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931904, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931406, + "acceptedUsageKey": 2931405, + "scientificName": "Solanum concisum Dunal", + "canonicalName": "Solanum concisum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum campechiense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931405, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932286, + "acceptedUsageKey": 2932285, + "scientificName": "Solanum conditum C.V.Morton", + "canonicalName": "Solanum conditum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aridum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932285, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929547, + "acceptedUsageKey": 2929544, + "scientificName": "Solanum connatum Correll", + "canonicalName": "Solanum connatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum appendiculatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929544, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3797393, + "acceptedUsageKey": 3798768, + "scientificName": "Solanum conspicuum C.V.Morton", + "canonicalName": "Solanum conspicuum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes tarapotensis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 3798768, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 10336044, + "acceptedUsageKey": 2931750, + "scientificName": "Solanum modicum M.Nee, 1992", + "canonicalName": "Solanum modicum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tricuspidatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931750, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931240, + "acceptedUsageKey": 2931237, + "scientificName": "Solanum ponticum Prodan", + "canonicalName": "Solanum ponticum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum triflorum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931237, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum conicum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931357, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum conicum Ruiz & Pav.", + "usageKey": 2931357, + "key": "Solanum conicum", + "confidence": 97 + }, + { + "name": "Solanum angustialatum", + "match": { + "usageKey": 2931491, + "scientificName": "Solanum angustialatum Bitter", + "canonicalName": "Solanum angustialatum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum angustialatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931491, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum angustialatum Bitter", + "usageKey": 2931491, + "key": "Solanum angustialatum", + "confidence": 99 + }, + { + "name": "Solanum chamaepolybotryon", + "match": { + "usageKey": 2930449, + "acceptedUsageKey": 2930471, + "scientificName": "Solanum chamaepolybotryon Bitter", + "canonicalName": "Solanum chamaepolybotryon", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum trizygum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930471, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum chamaepolybotryon Bitter", + "usageKey": 2930449, + "key": "Solanum chamaepolybotryon", + "confidence": 98 + }, + { + "name": "Solanum muricatum", + "match": { + "usageKey": 2931290, + "scientificName": "Solanum muricatum Aiton", + "canonicalName": "Solanum muricatum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8591214, + "acceptedUsageKey": 2931279, + "scientificName": "Solanum muricatum Bertero", + "canonicalName": "Solanum muricatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum furcatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931279, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8063953, + "acceptedUsageKey": 2931279, + "scientificName": "Solanum muricatum Bertero ex Dunal", + "canonicalName": "Solanum muricatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum furcatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931279, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931279, + "scientificName": "Solanum furcatum Dunal", + "canonicalName": "Solanum furcatum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum furcatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931279, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931421, + "acceptedUsageKey": 2931417, + "scientificName": "Solanum manicatum Bitter", + "canonicalName": "Solanum manicatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aligerum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931417, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8411811, + "scientificName": "Solanum furcatum Poir.", + "canonicalName": "Solanum furcatum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum furcatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8411811, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum muricatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931290, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum muricatum Aiton", + "usageKey": 2931290, + "key": "Solanum muricatum", + "confidence": 97 + }, + { + "name": "Solanum taeniotrichum", + "match": { + "usageKey": 2930195, + "scientificName": "Solanum taeniotrichum Correll", + "canonicalName": "Solanum taeniotrichum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum taeniotrichum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930195, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum taeniotrichum Correll", + "usageKey": 2930195, + "key": "Solanum taeniotrichum", + "confidence": 99 + }, + { + "name": "Solanum caripense", + "match": { + "usageKey": 2932832, + "scientificName": "Solanum caripense Humb. & Bonpl. ex Dunal", + "canonicalName": "Solanum caripense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 9284905, + "acceptedUsageKey": 2932832, + "scientificName": "Solanum caripense Humb. & Bonpl.", + "canonicalName": "Solanum caripense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum caripense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932832, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929176, + "acceptedUsageKey": 8401012, + "scientificName": "Solanum carense Dunal", + "canonicalName": "Solanum carense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum schimperianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8401012, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930301, + "scientificName": "Solanum capense L.", + "canonicalName": "Solanum capense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum capense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930301, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931933, + "scientificName": "Solanum ripense Dunal", + "canonicalName": "Solanum ripense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum ripense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931933, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929625, + "scientificName": "Solanum tarijense Hawkes", + "canonicalName": "Solanum tarijense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tarijense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929625, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932432, + "acceptedUsageKey": 2929778, + "scientificName": "Solanum aripoense R.E.D.Baker & N.W.Simmonds", + "canonicalName": "Solanum aripoense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum velutinum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929778, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3798613, + "acceptedUsageKey": 2930262, + "scientificName": "Solanum chariense A.Chev.", + "canonicalName": "Solanum chariense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tuberosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930262, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3803272, + "acceptedUsageKey": 2929943, + "scientificName": "Solanum dariense S.Knapp", + "canonicalName": "Solanum dariense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum darienense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929943, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum caripense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932832, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum caripense Humb. & Bonpl. ex Dunal", + "usageKey": 2932832, + "key": "Solanum caripense", + "confidence": 97 + }, + { + "name": "Solanum fraxinifolium", + "match": { + "usageKey": 2932789, + "scientificName": "Solanum fraxinifolium Dunal", + "canonicalName": "Solanum fraxinifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum fraxinifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932789, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum fraxinifolium Dunal", + "usageKey": 2932789, + "key": "Solanum fraxinifolium", + "confidence": 99 + }, + { + "name": "Solanum appendiculatum", + "match": { + "usageKey": 2929544, + "scientificName": "Solanum appendiculatum Humb. & Bonpl. ex Dunal", + "canonicalName": "Solanum appendiculatum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 9325715, + "acceptedUsageKey": 2929544, + "scientificName": "Solanum appendiculatum Humb. & Bonpl.", + "canonicalName": "Solanum appendiculatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum appendiculatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929544, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7808438, + "scientificName": "Solanum appendiculatum M.Martens & Galeotti, 1845", + "canonicalName": "Solanum appendiculatum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum appendiculatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7808438, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum appendiculatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929544, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum appendiculatum Humb. & Bonpl. ex Dunal", + "usageKey": 2929544, + "key": "Solanum appendiculatum", + "confidence": 97 + }, + { + "name": "Solanum brevifolium", + "match": { + "usageKey": 2931099, + "scientificName": "Solanum brevifolium Humb. & Bonpl. ex Dunal", + "canonicalName": "Solanum brevifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 9540341, + "acceptedUsageKey": 2931099, + "scientificName": "Solanum brevifolium Humb. & Bonpl.", + "canonicalName": "Solanum brevifolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum brevifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931099, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3799764, + "scientificName": "Solanum greviifolium Dunal", + "canonicalName": "Solanum greviifolium", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum greviifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3799764, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum brevifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931099, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum brevifolium Humb. & Bonpl. ex Dunal", + "usageKey": 2931099, + "key": "Solanum brevifolium", + "confidence": 97 + }, + { + "name": "Solanum etuberosum", + "match": { + "usageKey": 2930259, + "scientificName": "Solanum etuberosum Lindl.", + "canonicalName": "Solanum etuberosum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2930262, + "scientificName": "Solanum tuberosum L.", + "canonicalName": "Solanum tuberosum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tuberosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930262, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932105, + "acceptedUsageKey": 2932121, + "scientificName": "Solanum suberosum Dammer", + "canonicalName": "Solanum suberosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum terminale", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932081, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8555981, + "acceptedUsageKey": 2930259, + "scientificName": "Solanum tuberosum Bertero", + "canonicalName": "Solanum tuberosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum etuberosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930259, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 10952700, + "acceptedUsageKey": 2930259, + "scientificName": "Solanum tuberosum Bertero ex Walp.", + "canonicalName": "Solanum tuberosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum etuberosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930259, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3801397, + "scientificName": "Solanum eutuberosum Lindl.", + "canonicalName": "Solanum eutuberosum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum eutuberosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3801397, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 12113881, + "scientificName": "Solanum tuberosum L.Sp.Pl.", + "canonicalName": "Solanum tuberosum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tuberosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 12113881, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum etuberosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930259, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum etuberosum Lindl.", + "usageKey": 2930259, + "key": "Solanum etuberosum", + "confidence": 99 + }, + { + "name": "Solanum palustre", + "match": { + "usageKey": 7727315, + "scientificName": "Solanum palustre Poepp.", + "canonicalName": "Solanum palustre", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=3", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2929049, + "scientificName": "Solanum palustre Poepp. ex Schltdl.", + "canonicalName": "Solanum palustre", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum palustre", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929049, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 8243409, + "scientificName": "Solanum palustre Poepp. ex Walp.", + "canonicalName": "Solanum palustre", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum palustre", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8243409, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 8071415, + "scientificName": "Selinum palustre Crantz", + "canonicalName": "Selinum palustre", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Apiales", + "family": "Apiaceae", + "genus": "Selinum", + "species": "Selinum palustre", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1351, + "familyKey": 6720, + "genusKey": 5371780, + "speciesKey": 8071415, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 5538215, + "acceptedUsageKey": 3634395, + "scientificName": "Selinum palustre L.", + "canonicalName": "Selinum palustre", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Apiales", + "family": "Apiaceae", + "genus": "Thysselinum", + "species": "Thysselinum palustre", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1351, + "familyKey": 6720, + "genusKey": 6026775, + "speciesKey": 3634395, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8350145, + "acceptedUsageKey": 3639144, + "scientificName": "Selinum palustre Thuill.", + "canonicalName": "Selinum palustre", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Apiales", + "family": "Apiaceae", + "genus": "Dichoropetalum", + "species": "Dichoropetalum carvifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1351, + "familyKey": 6720, + "genusKey": 7318309, + "speciesKey": 3639144, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum palustre", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7727315, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum palustre Poepp.", + "usageKey": 7727315, + "key": "Solanum palustre", + "confidence": 98 + }, + { + "name": "Solanum lycopersicoides", + "match": { + "usageKey": 2930364, + "scientificName": "Solanum lycopersicoides Dunal", + "canonicalName": "Solanum lycopersicoides", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lycopersicoides", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930364, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum lycopersicoides Dunal", + "usageKey": 2930364, + "key": "Solanum lycopersicoides", + "confidence": 99 + }, + { + "name": "Solanum sitiens", + "match": { + "usageKey": 2932141, + "scientificName": "Solanum sitiens I.M.Johnst.", + "canonicalName": "Solanum sitiens", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2931942, + "acceptedUsageKey": 2931944, + "scientificName": "Solanum nitens Baker", + "canonicalName": "Solanum nitens", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum madagascariense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931940, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8110196, + "acceptedUsageKey": 2929032, + "scientificName": "Solanum nitens Opiz", + "canonicalName": "Solanum nitens", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum scabrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929032, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3802688, + "acceptedUsageKey": 3798660, + "scientificName": "Solanum vitiense Seem.", + "canonicalName": "Solanum vitiense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes vitiensis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 3798660, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum sitiens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932141, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum sitiens I.M.Johnst.", + "usageKey": 2932141, + "key": "Solanum sitiens", + "confidence": 99 + }, + { + "name": "Solanum juglandifolium", + "match": { + "usageKey": 2929558, + "scientificName": "Solanum juglandifolium Humb. & Bonpl. ex Dunal", + "canonicalName": "Solanum juglandifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 9516845, + "acceptedUsageKey": 2929558, + "scientificName": "Solanum juglandifolium Humb. & Bonpl.", + "canonicalName": "Solanum juglandifolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum juglandifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929558, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum juglandifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929558, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum juglandifolium Humb. & Bonpl. ex Dunal", + "usageKey": 2929558, + "key": "Solanum juglandifolium", + "confidence": 97 + }, + { + "name": "Solanum ochranthum", + "match": { + "usageKey": 2929382, + "scientificName": "Solanum ochranthum Humb. & Bonpl. ex Dunal", + "canonicalName": "Solanum ochranthum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 9244050, + "acceptedUsageKey": 2929382, + "scientificName": "Solanum ochranthum Humb. & Bonpl.", + "canonicalName": "Solanum ochranthum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum ochranthum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929382, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7751387, + "scientificName": "Solanum ochraceum Dunal", + "canonicalName": "Solanum ochraceum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum ochraceum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7751387, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 3799324, + "acceptedUsageKey": 2930262, + "scientificName": "Solanum ochoanum Lechn.", + "canonicalName": "Solanum ochoanum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tuberosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930262, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3799321, + "acceptedUsageKey": 2929236, + "scientificName": "Solanum ochracanthum Bitter", + "canonicalName": "Solanum ochracanthum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum campylacanthum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929236, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931894, + "acceptedUsageKey": 8298351, + "scientificName": "Solanum ochrandrum Dunal", + "canonicalName": "Solanum ochrandrum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum sanctae-catharinae", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8298351, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum ochranthum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929382, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum ochranthum Humb. & Bonpl. ex Dunal", + "usageKey": 2929382, + "key": "Solanum ochranthum", + "confidence": 97 + }, + { + "name": "Solanum habrochaites", + "match": { + "usageKey": 2929599, + "scientificName": "Solanum habrochaites S.Knapp & D.M.Spooner", + "canonicalName": "Solanum habrochaites", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum habrochaites", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929599, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum habrochaites S.Knapp & D.M.Spooner", + "usageKey": 2929599, + "key": "Solanum habrochaites", + "confidence": 99 + }, + { + "name": "Solanum neorickii", + "match": { + "usageKey": 2930908, + "scientificName": "Solanum neorickii D.M.Spooner, G.J.Anderson & R.K.Jansen", + "canonicalName": "Solanum neorickii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum neorickii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930908, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum neorickii D.M.Spooner, G.J.Anderson & R.K.Jansen", + "usageKey": 2930908, + "key": "Solanum neorickii", + "confidence": 99 + }, + { + "name": "Solanum chilense", + "match": { + "usageKey": 2931761, + "scientificName": "Solanum chilense (Dunal) Reiche", + "canonicalName": "Solanum chilense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=3", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7901873, + "scientificName": "Solanum chilense Dunal", + "canonicalName": "Solanum chilense", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum chilense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7901873, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 3798476, + "acceptedUsageKey": 2930262, + "scientificName": "Solanum chiloense (A.DC.) Berthault", + "canonicalName": "Solanum chiloense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tuberosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930262, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930107, + "acceptedUsageKey": 2929848, + "scientificName": "Solanum chinense Dunal", + "canonicalName": "Solanum chinense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum violaceum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929848, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3798506, + "acceptedUsageKey": 7299690, + "scientificName": "Solanum chiapense Brandegee", + "canonicalName": "Solanum chiapense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes chiapensis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 7299690, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 6070929, + "scientificName": "Solanum huilense Bohs", + "canonicalName": "Solanum huilense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum huilense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 6070929, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931426, + "acceptedUsageKey": 2931425, + "scientificName": "Solanum avilense Pittier", + "canonicalName": "Solanum avilense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum gratum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931425, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum chilense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931761, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum chilense (Dunal) Reiche", + "usageKey": 2931761, + "key": "Solanum chilense", + "confidence": 98 + }, + { + "name": "Solanum peruvianum", + "match": { + "usageKey": 2929299, + "scientificName": "Solanum peruvianum L.", + "canonicalName": "Solanum peruvianum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7531743, + "acceptedUsageKey": 2929299, + "scientificName": "Solanum peruvianum Jacq.", + "canonicalName": "Solanum peruvianum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum peruvianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929299, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 12057080, + "scientificName": "Solanum peruvianum (L.) Mill.", + "canonicalName": "Solanum peruvianum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum peruvianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 12057080, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum peruvianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929299, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum peruvianum L.", + "usageKey": 2929299, + "key": "Solanum peruvianum", + "confidence": 97 + }, + { + "name": "Solanum chmielewskii", + "match": { + "usageKey": 2932264, + "scientificName": "Solanum chmielewskii (C.M.Rick, Kesicki, Fobes & M.Holle) D.M.Spooner, G.J.Anderson & R.K.Jansen", + "canonicalName": "Solanum chmielewskii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum chmielewskii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932264, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum chmielewskii (C.M.Rick, Kesicki, Fobes & M.Holle) D.M.Spooner, G.J.Anderson & R.K.Jansen", + "usageKey": 2932264, + "key": "Solanum chmielewskii", + "confidence": 99 + }, + { + "name": "Solanum pennellii", + "match": { + "usageKey": 2930397, + "scientificName": "Solanum pennellii Correll", + "canonicalName": "Solanum pennellii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2930907, + "scientificName": "Solanum peekelii Bitter", + "canonicalName": "Solanum peekelii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 93, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum peekelii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930907, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932860, + "acceptedUsageKey": 2929236, + "scientificName": "Solanum pentheri Gand.", + "canonicalName": "Solanum pentheri", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum campylacanthum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929236, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3802548, + "scientificName": "Solanum weddellii Phil.", + "canonicalName": "Solanum weddellii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum weddellii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3802548, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932886, + "acceptedUsageKey": 2932884, + "scientificName": "Solanum gentlei Lundell", + "canonicalName": "Solanum gentlei", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum schlechtendalianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932884, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3802753, + "acceptedUsageKey": 2929628, + "scientificName": "Solanum regnelii Hiern", + "canonicalName": "Solanum regnelii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum bonariense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929628, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930224, + "acceptedUsageKey": 2930222, + "scientificName": "Solanum tenellum Bitter", + "canonicalName": "Solanum tenellum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum americanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930222, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8089914, + "acceptedUsageKey": 3799175, + "scientificName": "Solanum tenellum Ochoa", + "canonicalName": "Solanum tenellum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum candolleanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3799175, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pennellii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930397, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum pennellii Correll", + "usageKey": 2930397, + "key": "Solanum pennellii", + "confidence": 99 + }, + { + "name": "Solanum galapagense", + "match": { + "usageKey": 2931882, + "scientificName": "Solanum galapagense S.C.Darwin & Peralta", + "canonicalName": "Solanum galapagense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum galapagense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931882, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum galapagense S.C.Darwin & Peralta", + "usageKey": 2931882, + "key": "Solanum galapagense", + "confidence": 99 + }, + { + "name": "Solanum lycopersicum", + "match": { + "usageKey": 2930137, + "scientificName": "Solanum lycopersicum L.", + "canonicalName": "Solanum lycopersicum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=3", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7815295, + "scientificName": "Solanum lycopersicum Blanco, 1837", + "canonicalName": "Solanum lycopersicum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lycopersicum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7815295, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lycopersicum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930137, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum lycopersicum L.", + "usageKey": 2930137, + "key": "Solanum lycopersicum", + "confidence": 98 + }, + { + "name": "Solanum cheesmaniae", + "match": { + "usageKey": 2929989, + "scientificName": "Solanum cheesmaniae (L.Riley) Fosberg", + "canonicalName": "Solanum cheesmaniae", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 11346853, + "acceptedUsageKey": 2929062, + "scientificName": "Solanum hermanniae Symon", + "canonicalName": "Solanum hermanniae", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum linnaeanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929062, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cheesmaniae", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929989, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum cheesmaniae (L.Riley) Fosberg", + "usageKey": 2929989, + "key": "Solanum cheesmaniae", + "confidence": 99 + }, + { + "name": "Solanum pimpinellifolium", + "match": { + "usageKey": 2931738, + "scientificName": "Solanum pimpinellifolium L.", + "canonicalName": "Solanum pimpinellifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8557406, + "acceptedUsageKey": 2931738, + "scientificName": "Solanum pimpinellifolium Mill.", + "canonicalName": "Solanum pimpinellifolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pimpinellifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931738, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7390679, + "acceptedUsageKey": 2931738, + "scientificName": "Solanum pimpinellifolium Mill. ex Dunal", + "canonicalName": "Solanum pimpinellifolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pimpinellifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931738, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pimpinellifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931738, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum pimpinellifolium L.", + "usageKey": 2931738, + "key": "Solanum pimpinellifolium", + "confidence": 97 + }, + { + "name": "Solanum bulbocastanum", + "match": { + "usageKey": 2929907, + "scientificName": "Solanum bulbocastanum Dunal", + "canonicalName": "Solanum bulbocastanum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3799876, + "acceptedUsageKey": 2929907, + "scientificName": "Solanum bulbocastaneum Dunal", + "canonicalName": "Solanum bulbocastaneum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum bulbocastanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929907, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 5538621, + "acceptedUsageKey": 3034501, + "scientificName": "Selinum bulbocastanum (L.) E.H.L.Krause", + "canonicalName": "Selinum bulbocastanum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Apiales", + "family": "Apiaceae", + "genus": "Bunium", + "species": "Bunium bulbocastanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1351, + "familyKey": 6720, + "genusKey": 3034500, + "speciesKey": 3034501, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum bulbocastanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929907, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum bulbocastanum Dunal", + "usageKey": 2929907, + "key": "Solanum bulbocastanum", + "confidence": 99 + }, + { + "name": "Solanum jamesii", + "match": { + "usageKey": 2931084, + "scientificName": "Solanum jamesii Torr.", + "canonicalName": "Solanum jamesii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2930687, + "acceptedUsageKey": 2930683, + "scientificName": "Solanum jamesonii Bitter", + "canonicalName": "Solanum jamesonii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum oblongifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930683, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932218, + "scientificName": "Solanum hayesii Fernald", + "canonicalName": "Solanum hayesii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum hayesii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932218, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum jamesii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931084, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum jamesii Torr.", + "usageKey": 2931084, + "key": "Solanum jamesii", + "confidence": 99 + }, + { + "name": "Solanum clarum", + "match": { + "usageKey": 2932620, + "scientificName": "Solanum clarum Correll", + "canonicalName": "Solanum clarum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8872021, + "scientificName": "Solanum clarkei Symon", + "canonicalName": "Solanum clarkei", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum clarkei", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8872021, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 8164979, + "scientificName": "Solanum alatum Moench", + "canonicalName": "Solanum alatum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum alatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8164979, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931608, + "scientificName": "Solanum celatum A.R.Bean", + "canonicalName": "Solanum celatum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum celatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931608, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931714, + "scientificName": "Solanum laxum Spreng.", + "canonicalName": "Solanum laxum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum laxum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931714, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931914, + "scientificName": "Solanum viarum Dunal", + "canonicalName": "Solanum viarum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum viarum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931914, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929113, + "acceptedUsageKey": 2929111, + "scientificName": "Solanum alatum Dunal", + "canonicalName": "Solanum alatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum hoehnei", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929111, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7376711, + "acceptedUsageKey": 2931442, + "scientificName": "Solanum alatum Seem. & J.A.Schmidt", + "canonicalName": "Solanum alatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum robustum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931442, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 9613051, + "acceptedUsageKey": 2930705, + "scientificName": "Solanum callium C.T.White", + "canonicalName": "Solanum callium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum spirale", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930705, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930708, + "acceptedUsageKey": 2930705, + "scientificName": "Solanum callium C.T.White ex R.J.F.Hend.", + "canonicalName": "Solanum callium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum spirale", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930705, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930251, + "acceptedUsageKey": 2930222, + "scientificName": "Solanum calvum Bitter", + "canonicalName": "Solanum calvum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum americanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930222, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7400874, + "acceptedUsageKey": 3799682, + "scientificName": "Solanum flavum Dunal, 1849", + "canonicalName": "Solanum flavum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum nigrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 9150405, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930949, + "acceptedUsageKey": 2929505, + "scientificName": "Solanum flavum Kit. ex Schult.", + "canonicalName": "Solanum flavum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum villosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929505, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929460, + "acceptedUsageKey": 2929692, + "scientificName": "Solanum glabrum Dunal", + "canonicalName": "Solanum glabrum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pubigerum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929692, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 4274704, + "acceptedUsageKey": 2929370, + "scientificName": "Solanum glacum Dunal", + "canonicalName": "Solanum glacum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum glaucophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929370, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7460669, + "acceptedUsageKey": 2932021, + "scientificName": "Solanum laxum Dunal", + "canonicalName": "Solanum laxum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum megalochiton", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932021, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7690533, + "acceptedUsageKey": 2932737, + "scientificName": "Solanum laxum Royle", + "canonicalName": "Solanum laxum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum dulcamara", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932737, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3798967, + "scientificName": "Solanum cari Molina", + "canonicalName": "Solanum cari", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cari", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3798967, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 3801821, + "scientificName": "Solanum elatum Link", + "canonicalName": "Solanum elatum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum elatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3801821, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 8013038, + "scientificName": "Solanum flavum Kit.", + "canonicalName": "Solanum flavum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum flavum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8013038, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum clarum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932620, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum clarum Correll", + "usageKey": 2932620, + "key": "Solanum clarum", + "confidence": 99 + }, + { + "name": "Solanum morelliforme", + "match": { + "usageKey": 2930477, + "scientificName": "Solanum morelliforme Bitter & Münch", + "canonicalName": "Solanum morelliforme", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3800579, + "acceptedUsageKey": 6402667, + "scientificName": "Solanum moniliforme Correll", + "canonicalName": "Solanum moniliforme", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum multiinterruptum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 6402667, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum morelliforme", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930477, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum morelliforme Bitter & Münch", + "usageKey": 2930477, + "key": "Solanum morelliforme", + "confidence": 99 + }, + { + "name": "Solanum polyadenium", + "match": { + "usageKey": 2929284, + "scientificName": "Solanum polyadenium Greenm.", + "canonicalName": "Solanum polyadenium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum polyadenium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929284, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum polyadenium Greenm.", + "usageKey": 2929284, + "key": "Solanum polyadenium", + "confidence": 99 + }, + { + "name": "Solanum cardiophyllum", + "match": { + "usageKey": 2929226, + "scientificName": "Solanum cardiophyllum Lindl.", + "canonicalName": "Solanum cardiophyllum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7428358, + "acceptedUsageKey": 2932240, + "scientificName": "Solanum cardiophyllum Dunal", + "canonicalName": "Solanum cardiophyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum boldoense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932240, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cardiophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929226, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum cardiophyllum Lindl.", + "usageKey": 2929226, + "key": "Solanum cardiophyllum", + "confidence": 97 + }, + { + "name": "Solanum ehrenbergii", + "match": { + "usageKey": 2929425, + "scientificName": "Solanum ehrenbergii (Bitter) Rydb.", + "canonicalName": "Solanum ehrenbergii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum ehrenbergii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929425, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum ehrenbergii (Bitter) Rydb.", + "usageKey": 2929425, + "key": "Solanum ehrenbergii", + "confidence": 99 + }, + { + "name": "Solanum chomatophilum", + "match": { + "usageKey": 2931992, + "scientificName": "Solanum chomatophilum Bitter", + "canonicalName": "Solanum chomatophilum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7299395, + "scientificName": "Solanum chromatophilum", + "canonicalName": "Solanum chromatophilum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum chromatophilum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7299395, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum chomatophilum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931992, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum chomatophilum Bitter", + "usageKey": 2931992, + "key": "Solanum chomatophilum", + "confidence": 99 + }, + { + "name": "Solanum scabrifolium", + "match": { + "usageKey": 2930564, + "scientificName": "Solanum scabrifolium Ochoa", + "canonicalName": "Solanum scabrifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum scabrifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930564, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum scabrifolium Ochoa", + "usageKey": 2930564, + "key": "Solanum scabrifolium", + "confidence": 99 + }, + { + "name": "Solanum pinnatisectum", + "match": { + "usageKey": 2931452, + "scientificName": "Solanum pinnatisectum Dunal", + "canonicalName": "Solanum pinnatisectum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pinnatisectum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931452, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum pinnatisectum Dunal", + "usageKey": 2931452, + "key": "Solanum pinnatisectum", + "confidence": 99 + }, + { + "name": "Solanum immite", + "match": { + "usageKey": 2929979, + "scientificName": "Solanum immite Dunal", + "canonicalName": "Solanum immite", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2931686, + "scientificName": "Solanum mite Ruiz & Pav.", + "canonicalName": "Solanum mite", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum mite", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931686, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929571, + "scientificName": "Solanum simile F.Muell.", + "canonicalName": "Solanum simile", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum simile", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929571, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931977, + "scientificName": "Solanum smithii S.Knapp", + "canonicalName": "Solanum smithii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum smithii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931977, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 8550101, + "acceptedUsageKey": 2932691, + "scientificName": "Solanum immane Hance", + "canonicalName": "Solanum immane", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lasiocarpum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932691, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932694, + "acceptedUsageKey": 2932691, + "scientificName": "Solanum immane Hance ex Walp.", + "canonicalName": "Solanum immane", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lasiocarpum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932691, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum immite", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929979, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum immite Dunal", + "usageKey": 2929979, + "key": "Solanum immite", + "confidence": 99 + }, + { + "name": "Solanum pascoense", + "match": { + "usageKey": 2931999, + "acceptedUsageKey": 2931992, + "scientificName": "Solanum pascoense Ochoa", + "canonicalName": "Solanum pascoense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum chomatophilum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931992, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum pascoense Ochoa", + "usageKey": 2931999, + "key": "Solanum pascoense", + "confidence": 98 + }, + { + "name": "Solanum piurae", + "match": { + "usageKey": 2930937, + "scientificName": "Solanum piurae Bitter", + "canonicalName": "Solanum piurae", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2930862, + "acceptedUsageKey": 2930846, + "scientificName": "Solanum pugae Phil.", + "canonicalName": "Solanum pugae", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum crispum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930846, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931067, + "acceptedUsageKey": 2931061, + "scientificName": "Solanum punae Juz.", + "canonicalName": "Solanum punae", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum acaule", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931061, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum piurae", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930937, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum piurae Bitter", + "usageKey": 2930937, + "key": "Solanum piurae", + "confidence": 99 + }, + { + "name": "Solanum moscopanum", + "match": { + "usageKey": 2929089, + "acceptedUsageKey": 2929070, + "scientificName": "Solanum moscopanum Hawkes", + "canonicalName": "Solanum moscopanum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum colombianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929070, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum moscopanum Hawkes", + "usageKey": 2929089, + "key": "Solanum moscopanum", + "confidence": 98 + }, + { + "name": "Solanum acroscopicum", + "match": { + "usageKey": 2930561, + "scientificName": "Solanum acroscopicum Ochoa", + "canonicalName": "Solanum acroscopicum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum acroscopicum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930561, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum acroscopicum Ochoa", + "usageKey": 2930561, + "key": "Solanum acroscopicum", + "confidence": 99 + }, + { + "name": "Solanum multiinterruptum", + "match": { + "usageKey": 6402667, + "scientificName": "Solanum multiinterruptum Bitter", + "canonicalName": "Solanum multiinterruptum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum multiinterruptum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 6402667, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum multiinterruptum Bitter", + "usageKey": 6402667, + "key": "Solanum multiinterruptum", + "confidence": 99 + }, + { + "name": "Solanum andreanum", + "match": { + "usageKey": 2931778, + "scientificName": "Solanum andreanum Baker", + "canonicalName": "Solanum andreanum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum andreanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931778, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum andreanum Baker", + "usageKey": 2931778, + "key": "Solanum andreanum", + "confidence": 99 + }, + { + "name": "Solanum doddsii", + "match": { + "usageKey": 3802330, + "scientificName": "Solanum doddsii Correll", + "canonicalName": "Solanum doddsii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 11827408, + "scientificName": "Solanum bohsii J.D.Tovar", + "canonicalName": "Solanum bohsii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum bohsii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 11827408, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 9583005, + "scientificName": "Solanum woodii Särkinen & S.Knapp", + "canonicalName": "Solanum woodii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum woodii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 9583005, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 3802263, + "acceptedUsageKey": 7299577, + "scientificName": "Solanum dombeyi Dunal", + "canonicalName": "Solanum dombeyi", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes lycioides", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 7299577, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3802310, + "scientificName": "Solanum rossii Knowl. & Westc.", + "canonicalName": "Solanum rossii", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum rossii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3802310, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum doddsii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3802330, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum doddsii Correll", + "usageKey": 3802330, + "key": "Solanum doddsii", + "confidence": 99 + }, + { + "name": "Solanum stenophyllidium", + "match": { + "usageKey": 2929642, + "scientificName": "Solanum stenophyllidium Bitter", + "canonicalName": "Solanum stenophyllidium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum stenophyllidium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929642, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum stenophyllidium Bitter", + "usageKey": 2929642, + "key": "Solanum stenophyllidium", + "confidence": 99 + }, + { + "name": "Solanum incamayoense", + "match": { + "usageKey": 3798429, + "acceptedUsageKey": 3799794, + "scientificName": "Solanum incamayoense K.A.Okada & A.M.Clausen", + "canonicalName": "Solanum incamayoense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum brevicaule", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3799794, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum incamayoense K.A.Okada & A.M.Clausen", + "usageKey": 3798429, + "key": "Solanum incamayoense", + "confidence": 98 + }, + { + "name": "Solanum schenckii", + "match": { + "usageKey": 2929542, + "scientificName": "Solanum schenckii Bitter", + "canonicalName": "Solanum schenckii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2932648, + "acceptedUsageKey": 2932643, + "scientificName": "Solanum schickii Juz. & Bukasov", + "canonicalName": "Solanum schickii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum chacoense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932643, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932400, + "acceptedUsageKey": 2932401, + "scientificName": "Solanum schwackei Glaz.", + "canonicalName": "Solanum schwackei", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum schwackeanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932401, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum schenckii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929542, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum schenckii Bitter", + "usageKey": 2929542, + "key": "Solanum schenckii", + "confidence": 99 + }, + { + "name": "Solanum iopetalum", + "match": { + "usageKey": 2932446, + "scientificName": "Solanum iopetalum (Bitter) Hawkes", + "canonicalName": "Solanum iopetalum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8097314, + "acceptedUsageKey": 2932446, + "scientificName": "Solanum iopetalum Bitter", + "canonicalName": "Solanum iopetalum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum iopetalum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932446, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum iopetalum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932446, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum iopetalum (Bitter) Hawkes", + "usageKey": 2932446, + "key": "Solanum iopetalum", + "confidence": 97 + }, + { + "name": "Solanum violaceimarmoratum", + "match": { + "usageKey": 2930589, + "scientificName": "Solanum violaceimarmoratum Bitter", + "canonicalName": "Solanum violaceimarmoratum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum violaceimarmoratum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930589, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum violaceimarmoratum Bitter", + "usageKey": 2930589, + "key": "Solanum violaceimarmoratum", + "confidence": 99 + }, + { + "name": "Solanum albicans", + "match": { + "usageKey": 3802625, + "scientificName": "Solanum albicans (Ochoa) Ochoa", + "canonicalName": "Solanum albicans", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum albicans", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3802625, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum albicans (Ochoa) Ochoa", + "usageKey": 3802625, + "key": "Solanum albicans", + "confidence": 99 + }, + { + "name": "Solanum acaule", + "match": { + "usageKey": 2931061, + "scientificName": "Solanum acaule Bitter", + "canonicalName": "Solanum acaule", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8275545, + "acceptedUsageKey": 9399010, + "scientificName": "Selinum acaule Cav.", + "canonicalName": "Selinum acaule", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Apiales", + "family": "Apiaceae", + "genus": "Azorella", + "species": "Azorella ruizii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1351, + "familyKey": 6720, + "genusKey": 6026436, + "speciesKey": 9399010, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8071376, + "acceptedUsageKey": 6026405, + "scientificName": "Selinum acaule Pursh", + "canonicalName": "Selinum acaule", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Apiales", + "family": "Apiaceae", + "genus": "Cymopterus", + "species": "Cymopterus glomeratus", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1351, + "familyKey": 6720, + "genusKey": 3034443, + "speciesKey": 6026405, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8662820, + "acceptedUsageKey": 3631912, + "scientificName": "Selinum acaule Turcz.", + "canonicalName": "Selinum acaule", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Apiales", + "family": "Apiaceae", + "genus": "Kitagawia", + "species": "Kitagawia baicalensis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1351, + "familyKey": 6720, + "genusKey": 6026561, + "speciesKey": 3631912, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 5538879, + "acceptedUsageKey": 3631912, + "scientificName": "Selinum acaule Turcz. ex Besser", + "canonicalName": "Selinum acaule", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Apiales", + "family": "Apiaceae", + "genus": "Kitagawia", + "species": "Kitagawia baicalensis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1351, + "familyKey": 6720, + "genusKey": 6026561, + "speciesKey": 3631912, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum acaule", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931061, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum acaule Bitter", + "usageKey": 2931061, + "key": "Solanum acaule", + "confidence": 99 + }, + { + "name": "Solanum megistacrolobum", + "match": { + "usageKey": 2932170, + "acceptedUsageKey": 2932156, + "scientificName": "Solanum megistacrolobum Bitter", + "canonicalName": "Solanum megistacrolobum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7300008, + "scientificName": "Solanum magistacrolobum", + "canonicalName": "Solanum magistacrolobum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 93, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum magistacrolobum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7300008, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum boliviense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932156, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum megistacrolobum Bitter", + "usageKey": 2932170, + "key": "Solanum megistacrolobum", + "confidence": 98 + }, + { + "name": "Solanum raphanifolium", + "match": { + "usageKey": 3802860, + "scientificName": "Solanum raphanifolium Cárdenas & Hawkes", + "canonicalName": "Solanum raphanifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum raphanifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3802860, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum raphanifolium Cárdenas & Hawkes", + "usageKey": 3802860, + "key": "Solanum raphanifolium", + "confidence": 99 + }, + { + "name": "Solanum achacachense", + "match": { + "usageKey": 3803102, + "acceptedUsageKey": 3799175, + "scientificName": "Solanum achacachense Cárdenas", + "canonicalName": "Solanum achacachense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum candolleanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3799175, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum achacachense Cárdenas", + "usageKey": 3803102, + "key": "Solanum achacachense", + "confidence": 98 + }, + { + "name": "Solanum lignicaule", + "match": { + "usageKey": 7300143, + "scientificName": "Solanum lignicaule Vargas", + "canonicalName": "Solanum lignicaule", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lignicaule", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7300143, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum lignicaule Vargas", + "usageKey": 7300143, + "key": "Solanum lignicaule", + "confidence": 99 + }, + { + "name": "Solanum laxissimum", + "match": { + "usageKey": 2931803, + "scientificName": "Solanum laxissimum Bitter", + "canonicalName": "Solanum laxissimum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7666885, + "acceptedUsageKey": 2931846, + "scientificName": "Solanum altissimum Pittier", + "canonicalName": "Solanum altissimum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum kioniotrichum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931846, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931319, + "acceptedUsageKey": 2931846, + "scientificName": "Solanum altissimum Pittier ex Benítez", + "canonicalName": "Solanum altissimum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum kioniotrichum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931846, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum laxissimum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931803, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum laxissimum Bitter", + "usageKey": 2931803, + "key": "Solanum laxissimum", + "confidence": 99 + }, + { + "name": "Solanum maglia", + "match": { + "usageKey": 2931694, + "scientificName": "Solanum maglia Schltdl.", + "canonicalName": "Solanum maglia", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 9613051, + "acceptedUsageKey": 2930705, + "scientificName": "Solanum callium C.T.White", + "canonicalName": "Solanum callium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum spirale", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930705, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930708, + "acceptedUsageKey": 2930705, + "scientificName": "Solanum callium C.T.White ex R.J.F.Hend.", + "canonicalName": "Solanum callium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum spirale", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930705, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum maglia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931694, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum maglia Schltdl.", + "usageKey": 2931694, + "key": "Solanum maglia", + "confidence": 99 + }, + { + "name": "Solanum santolallae", + "match": { + "usageKey": 2931807, + "acceptedUsageKey": 2931803, + "scientificName": "Solanum santolallae Vargas", + "canonicalName": "Solanum santolallae", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum laxissimum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931803, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum santolallae Vargas", + "usageKey": 2931807, + "key": "Solanum santolallae", + "confidence": 98 + }, + { + "name": "Solanum longiconicum", + "match": { + "usageKey": 2932417, + "scientificName": "Solanum longiconicum Bitter", + "canonicalName": "Solanum longiconicum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum longiconicum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932417, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum longiconicum Bitter", + "usageKey": 2932417, + "key": "Solanum longiconicum", + "confidence": 99 + }, + { + "name": "Solanum oxycarpum", + "match": { + "usageKey": 2930459, + "scientificName": "Solanum oxycarpum Schiede", + "canonicalName": "Solanum oxycarpum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=3", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 12076270, + "scientificName": "Solanum oxycarpum Scheide", + "canonicalName": "Solanum oxycarpum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum oxycarpum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 12076270, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931960, + "scientificName": "Solanum oocarpum Sendtn.", + "canonicalName": "Solanum oocarpum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum oocarpum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931960, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 3798310, + "acceptedUsageKey": 2931415, + "scientificName": "Solanum toxicarium Rich.", + "canonicalName": "Solanum toxicarium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum macrocarpon", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931415, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930289, + "acceptedUsageKey": 2930283, + "scientificName": "Solanum toxicarum Rich.", + "canonicalName": "Solanum toxicarum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum stramonifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930283, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum oxycarpum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930459, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum oxycarpum Schiede", + "usageKey": 2930459, + "key": "Solanum oxycarpum", + "confidence": 98 + }, + { + "name": "Solanum agrimonifolium", + "match": { + "usageKey": 7520267, + "scientificName": "Solanum agrimonifolium Rydb.", + "canonicalName": "Solanum agrimonifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2929602, + "acceptedUsageKey": 2929599, + "scientificName": "Solanum agrimoniifolium (Luckwill) J.F.Macbr.", + "canonicalName": "Solanum agrimoniifolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 94, + "note": "Similarity: name=100; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum habrochaites", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929599, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8707979, + "acceptedUsageKey": 2929599, + "scientificName": "Solanum agrimoniifolium Pav.", + "canonicalName": "Solanum agrimoniifolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 94, + "note": "Similarity: name=100; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum habrochaites", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929599, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8360998, + "acceptedUsageKey": 2929599, + "scientificName": "Solanum agrimoniifolium Pav. ex Dunal", + "canonicalName": "Solanum agrimoniifolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 94, + "note": "Similarity: name=100; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum habrochaites", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929599, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum agrimonifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7520267, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum agrimonifolium Rydb.", + "usageKey": 7520267, + "key": "Solanum agrimonifolium", + "confidence": 99 + }, + { + "name": "Solanum tundalomense", + "match": { + "usageKey": 2929084, + "acceptedUsageKey": 2929070, + "scientificName": "Solanum tundalomense Ochoa", + "canonicalName": "Solanum tundalomense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum colombianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929070, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum tundalomense Ochoa", + "usageKey": 2929084, + "key": "Solanum tundalomense", + "confidence": 98 + }, + { + "name": "Solanum colombianum", + "match": { + "usageKey": 2929070, + "scientificName": "Solanum colombianum Dunal", + "canonicalName": "Solanum colombianum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum colombianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929070, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum colombianum Dunal", + "usageKey": 2929070, + "key": "Solanum colombianum", + "confidence": 99 + }, + { + "name": "Solanum subpanduratum", + "match": { + "usageKey": 2929077, + "acceptedUsageKey": 2929070, + "scientificName": "Solanum subpanduratum Ochoa", + "canonicalName": "Solanum subpanduratum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum colombianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929070, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum subpanduratum Ochoa", + "usageKey": 2929077, + "key": "Solanum subpanduratum", + "confidence": 98 + }, + { + "name": "Solanum circaeifolium", + "match": { + "usageKey": 2931401, + "acceptedUsageKey": 2929446, + "scientificName": "Solanum circaeifolium Bitter", + "canonicalName": "Solanum circaeifolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum stipuloideum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929446, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum circaeifolium Bitter", + "usageKey": 2931401, + "key": "Solanum circaeifolium", + "confidence": 98 + }, + { + "name": "Solanum ugentii", + "match": { + "usageKey": 3797308, + "acceptedUsageKey": 3799794, + "scientificName": "Solanum ugentii Hawkes & K.A.Okada", + "canonicalName": "Solanum ugentii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2930817, + "scientificName": "Solanum gertii S.Knapp", + "canonicalName": "Solanum gertii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum gertii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930817, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932886, + "acceptedUsageKey": 2932884, + "scientificName": "Solanum gentlei Lundell", + "canonicalName": "Solanum gentlei", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum schlechtendalianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932884, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum brevicaule", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3799794, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum ugentii Hawkes & K.A.Okada", + "usageKey": 3797308, + "key": "Solanum ugentii", + "confidence": 98 + }, + { + "name": "Solanum vernei", + "match": { + "usageKey": 2932633, + "scientificName": "Solanum vernei Bitter & Wittm.", + "canonicalName": "Solanum vernei", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2931263, + "scientificName": "Solanum cernuum Vell.", + "canonicalName": "Solanum cernuum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cernuum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931263, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930817, + "scientificName": "Solanum gertii S.Knapp", + "canonicalName": "Solanum gertii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum gertii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930817, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929325, + "scientificName": "Solanum tarnii Hawkes & Hjert.", + "canonicalName": "Solanum tarnii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tarnii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929325, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932345, + "acceptedUsageKey": 7653915, + "scientificName": "Solanum henryi Bukasov & Lechn.", + "canonicalName": "Solanum henryi", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum commersonii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7653915, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3799151, + "acceptedUsageKey": 2929848, + "scientificName": "Solanum heynei Roem. & Schult.", + "canonicalName": "Solanum heynei", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum violaceum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929848, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932048, + "acceptedUsageKey": 2932040, + "scientificName": "Solanum kerrii Bonati", + "canonicalName": "Solanum kerrii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum seaforthianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932040, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930280, + "acceptedUsageKey": 2932050, + "scientificName": "Solanum leonii Heiser", + "canonicalName": "Solanum leonii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum macrotonum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932050, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929237, + "acceptedUsageKey": 2929236, + "scientificName": "Solanum sennii Chiov.", + "canonicalName": "Solanum sennii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum campylacanthum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929236, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum vernei", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932633, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum vernei Bitter & Wittm.", + "usageKey": 2932633, + "key": "Solanum vernei", + "confidence": 99 + }, + { + "name": "Solanum tuberosum", + "match": { + "usageKey": 2930262, + "scientificName": "Solanum tuberosum L.", + "canonicalName": "Solanum tuberosum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8555981, + "acceptedUsageKey": 2930259, + "scientificName": "Solanum tuberosum Bertero", + "canonicalName": "Solanum tuberosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum etuberosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930259, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 10952700, + "acceptedUsageKey": 2930259, + "scientificName": "Solanum tuberosum Bertero ex Walp.", + "canonicalName": "Solanum tuberosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum etuberosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930259, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 12113881, + "scientificName": "Solanum tuberosum L.Sp.Pl.", + "canonicalName": "Solanum tuberosum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tuberosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 12113881, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930259, + "scientificName": "Solanum etuberosum Lindl.", + "canonicalName": "Solanum etuberosum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum etuberosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930259, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932105, + "acceptedUsageKey": 2932121, + "scientificName": "Solanum suberosum Dammer", + "canonicalName": "Solanum suberosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum terminale", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932081, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3801397, + "scientificName": "Solanum eutuberosum Lindl.", + "canonicalName": "Solanum eutuberosum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum eutuberosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3801397, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tuberosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930262, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum tuberosum L.", + "usageKey": 2930262, + "key": "Solanum tuberosum", + "confidence": 97 + }, + { + "name": "Solanum marinasense", + "match": { + "usageKey": 7299945, + "acceptedUsageKey": 3799175, + "scientificName": "Solanum marinasense Vargas", + "canonicalName": "Solanum marinasense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3801756, + "acceptedUsageKey": 2929466, + "scientificName": "Solanum mariannense Hosok.", + "canonicalName": "Solanum mariannense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum repandum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929466, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum candolleanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3799175, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum marinasense Vargas", + "usageKey": 7299945, + "key": "Solanum marinasense", + "confidence": 98 + }, + { + "name": "Solanum sucrense", + "match": { + "usageKey": 7299559, + "acceptedUsageKey": 3799794, + "scientificName": "Solanum sucrense Hawkes", + "canonicalName": "Solanum sucrense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum brevicaule", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3799794, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum sucrense Hawkes", + "usageKey": 7299559, + "key": "Solanum sucrense", + "confidence": 98 + }, + { + "name": "Solanum candolleanum", + "match": { + "usageKey": 3799175, + "scientificName": "Solanum candolleanum Berthault", + "canonicalName": "Solanum candolleanum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum candolleanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3799175, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum candolleanum Berthault", + "usageKey": 3799175, + "key": "Solanum candolleanum", + "confidence": 99 + }, + { + "name": "Solanum bukasovii", + "match": { + "usageKey": 8095649, + "scientificName": "Solanum bukasovii Juz.", + "canonicalName": "Solanum bukasovii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7299615, + "acceptedUsageKey": 3799175, + "scientificName": "Solanum bukasovii Juz. ex Rybin", + "canonicalName": "Solanum bukasovii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum candolleanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3799175, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum bukasovii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8095649, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum bukasovii Juz.", + "usageKey": 8095649, + "key": "Solanum bukasovii", + "confidence": 97 + }, + { + "name": "Solanum pampasense", + "match": { + "usageKey": 7299454, + "acceptedUsageKey": 3799175, + "scientificName": "Solanum pampasense Hawkes", + "canonicalName": "Solanum pampasense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum candolleanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3799175, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum pampasense Hawkes", + "usageKey": 7299454, + "key": "Solanum pampasense", + "confidence": 98 + }, + { + "name": "Solanum brevicaule", + "match": { + "usageKey": 3799794, + "scientificName": "Solanum brevicaule Bitter", + "canonicalName": "Solanum brevicaule", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 5538625, + "acceptedUsageKey": 3639739, + "scientificName": "Selinum brevicaule (Schltdl.) E.H.L.Krause", + "canonicalName": "Selinum brevicaule", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Apiales", + "family": "Apiaceae", + "genus": "Bupleurum", + "species": "Bupleurum brevicaule", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1351, + "familyKey": 6720, + "genusKey": 3034551, + "speciesKey": 3639739, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum brevicaule", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3799794, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum brevicaule Bitter", + "usageKey": 3799794, + "key": "Solanum brevicaule", + "confidence": 99 + }, + { + "name": "Solanum microdontum", + "match": { + "usageKey": 2932697, + "scientificName": "Solanum microdontum Bitter", + "canonicalName": "Solanum microdontum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum microdontum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932697, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum microdontum Bitter", + "usageKey": 2932697, + "key": "Solanum microdontum", + "confidence": 99 + }, + { + "name": "Solanum demissum", + "match": { + "usageKey": 2929673, + "scientificName": "Solanum demissum Lindl.", + "canonicalName": "Solanum demissum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum demissum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929673, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum demissum Lindl.", + "usageKey": 2929673, + "key": "Solanum demissum", + "confidence": 99 + }, + { + "name": "Solanum alandiae", + "match": { + "usageKey": 3802676, + "acceptedUsageKey": 3799794, + "scientificName": "Solanum alandiae Cárdenas", + "canonicalName": "Solanum alandiae", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum brevicaule", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3799794, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum alandiae Cárdenas", + "usageKey": 3802676, + "key": "Solanum alandiae", + "confidence": 98 + }, + { + "name": "Solanum kurtzianum", + "match": { + "usageKey": 2931296, + "scientificName": "Solanum kurtzianum Bitter & Wittm.", + "canonicalName": "Solanum kurtzianum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum kurtzianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931296, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum kurtzianum Bitter & Wittm.", + "usageKey": 2931296, + "key": "Solanum kurtzianum", + "confidence": 99 + }, + { + "name": "Solanum spegazzinii", + "match": { + "usageKey": 2930917, + "acceptedUsageKey": 3799794, + "scientificName": "Solanum spegazzinii Bitter", + "canonicalName": "Solanum spegazzinii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum brevicaule", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3799794, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum spegazzinii Bitter", + "usageKey": 2930917, + "key": "Solanum spegazzinii", + "confidence": 98 + }, + { + "name": "Solanum chacoense", + "match": { + "usageKey": 2932643, + "scientificName": "Solanum chacoense Bitter", + "canonicalName": "Solanum chacoense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 11223930, + "acceptedUsageKey": 2931870, + "scientificName": "Solanum chacoense (Hassl.) Hassl.", + "canonicalName": "Solanum chacoense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pilcomayense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931870, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3798613, + "acceptedUsageKey": 2930262, + "scientificName": "Solanum chariense A.Chev.", + "canonicalName": "Solanum chariense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tuberosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930262, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3798476, + "acceptedUsageKey": 2930262, + "scientificName": "Solanum chiloense (A.DC.) Berthault", + "canonicalName": "Solanum chiloense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tuberosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930262, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3803432, + "acceptedUsageKey": 3799175, + "scientificName": "Solanum cuzcoense Ochoa", + "canonicalName": "Solanum cuzcoense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum candolleanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3799175, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum chacoense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932643, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum chacoense Bitter", + "usageKey": 2932643, + "key": "Solanum chacoense", + "confidence": 97 + }, + { + "name": "Solanum arnezii", + "match": { + "usageKey": 2932654, + "acceptedUsageKey": 2932643, + "scientificName": "Solanum arnezii Cárdenas", + "canonicalName": "Solanum arnezii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum chacoense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932643, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum arnezii Cárdenas", + "usageKey": 2932654, + "key": "Solanum arnezii", + "confidence": 98 + }, + { + "name": "Solanum yungasense", + "match": { + "usageKey": 2932662, + "acceptedUsageKey": 2932643, + "scientificName": "Solanum yungasense Hawkes", + "canonicalName": "Solanum yungasense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum chacoense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932643, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum yungasense Hawkes", + "usageKey": 2932662, + "key": "Solanum yungasense", + "confidence": 98 + }, + { + "name": "Solanum berthaultii", + "match": { + "usageKey": 2929618, + "scientificName": "Solanum berthaultii Hawkes", + "canonicalName": "Solanum berthaultii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum berthaultii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929618, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum berthaultii Hawkes", + "usageKey": 2929618, + "key": "Solanum berthaultii", + "confidence": 99 + }, + { + "name": "Solanum tarijense", + "match": { + "usageKey": 2929625, + "scientificName": "Solanum tarijense Hawkes", + "canonicalName": "Solanum tarijense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2932709, + "acceptedUsageKey": 2932697, + "scientificName": "Solanum tafiense Lillo", + "canonicalName": "Solanum tafiense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum microdontum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932697, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7521028, + "acceptedUsageKey": 2932697, + "scientificName": "Solanum tafiense Lillo ex Hawkes & Hjert.", + "canonicalName": "Solanum tafiense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum microdontum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932697, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8376511, + "acceptedUsageKey": 3800364, + "scientificName": "Solanum tarmense (Bitter) C.V.Morton", + "canonicalName": "Solanum tarmense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes acutifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 3800364, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3798935, + "acceptedUsageKey": 2930262, + "scientificName": "Solanum tarmense Bukasov", + "canonicalName": "Solanum tarmense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tuberosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930262, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931858, + "scientificName": "Solanum artense Montrouz.", + "canonicalName": "Solanum artense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum artense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931858, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932832, + "scientificName": "Solanum caripense Humb. & Bonpl. ex Dunal", + "canonicalName": "Solanum caripense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum caripense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932832, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932358, + "scientificName": "Solanum karsense Symon", + "canonicalName": "Solanum karsense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum karsense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932358, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930014, + "scientificName": "Solanum taitense Vatke", + "canonicalName": "Solanum taitense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum taitense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930014, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930057, + "scientificName": "Solanum tunariense Kuntze", + "canonicalName": "Solanum tunariense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tunariense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930057, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929176, + "acceptedUsageKey": 8401012, + "scientificName": "Solanum carense Dunal", + "canonicalName": "Solanum carense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum schimperianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8401012, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 9284905, + "acceptedUsageKey": 2932832, + "scientificName": "Solanum caripense Humb. & Bonpl.", + "canonicalName": "Solanum caripense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum caripense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932832, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3798613, + "acceptedUsageKey": 2930262, + "scientificName": "Solanum chariense A.Chev.", + "canonicalName": "Solanum chariense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tuberosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930262, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3803272, + "acceptedUsageKey": 2929943, + "scientificName": "Solanum dariense S.Knapp", + "canonicalName": "Solanum dariense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum darienense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929943, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 9111693, + "acceptedUsageKey": 2932253, + "scientificName": "Solanum narense Humb. & Bonpl.", + "canonicalName": "Solanum narense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum crotonifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932253, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932255, + "acceptedUsageKey": 2932253, + "scientificName": "Solanum narense Humb. & Bonpl. ex Dunal", + "canonicalName": "Solanum narense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum crotonifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932253, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 9326521, + "acceptedUsageKey": 2929121, + "scientificName": "Solanum tabayense Pittier", + "canonicalName": "Solanum tabayense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aturense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929121, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3798975, + "acceptedUsageKey": 3799175, + "scientificName": "Solanum tapojense Ochoa", + "canonicalName": "Solanum tapojense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum candolleanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3799175, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tarijense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929625, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum tarijense Hawkes", + "usageKey": 2929625, + "key": "Solanum tarijense", + "confidence": 99 + }, + { + "name": "Solanum avilesii", + "match": { + "usageKey": 3800710, + "acceptedUsageKey": 3799794, + "scientificName": "Solanum avilesii Hawkes & Hjert.", + "canonicalName": "Solanum avilesii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2931426, + "acceptedUsageKey": 2931425, + "scientificName": "Solanum avilense Pittier", + "canonicalName": "Solanum avilense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum gratum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931425, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930466, + "scientificName": "Solanum gilesii Symon", + "canonicalName": "Solanum gilesii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum gilesii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930466, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum brevicaule", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3799794, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum avilesii Hawkes & Hjert.", + "usageKey": 3800710, + "key": "Solanum avilesii", + "confidence": 98 + }, + { + "name": "Solanum infundibuliforme", + "match": { + "usageKey": 2929665, + "scientificName": "Solanum infundibuliforme Phil.", + "canonicalName": "Solanum infundibuliforme", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8504607, + "acceptedUsageKey": 7188233, + "scientificName": "Solarium infundibuliforme (Gmelin, 1791)", + "canonicalName": "Solarium infundibuliforme", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 69, + "note": "Similarity: name=65; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Animalia", + "phylum": "Mollusca", + "family": "Architectonicidae", + "genus": "Heliacus", + "species": "Heliacus infundibuliformis", + "kingdomKey": 1, + "phylumKey": 52, + "classKey": 225, + "familyKey": 2703, + "genusKey": 2298086, + "speciesKey": 2298098, + "synonym": true, + "class": "Gastropoda" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum infundibuliforme", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929665, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum infundibuliforme Phil.", + "usageKey": 2929665, + "key": "Solanum infundibuliforme", + "confidence": 99 + }, + { + "name": "Solanum leptophyes", + "match": { + "usageKey": 7300167, + "acceptedUsageKey": 3799794, + "scientificName": "Solanum leptophyes Bitter", + "canonicalName": "Solanum leptophyes", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2932247, + "acceptedUsageKey": 2932245, + "scientificName": "Solanum leptophyllum F.Muell.", + "canonicalName": "Solanum leptophyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum ferocissimum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932245, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7893485, + "scientificName": "Solanum leptophyllum Dunal", + "canonicalName": "Solanum leptophyllum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 88, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum leptophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7893485, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum brevicaule", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3799794, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum leptophyes Bitter", + "usageKey": 7300167, + "key": "Solanum leptophyes", + "confidence": 98 + }, + { + "name": "Solanum oplocense", + "match": { + "usageKey": 3799079, + "acceptedUsageKey": 3799794, + "scientificName": "Solanum oplocense Hawkes", + "canonicalName": "Solanum oplocense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2929073, + "acceptedUsageKey": 2929070, + "scientificName": "Solanum orocense Ochoa", + "canonicalName": "Solanum orocense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum colombianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929070, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum brevicaule", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3799794, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum oplocense Hawkes", + "usageKey": 3799079, + "key": "Solanum oplocense", + "confidence": 98 + }, + { + "name": "Solanum sparsipilum", + "match": { + "usageKey": 7299722, + "acceptedUsageKey": 3799794, + "scientificName": "Solanum sparsipilum (Bitter) Juz. & Bukasov", + "canonicalName": "Solanum sparsipilum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum brevicaule", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3799794, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum sparsipilum (Bitter) Juz. & Bukasov", + "usageKey": 7299722, + "key": "Solanum sparsipilum", + "confidence": 98 + }, + { + "name": "Solanum okadae", + "match": { + "usageKey": 3799231, + "scientificName": "Solanum okadae Hawkes & Hjert.", + "canonicalName": "Solanum okadae", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2930848, + "acceptedUsageKey": 2930846, + "scientificName": "Solanum sadae Phil.", + "canonicalName": "Solanum sadae", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum crispum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930846, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum okadae", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3799231, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum okadae Hawkes & Hjert.", + "usageKey": 3799231, + "key": "Solanum okadae", + "confidence": 99 + }, + { + "name": "Solanum stoloniferum", + "match": { + "usageKey": 2930498, + "scientificName": "Solanum stoloniferum Schltdl. & C.D.Bouché", + "canonicalName": "Solanum stoloniferum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum stoloniferum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930498, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum stoloniferum Schltdl. & C.D.Bouché", + "usageKey": 2930498, + "key": "Solanum stoloniferum", + "confidence": 99 + }, + { + "name": "Solanum hjertingii", + "match": { + "usageKey": 2929727, + "scientificName": "Solanum hjertingii Hawkes", + "canonicalName": "Solanum hjertingii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum hjertingii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929727, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum hjertingii Hawkes", + "usageKey": 2929727, + "key": "Solanum hjertingii", + "confidence": 99 + }, + { + "name": "Solanum verrucosum", + "match": { + "usageKey": 2932434, + "scientificName": "Solanum verrucosum Schltdl.", + "canonicalName": "Solanum verrucosum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2929837, + "acceptedUsageKey": 2929836, + "scientificName": "Solanum verruculosum (Hassl.) Hassl.", + "canonicalName": "Solanum verruculosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum corumbense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929836, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 6516665, + "acceptedUsageKey": 2298140, + "scientificName": "Solarium verrucosum R.A.Philippi, 1849", + "canonicalName": "Solarium verrucosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 69, + "note": "Similarity: name=65; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Animalia", + "phylum": "Mollusca", + "family": "Architectonicidae", + "genus": "Architectonica", + "species": "Architectonica nobilis", + "kingdomKey": 1, + "phylumKey": 52, + "classKey": 225, + "familyKey": 2703, + "genusKey": 2298136, + "speciesKey": 2298140, + "synonym": true, + "class": "Gastropoda" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum verrucosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932434, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum verrucosum Schltdl.", + "usageKey": 2932434, + "key": "Solanum verrucosum", + "confidence": 99 + }, + { + "name": "Solanum guerreroense", + "match": { + "usageKey": 2930105, + "scientificName": "Solanum guerreroense Correll", + "canonicalName": "Solanum guerreroense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum guerreroense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930105, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum guerreroense Correll", + "usageKey": 2930105, + "key": "Solanum guerreroense", + "confidence": 99 + }, + { + "name": "Solanum hougasii", + "match": { + "usageKey": 2932138, + "scientificName": "Solanum hougasii Correll", + "canonicalName": "Solanum hougasii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2930031, + "scientificName": "Solanum douglasii Dunal", + "canonicalName": "Solanum douglasii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum douglasii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930031, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum hougasii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932138, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum hougasii Correll", + "usageKey": 2932138, + "key": "Solanum hougasii", + "confidence": 99 + }, + { + "name": "Solanum clandestinum", + "match": { + "usageKey": 2932713, + "scientificName": "Solanum clandestinum Bohs", + "canonicalName": "Solanum clandestinum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum clandestinum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932713, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum clandestinum Bohs", + "usageKey": 2932713, + "key": "Solanum clandestinum", + "confidence": 99 + }, + { + "name": "Solanum mapiriense", + "match": { + "usageKey": 2929975, + "scientificName": "Solanum mapiriense Bitter", + "canonicalName": "Solanum mapiriense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2931609, + "scientificName": "Solanum mahoriense D' Arcy & Rakot.", + "canonicalName": "Solanum mahoriense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum mahoriense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931609, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum mapiriense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929975, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum mapiriense Bitter", + "usageKey": 2929975, + "key": "Solanum mapiriense", + "confidence": 99 + }, + { + "name": "Solanum latiflorum", + "match": { + "usageKey": 2932322, + "scientificName": "Solanum latiflorum Bohs", + "canonicalName": "Solanum latiflorum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8188061, + "acceptedUsageKey": 2932322, + "scientificName": "Solanum latiflorum Dunal", + "canonicalName": "Solanum latiflorum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum latiflorum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932322, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3796965, + "acceptedUsageKey": 2932575, + "scientificName": "Solanum laniflorum Sendtn.", + "canonicalName": "Solanum laniflorum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum polytrichum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932575, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929021, + "acceptedUsageKey": 2931769, + "scientificName": "Solanum laxiflorum Dunal", + "canonicalName": "Solanum laxiflorum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum barbeyanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931769, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8345343, + "acceptedUsageKey": 2931667, + "scientificName": "Solanum laxiflorum Sendtn.", + "canonicalName": "Solanum laxiflorum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum campaniforme", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931667, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8006791, + "scientificName": "Solanum latifolium Lam.", + "canonicalName": "Solanum latifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum latifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8006791, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 8428608, + "acceptedUsageKey": 2929466, + "scientificName": "Solanum latifolium Dunal", + "canonicalName": "Solanum latifolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum repandum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929466, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929469, + "acceptedUsageKey": 2932209, + "scientificName": "Solanum latifolium Poir.", + "canonicalName": "Solanum latifolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum rigidum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932209, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931200, + "acceptedUsageKey": 2931542, + "scientificName": "Solanum albiflorum De Wild.", + "canonicalName": "Solanum albiflorum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum anguivi", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931542, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 11222877, + "acceptedUsageKey": 2929847, + "scientificName": "Solanum albiflorum DeWild.", + "canonicalName": "Solanum albiflorum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aethiopicum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929847, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7872404, + "acceptedUsageKey": 2929389, + "scientificName": "Solanum albiflorum Phil.", + "canonicalName": "Solanum albiflorum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pinnatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929389, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932390, + "acceptedUsageKey": 2932389, + "scientificName": "Solanum largiflorum C.T.White", + "canonicalName": "Solanum largiflorum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum torvum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932389, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7300065, + "acceptedUsageKey": 2928845, + "scientificName": "Solanum luteiflorum Dunal", + "canonicalName": "Solanum luteiflorum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Quincula", + "species": "Quincula lobata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928844, + "speciesKey": 2928845, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3802852, + "acceptedUsageKey": 2932793, + "scientificName": "Solanum rariflorum Steud.", + "canonicalName": "Solanum rariflorum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tenuihamatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932793, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum latiflorum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932322, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum latiflorum Bohs", + "usageKey": 2932322, + "key": "Solanum latiflorum", + "confidence": 97 + }, + { + "name": "Solanum cacosmum", + "match": { + "usageKey": 2932827, + "scientificName": "Solanum cacosmum Bohs", + "canonicalName": "Solanum cacosmum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8172028, + "scientificName": "Solanum callosum A.R.Bean", + "canonicalName": "Solanum callosum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum callosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8172028, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cacosmum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932827, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum cacosmum Bohs", + "usageKey": 2932827, + "key": "Solanum cacosmum", + "confidence": 99 + }, + { + "name": "Solanum exiguum", + "match": { + "usageKey": 2929539, + "scientificName": "Solanum exiguum Bohs", + "canonicalName": "Solanum exiguum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum exiguum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929539, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum exiguum Bohs", + "usageKey": 2929539, + "key": "Solanum exiguum", + "confidence": 99 + }, + { + "name": "Solanum diploconos", + "match": { + "usageKey": 2930890, + "scientificName": "Solanum diploconos (Mart.) Bohs", + "canonicalName": "Solanum diploconos", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum diploconos", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930890, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum diploconos (Mart.) Bohs", + "usageKey": 2930890, + "key": "Solanum diploconos", + "confidence": 99 + }, + { + "name": "Solanum pinetorum", + "match": { + "usageKey": 2931639, + "scientificName": "Solanum pinetorum (L.B.Sm. & Downs) Bohs", + "canonicalName": "Solanum pinetorum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pinetorum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931639, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum pinetorum (L.B.Sm. & Downs) Bohs", + "usageKey": 2931639, + "key": "Solanum pinetorum", + "confidence": 99 + }, + { + "name": "Solanum sciadostylis", + "match": { + "usageKey": 2932349, + "scientificName": "Solanum sciadostylis (Sendtn.) Bohs", + "canonicalName": "Solanum sciadostylis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum sciadostylis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932349, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum sciadostylis (Sendtn.) Bohs", + "usageKey": 2932349, + "key": "Solanum sciadostylis", + "confidence": 99 + }, + { + "name": "Solanum cylindricum", + "match": { + "usageKey": 2930745, + "scientificName": "Solanum cylindricum Vell.", + "canonicalName": "Solanum cylindricum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cylindricum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930745, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum cylindricum Vell.", + "usageKey": 2930745, + "key": "Solanum cylindricum", + "confidence": 99 + }, + { + "name": "Solanum glaucophyllum", + "match": { + "usageKey": 2929370, + "scientificName": "Solanum glaucophyllum Desf.", + "canonicalName": "Solanum glaucophyllum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3803163, + "acceptedUsageKey": 3803307, + "scientificName": "Solanum leucophyllum Dunal", + "canonicalName": "Solanum leucophyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum leontopodium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3803307, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum glaucophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929370, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum glaucophyllum Desf.", + "usageKey": 2929370, + "key": "Solanum glaucophyllum", + "confidence": 99 + }, + { + "name": "Solanum fusiforme", + "match": { + "usageKey": 2931930, + "scientificName": "Solanum fusiforme L.B.Sm. & Downs", + "canonicalName": "Solanum fusiforme", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2931517, + "scientificName": "Solanum filiforme Ruiz & Pav.", + "canonicalName": "Solanum filiforme", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum filiforme", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931517, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 11223400, + "acceptedUsageKey": 2931810, + "scientificName": "Solanum filiforme Kuntze", + "canonicalName": "Solanum filiforme", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum fiebrigii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931810, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7407569, + "scientificName": "Solanum filiforme Pav. ex Dunal", + "canonicalName": "Solanum filiforme", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum filiforme", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7407569, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum fusiforme", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931930, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum fusiforme L.B.Sm. & Downs", + "usageKey": 2931930, + "key": "Solanum fusiforme", + "confidence": 99 + }, + { + "name": "Solanum melissarum", + "match": { + "usageKey": 2931386, + "scientificName": "Solanum melissarum Bohs", + "canonicalName": "Solanum melissarum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2932845, + "acceptedUsageKey": 2930018, + "scientificName": "Solanum molinarum J.L.Gentry", + "canonicalName": "Solanum molinarum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum refractum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930018, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum melissarum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931386, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum melissarum Bohs", + "usageKey": 2931386, + "key": "Solanum melissarum", + "confidence": 99 + }, + { + "name": "Solanum confusum", + "match": { + "usageKey": 2929653, + "scientificName": "Solanum confusum C.V.Morton", + "canonicalName": "Solanum confusum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7496773, + "acceptedUsageKey": 2930459, + "scientificName": "Solanum confusum Correll", + "canonicalName": "Solanum confusum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum oxycarpum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930459, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7524187, + "acceptedUsageKey": 2929778, + "scientificName": "Solanum confusum Pittier", + "canonicalName": "Solanum confusum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum velutinum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929778, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931406, + "acceptedUsageKey": 2931405, + "scientificName": "Solanum concisum Dunal", + "canonicalName": "Solanum concisum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum campechiense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931405, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum confusum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929653, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum confusum C.V.Morton", + "usageKey": 2929653, + "key": "Solanum confusum", + "confidence": 97 + }, + { + "name": "Solanum hibernum", + "match": { + "usageKey": 2930432, + "scientificName": "Solanum hibernum Bohs", + "canonicalName": "Solanum hibernum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum hibernum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930432, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum hibernum Bohs", + "usageKey": 2930432, + "key": "Solanum hibernum", + "confidence": 99 + }, + { + "name": "Solanum luteoalbum", + "match": { + "usageKey": 2931147, + "scientificName": "Solanum luteoalbum Pers.", + "canonicalName": "Solanum luteoalbum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum luteoalbum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931147, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum luteoalbum Pers.", + "usageKey": 2931147, + "key": "Solanum luteoalbum", + "confidence": 99 + }, + { + "name": "Solanum stuckertii", + "match": { + "usageKey": 2929997, + "scientificName": "Solanum stuckertii Bitter", + "canonicalName": "Solanum stuckertii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum stuckertii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929997, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum stuckertii Bitter", + "usageKey": 2929997, + "key": "Solanum stuckertii", + "confidence": 99 + }, + { + "name": "Solanum oxyphyllum", + "match": { + "usageKey": 2930419, + "scientificName": "Solanum oxyphyllum C.V.Morton", + "canonicalName": "Solanum oxyphyllum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2931088, + "scientificName": "Solanum diphyllum L.", + "canonicalName": "Solanum diphyllum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum diphyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931088, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931788, + "scientificName": "Solanum loxophyllum Bitter", + "canonicalName": "Solanum loxophyllum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum loxophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931788, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 3797238, + "scientificName": "Solanum polyphyllum Phil.", + "canonicalName": "Solanum polyphyllum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum polyphyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3797238, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 8539702, + "acceptedUsageKey": 7299480, + "scientificName": "Solanum diphyllum Banks", + "canonicalName": "Solanum diphyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes stellata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 7299480, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8132026, + "acceptedUsageKey": 7299480, + "scientificName": "Solanum diphyllum Banks ex Dunal", + "canonicalName": "Solanum diphyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes stellata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 7299480, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7831117, + "acceptedUsageKey": 2931104, + "scientificName": "Solanum diphyllum Forssk.", + "canonicalName": "Solanum diphyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pseudocapsicum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931104, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8259767, + "acceptedUsageKey": 7299714, + "scientificName": "Solanum diphyllum Osbeck", + "canonicalName": "Solanum diphyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes biflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 7299714, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3798979, + "acceptedUsageKey": 3799175, + "scientificName": "Solanum orophilum Correll", + "canonicalName": "Solanum orophilum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum candolleanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3799175, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931722, + "acceptedUsageKey": 2931269, + "scientificName": "Solanum triphyllum Vell.", + "canonicalName": "Solanum triphyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum flaccidum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931269, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7475375, + "scientificName": "Solanum diphyllum Sessé & Moc., 1894", + "canonicalName": "Solanum diphyllum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum diphyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7475375, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 12041197, + "scientificName": "Solanum loxophyllum Tepe & Bohs, 2011", + "canonicalName": "Solanum loxophyllum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum loxophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 12041197, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum oxyphyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930419, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum oxyphyllum C.V.Morton", + "usageKey": 2930419, + "key": "Solanum oxyphyllum", + "confidence": 99 + }, + { + "name": "Solanum pendulum", + "match": { + "usageKey": 2930487, + "scientificName": "Solanum pendulum Ruiz & Pav.", + "canonicalName": "Solanum pendulum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8542395, + "acceptedUsageKey": 2932359, + "scientificName": "Solanum pendulum Link", + "canonicalName": "Solanum pendulum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum uncinellum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932359, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8146333, + "acceptedUsageKey": 2932359, + "scientificName": "Solanum pendulum Link ex Steud.", + "canonicalName": "Solanum pendulum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum uncinellum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932359, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8672330, + "acceptedUsageKey": 2932881, + "scientificName": "Solanum pendulum Schott", + "canonicalName": "Solanum pendulum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum odoriferum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932881, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8199087, + "acceptedUsageKey": 2932881, + "scientificName": "Solanum pendulum Schott ex Dunal", + "canonicalName": "Solanum pendulum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum odoriferum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932881, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pendulum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930487, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum pendulum Ruiz & Pav.", + "usageKey": 2930487, + "key": "Solanum pendulum", + "confidence": 97 + }, + { + "name": "Solanum tobagense", + "match": { + "usageKey": 2930795, + "scientificName": "Solanum tobagense (Sandwith) Bohs", + "canonicalName": "Solanum tobagense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 9326521, + "acceptedUsageKey": 2929121, + "scientificName": "Solanum tabayense Pittier", + "canonicalName": "Solanum tabayense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aturense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929121, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931486, + "acceptedUsageKey": 2931480, + "scientificName": "Solanum tovarense Bitter", + "canonicalName": "Solanum tovarense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum nudum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931480, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929368, + "scientificName": "Solanum cobanense J.L.Gentry", + "canonicalName": "Solanum cobanense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cobanense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929368, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930771, + "acceptedUsageKey": 10977878, + "scientificName": "Solanum tongaense H.St.John", + "canonicalName": "Solanum tongaense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum viride", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 10977878, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tobagense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930795, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum tobagense (Sandwith) Bohs", + "usageKey": 2930795, + "key": "Solanum tobagense", + "confidence": 99 + }, + { + "name": "Solanum obliquum", + "match": { + "usageKey": 2930217, + "scientificName": "Solanum obliquum Ruiz & Pav.", + "canonicalName": "Solanum obliquum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8519884, + "acceptedUsageKey": 2930216, + "scientificName": "Solanum obliquum Bertero", + "canonicalName": "Solanum obliquum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum betaceum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930216, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8026023, + "acceptedUsageKey": 2930216, + "scientificName": "Solanum obliquum Bertero ex Dunal", + "canonicalName": "Solanum obliquum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum betaceum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930216, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8232315, + "acceptedUsageKey": 2929236, + "scientificName": "Solanum obliquum Dammer", + "canonicalName": "Solanum obliquum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum campylacanthum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929236, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932887, + "acceptedUsageKey": 8080790, + "scientificName": "Solanum oblitum Dunal", + "canonicalName": "Solanum oblitum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum argenteum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8080790, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum obliquum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930217, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum obliquum Ruiz & Pav.", + "usageKey": 2930217, + "key": "Solanum obliquum", + "confidence": 97 + }, + { + "name": "Solanum roseum", + "match": { + "usageKey": 2931027, + "scientificName": "Solanum roseum Bohs", + "canonicalName": "Solanum roseum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3802310, + "scientificName": "Solanum rossii Knowl. & Westc.", + "canonicalName": "Solanum rossii", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 88, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum rossii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3802310, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 4937446, + "scientificName": "Solanum ×proteus H.K.A.Winkl.", + "canonicalName": "Solanum proteus", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum proteus", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 4937446, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931498, + "acceptedUsageKey": 2931492, + "scientificName": "Solanum croceum Dunal", + "canonicalName": "Solanum croceum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum jamaicense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931492, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931097, + "acceptedUsageKey": 7778392, + "scientificName": "Solanum erosum Van Heurck & Müll.Arg.", + "canonicalName": "Solanum erosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum multiflorum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7778392, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931419, + "acceptedUsageKey": 2931417, + "scientificName": "Solanum grossum C.V.Morton", + "canonicalName": "Solanum grossum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aligerum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931417, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum roseum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931027, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum roseum Bohs", + "usageKey": 2931027, + "key": "Solanum roseum", + "confidence": 99 + }, + { + "name": "Solanum maternum", + "match": { + "usageKey": 2929015, + "scientificName": "Solanum maternum Bohs", + "canonicalName": "Solanum maternum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum maternum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929015, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum maternum Bohs", + "usageKey": 2929015, + "key": "Solanum maternum", + "confidence": 99 + }, + { + "name": "Solanum betaceum", + "match": { + "usageKey": 2930216, + "scientificName": "Solanum betaceum Cav.", + "canonicalName": "Solanum betaceum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2930334, + "scientificName": "Solanum setaceum Dammer.", + "canonicalName": "Solanum setaceum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum setaceum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930334, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 3798734, + "acceptedUsageKey": 7980793, + "scientificName": "Solanum testaceum O.E.Schulz", + "canonicalName": "Solanum testaceum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes testacea", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 7980793, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum betaceum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930216, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum betaceum Cav.", + "usageKey": 2930216, + "key": "Solanum betaceum", + "confidence": 99 + }, + { + "name": "Solanum unilobum", + "match": { + "usageKey": 2931815, + "scientificName": "Solanum unilobum (Rusby) Bohs", + "canonicalName": "Solanum unilobum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7689960, + "acceptedUsageKey": 7299649, + "scientificName": "Solanum uniflorum Dunal", + "canonicalName": "Solanum uniflorum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes fugax", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 7299649, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8509307, + "acceptedUsageKey": 2929892, + "scientificName": "Solanum uniflorum Meyen", + "canonicalName": "Solanum uniflorum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum elaeagnifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929892, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7385686, + "acceptedUsageKey": 2929892, + "scientificName": "Solanum uniflorum Meyen ex Nees", + "canonicalName": "Solanum uniflorum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum elaeagnifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929892, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7829553, + "acceptedUsageKey": 8113015, + "scientificName": "Solanum uniflorum Sessé & Moc.", + "canonicalName": "Solanum uniflorum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes mozinoana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 8113015, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7629135, + "acceptedUsageKey": 8113015, + "scientificName": "Solanum uniflorum Sessé ex Lag.", + "canonicalName": "Solanum uniflorum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes mozinoana", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 8113015, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931118, + "acceptedUsageKey": 2931104, + "scientificName": "Solanum uniflorum Vell.", + "canonicalName": "Solanum uniflorum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pseudocapsicum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931104, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3798156, + "scientificName": "Solanum trilobum Larrañaga", + "canonicalName": "Solanum trilobum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum trilobum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3798156, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum unilobum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931815, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum unilobum (Rusby) Bohs", + "usageKey": 2931815, + "key": "Solanum unilobum", + "confidence": 99 + }, + { + "name": "Solanum cajanumense", + "match": { + "usageKey": 2930722, + "scientificName": "Solanum cajanumense Kunth", + "canonicalName": "Solanum cajanumense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7980489, + "scientificName": "Solanum cayannense Kunth", + "canonicalName": "Solanum cayannense", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 88, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cayannense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7980489, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cajanumense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930722, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum cajanumense Kunth", + "usageKey": 2930722, + "key": "Solanum cajanumense", + "confidence": 99 + }, + { + "name": "Solanum fallax", + "match": { + "usageKey": 2929171, + "scientificName": "Solanum fallax Bohs", + "canonicalName": "Solanum fallax", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8588387, + "acceptedUsageKey": 8396729, + "scientificName": "Solanum fugax Bertero", + "canonicalName": "Solanum fugax", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes scandens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 8396729, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7299776, + "acceptedUsageKey": 8396729, + "scientificName": "Solanum fugax Bertero ex Dunal", + "canonicalName": "Solanum fugax", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes scandens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 8396729, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8127472, + "acceptedUsageKey": 7299649, + "scientificName": "Solanum fugax Jacq.", + "canonicalName": "Solanum fugax", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes fugax", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 7299649, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum fallax", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929171, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum fallax Bohs", + "usageKey": 2929171, + "key": "Solanum fallax", + "confidence": 99 + }, + { + "name": "Solanum endopogon", + "match": { + "usageKey": 2931820, + "scientificName": "Solanum endopogon (Bitter) Bohs", + "canonicalName": "Solanum endopogon", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum endopogon", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931820, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum endopogon (Bitter) Bohs", + "usageKey": 2931820, + "key": "Solanum endopogon", + "confidence": 99 + }, + { + "name": "Solanum occultum", + "match": { + "usageKey": 2930066, + "scientificName": "Solanum occultum Bohs", + "canonicalName": "Solanum occultum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2931287, + "acceptedUsageKey": 2931279, + "scientificName": "Solanum ocellatum Phil.", + "canonicalName": "Solanum ocellatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum furcatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931279, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 11189437, + "scientificName": "Solanum cultum DeWild.", + "canonicalName": "Solanum cultum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cultum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 11189437, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 8098921, + "scientificName": "Solanum fultum Schrank", + "canonicalName": "Solanum fultum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum fultum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8098921, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 7961272, + "acceptedUsageKey": 2930262, + "scientificName": "Solanum cultum (A.DC.) Berthault", + "canonicalName": "Solanum cultum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tuberosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930262, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930528, + "acceptedUsageKey": 2931542, + "scientificName": "Solanum cultum De Wild.", + "canonicalName": "Solanum cultum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum anguivi", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931542, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931271, + "acceptedUsageKey": 2931269, + "scientificName": "Solanum fultum Schrank ex Sendtn.", + "canonicalName": "Solanum fultum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum flaccidum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931269, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum occultum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930066, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum occultum Bohs", + "usageKey": 2930066, + "key": "Solanum occultum", + "confidence": 99 + }, + { + "name": "Solanum sibundoyense", + "match": { + "usageKey": 2930041, + "scientificName": "Solanum sibundoyense (Bohs) Bohs", + "canonicalName": "Solanum sibundoyense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum sibundoyense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930041, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum sibundoyense (Bohs) Bohs", + "usageKey": 2930041, + "key": "Solanum sibundoyense", + "confidence": 99 + }, + { + "name": "Solanum proteanthum", + "match": { + "usageKey": 2931829, + "scientificName": "Solanum proteanthum Bohs", + "canonicalName": "Solanum proteanthum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum proteanthum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931829, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum proteanthum Bohs", + "usageKey": 2931829, + "key": "Solanum proteanthum", + "confidence": 99 + }, + { + "name": "Solanum tegore", + "match": { + "usageKey": 2929220, + "scientificName": "Solanum tegore Aubl.", + "canonicalName": "Solanum tegore", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2929223, + "acceptedUsageKey": 2929220, + "scientificName": "Solanum tagore J.F.Gmel.", + "canonicalName": "Solanum tagore", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tegore", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929220, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8665456, + "acceptedUsageKey": 2929220, + "scientificName": "Solanum tejore Sendtn.", + "canonicalName": "Solanum tejore", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tegore", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929220, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929224, + "acceptedUsageKey": 2929220, + "scientificName": "Solanum tejore Sendtn. ex Walp.", + "canonicalName": "Solanum tejore", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tegore", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929220, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tegore", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929220, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum tegore Aubl.", + "usageKey": 2929220, + "key": "Solanum tegore", + "confidence": 99 + }, + { + "name": "Solanum circinatum", + "match": { + "usageKey": 2931342, + "acceptedUsageKey": 9478958, + "scientificName": "Solanum circinatum Bohs", + "canonicalName": "Solanum circinatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum splendens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 9478958, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum circinatum Bohs", + "usageKey": 2931342, + "key": "Solanum circinatum", + "confidence": 98 + }, + { + "name": "Solanum tenuisetosum", + "match": { + "usageKey": 2932487, + "scientificName": "Solanum tenuisetosum (Bitter) Bohs", + "canonicalName": "Solanum tenuisetosum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tenuisetosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932487, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum tenuisetosum (Bitter) Bohs", + "usageKey": 2932487, + "key": "Solanum tenuisetosum", + "confidence": 99 + }, + { + "name": "Solanum adscendens", + "match": { + "usageKey": 2930395, + "scientificName": "Solanum adscendens Sendtn.", + "canonicalName": "Solanum adscendens", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2929545, + "acceptedUsageKey": 2929544, + "scientificName": "Solanum inscendens Rydb.", + "canonicalName": "Solanum inscendens", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum appendiculatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929544, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum adscendens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930395, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum adscendens Sendtn.", + "usageKey": 2930395, + "key": "Solanum adscendens", + "confidence": 99 + }, + { + "name": "Solanum turneroides", + "match": { + "usageKey": 2929832, + "scientificName": "Solanum turneroides Chodat", + "canonicalName": "Solanum turneroides", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum turneroides", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929832, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum turneroides Chodat", + "usageKey": 2929832, + "key": "Solanum turneroides", + "confidence": 99 + }, + { + "name": "Solanum abutiloides", + "match": { + "usageKey": 2931646, + "scientificName": "Solanum abutiloides (Griseb.) Bitter & Lillo", + "canonicalName": "Solanum abutiloides", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum abutiloides", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931646, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum abutiloides (Griseb.) Bitter & Lillo", + "usageKey": 2931646, + "key": "Solanum abutiloides", + "confidence": 99 + }, + { + "name": "Solanum inelegans", + "match": { + "usageKey": 2929950, + "scientificName": "Solanum inelegans Rusby", + "canonicalName": "Solanum inelegans", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7908205, + "scientificName": "Solanum elegans Dunal ex Poir.", + "canonicalName": "Solanum elegans", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum elegans", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7908205, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 7808789, + "acceptedUsageKey": 2932172, + "scientificName": "Solanum elegans Vell.", + "canonicalName": "Solanum elegans", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum premnifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932172, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932728, + "scientificName": "Solanum elegans Dunal", + "canonicalName": "Solanum elegans", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum elegans", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932728, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum inelegans", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929950, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum inelegans Rusby", + "usageKey": 2929950, + "key": "Solanum inelegans", + "confidence": 99 + }, + { + "name": "Solanum rugosum", + "match": { + "usageKey": 2929481, + "scientificName": "Solanum rugosum Dunal", + "canonicalName": "Solanum rugosum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8527028, + "acceptedUsageKey": 7408045, + "scientificName": "Solanum rugosum Rich.", + "canonicalName": "Solanum rugosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum rugosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7408045, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7408045, + "scientificName": "Solanum rugosum Rich. ex Poir., 1814", + "canonicalName": "Solanum rugosum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum rugosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7408045, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 11131242, + "scientificName": "Solanum rugulosum DeWild.", + "canonicalName": "Solanum rugulosum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum rugulosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 11131242, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929814, + "acceptedUsageKey": 11828043, + "scientificName": "Solanum rugulosum De Wild.", + "canonicalName": "Solanum rugulosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aculeastrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929801, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 12193982, + "scientificName": "Solarium rugosum Ponzi, 1876", + "canonicalName": "Solarium rugosum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 70, + "note": "Similarity: name=65; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Animalia", + "phylum": "Mollusca", + "family": "Architectonicidae", + "genus": "Solarium", + "species": "Solarium rugosum", + "kingdomKey": 1, + "phylumKey": 52, + "classKey": 225, + "familyKey": 2703, + "genusKey": 9737013, + "speciesKey": 12193982, + "synonym": false, + "class": "Gastropoda" + }, + { + "usageKey": 2931818, + "scientificName": "Solanum rixosum A.R.Bean", + "canonicalName": "Solanum rixosum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum rixosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931818, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 3799314, + "scientificName": "Solanum succosum A.R.Bean & Albr.", + "canonicalName": "Solanum succosum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum succosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3799314, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932304, + "acceptedUsageKey": 2929568, + "scientificName": "Solanum ramosum Lam.", + "canonicalName": "Solanum ramosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum bahamense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929568, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7901272, + "acceptedUsageKey": 2929568, + "scientificName": "Solanum ramosum Poir., 1796", + "canonicalName": "Solanum ramosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum bahamense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929568, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum rugosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929481, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum rugosum Dunal", + "usageKey": 2929481, + "key": "Solanum rugosum", + "confidence": 97 + }, + { + "name": "Solanum asperum", + "match": { + "usageKey": 2930051, + "scientificName": "Solanum asperum A.Rich.", + "canonicalName": "Solanum asperum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8517221, + "acceptedUsageKey": 2930222, + "scientificName": "Solanum asperum Hornem.", + "canonicalName": "Solanum asperum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum americanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930222, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7660104, + "acceptedUsageKey": 2930222, + "scientificName": "Solanum asperum Hornem. ex Walp.", + "canonicalName": "Solanum asperum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum americanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930222, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7382545, + "acceptedUsageKey": 2931631, + "scientificName": "Solanum asperum Pers.", + "canonicalName": "Solanum asperum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum asperolanatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931631, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8573617, + "acceptedUsageKey": 2930048, + "scientificName": "Solanum asperum Sieber", + "canonicalName": "Solanum asperum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum bicolor", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930048, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7631223, + "acceptedUsageKey": 2930048, + "scientificName": "Solanum asperum Sieber ex Dunal", + "canonicalName": "Solanum asperum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum bicolor", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930048, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8343848, + "acceptedUsageKey": 2929481, + "scientificName": "Solanum asperum Vahl", + "canonicalName": "Solanum asperum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum rugosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929481, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930612, + "scientificName": "Solanum aspersum S.Knapp", + "canonicalName": "Solanum aspersum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 93, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aspersum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930612, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929125, + "acceptedUsageKey": 2929121, + "scientificName": "Solanum asperrimum Bitter & O.Moritz", + "canonicalName": "Solanum asperrimum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aturense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929121, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 6516686, + "acceptedUsageKey": 4611843, + "scientificName": "Solarium asperum Hinds, 1944", + "canonicalName": "Solarium asperum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 69, + "note": "Similarity: name=65; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Animalia", + "phylum": "Mollusca", + "family": "Architectonicidae", + "genus": "Granosolarium", + "species": "Granosolarium asperum", + "kingdomKey": 1, + "phylumKey": 52, + "classKey": 225, + "familyKey": 2703, + "genusKey": 2298115, + "speciesKey": 4611843, + "synonym": true, + "class": "Gastropoda" + }, + { + "usageKey": 2930366, + "scientificName": "Solanum adspersum Witasek", + "canonicalName": "Solanum adspersum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum adspersum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930366, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929416, + "acceptedUsageKey": 2929404, + "scientificName": "Solanum aggerum Dunal", + "canonicalName": "Solanum aggerum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum africanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929404, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931361, + "acceptedUsageKey": 2932635, + "scientificName": "Solanum pauperum C.H.Wright", + "canonicalName": "Solanum pauperum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum anomalum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932635, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum asperum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930051, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum asperum A.Rich.", + "usageKey": 2930051, + "key": "Solanum asperum", + "confidence": 97 + }, + { + "name": "Solanum mauritianum", + "match": { + "usageKey": 2931469, + "scientificName": "Solanum mauritianum Scop.", + "canonicalName": "Solanum mauritianum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8296305, + "acceptedUsageKey": 2931461, + "scientificName": "Solanum mauritianum Blanco", + "canonicalName": "Solanum mauritianum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum erianthum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931461, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8495141, + "acceptedUsageKey": 2932184, + "scientificName": "Solanum mauritianum Willd.", + "canonicalName": "Solanum mauritianum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum sisymbriifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932184, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7422928, + "acceptedUsageKey": 2932184, + "scientificName": "Solanum mauritianum Willd. ex Roth", + "canonicalName": "Solanum mauritianum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum sisymbriifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932184, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum mauritianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931469, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum mauritianum Scop.", + "usageKey": 2931469, + "key": "Solanum mauritianum", + "confidence": 97 + }, + { + "name": "Solanum lepidotum", + "match": { + "usageKey": 2931223, + "scientificName": "Solanum lepidotum Humb. & Bonpl. ex Dunal", + "canonicalName": "Solanum lepidotum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 9506075, + "acceptedUsageKey": 2931223, + "scientificName": "Solanum lepidotum Humb. & Bonpl.", + "canonicalName": "Solanum lepidotum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lepidotum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931223, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 9233255, + "scientificName": "Solanum lapidosum A.R.Bean", + "canonicalName": "Solanum lapidosum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lapidosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 9233255, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lepidotum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931223, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum lepidotum Humb. & Bonpl. ex Dunal", + "usageKey": 2931223, + "key": "Solanum lepidotum", + "confidence": 97 + }, + { + "name": "Solanum cordovense", + "match": { + "usageKey": 2929657, + "scientificName": "Solanum cordovense Moc. & Sessé", + "canonicalName": "Solanum cordovense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cordovense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929657, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum cordovense Moc. & Sessé", + "usageKey": 2929657, + "key": "Solanum cordovense", + "confidence": 99 + }, + { + "name": "Solanum schlechtendalianum", + "match": { + "usageKey": 2932884, + "scientificName": "Solanum schlechtendalianum Walp.", + "canonicalName": "Solanum schlechtendalianum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum schlechtendalianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932884, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum schlechtendalianum Walp.", + "usageKey": 2932884, + "key": "Solanum schlechtendalianum", + "confidence": 99 + }, + { + "name": "Solanum delitescens", + "match": { + "usageKey": 2932288, + "scientificName": "Solanum delitescens C.V.Morton", + "canonicalName": "Solanum delitescens", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum delitescens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932288, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum delitescens C.V.Morton", + "usageKey": 2932288, + "key": "Solanum delitescens", + "confidence": 99 + }, + { + "name": "Solanum reductum", + "match": { + "usageKey": 2930274, + "scientificName": "Solanum reductum C.V.Morton", + "canonicalName": "Solanum reductum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum reductum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930274, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum reductum C.V.Morton", + "usageKey": 2930274, + "key": "Solanum reductum", + "confidence": 99 + }, + { + "name": "Solanum havanense", + "match": { + "usageKey": 2932266, + "scientificName": "Solanum havanense Jacq.", + "canonicalName": "Solanum havanense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8415803, + "acceptedUsageKey": 3797132, + "scientificName": "Solanum havanense Vell.", + "canonicalName": "Solanum havanense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lacteum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3797132, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932075, + "scientificName": "Solanum paranense Dusén", + "canonicalName": "Solanum paranense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum paranense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932075, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930396, + "scientificName": "Solanum tacanense Lundell", + "canonicalName": "Solanum tacanense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tacanense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930396, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929287, + "acceptedUsageKey": 2929286, + "scientificName": "Solanum chavinense Correll", + "canonicalName": "Solanum chavinense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum dolichocremastrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929286, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931080, + "acceptedUsageKey": 2931076, + "scientificName": "Solanum hainanense Hance", + "canonicalName": "Solanum hainanense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum procumbens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931076, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 4274718, + "acceptedUsageKey": 2931620, + "scientificName": "Solanum kavaiense Hillebr.", + "canonicalName": "Solanum kavaiense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum sandwicense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931620, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930773, + "acceptedUsageKey": 10977878, + "scientificName": "Solanum savaiense Witasek", + "canonicalName": "Solanum savaiense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum viride", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 10977878, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7980489, + "scientificName": "Solanum cayannense Kunth", + "canonicalName": "Solanum cayannense", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cayannense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7980489, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum havanense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932266, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum havanense Jacq.", + "usageKey": 2932266, + "key": "Solanum havanense", + "confidence": 97 + }, + { + "name": "Solanum argentinum", + "match": { + "usageKey": 2932402, + "scientificName": "Solanum argentinum Bitter & Lillo", + "canonicalName": "Solanum argentinum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8080790, + "scientificName": "Solanum argenteum Dunal ex Poir.", + "canonicalName": "Solanum argenteum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum argenteum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8080790, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 8497239, + "acceptedUsageKey": 2930578, + "scientificName": "Solanum argenteum B.Heyne", + "canonicalName": "Solanum argenteum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum giganteum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930578, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7988431, + "acceptedUsageKey": 2930578, + "scientificName": "Solanum argenteum B.Heyne ex Wall.", + "canonicalName": "Solanum argenteum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum giganteum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930578, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 9353134, + "acceptedUsageKey": 2931255, + "scientificName": "Solanum argenteum Blanchet", + "canonicalName": "Solanum argenteum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum swartzianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931255, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930583, + "acceptedUsageKey": 2931255, + "scientificName": "Solanum argenteum Blanchet ex Dunal", + "canonicalName": "Solanum argenteum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum swartzianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931255, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum argentinum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932402, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum argentinum Bitter & Lillo", + "usageKey": 2932402, + "key": "Solanum argentinum", + "confidence": 99 + }, + { + "name": "Solanum pseudocapsicum", + "match": { + "usageKey": 2931104, + "scientificName": "Solanum pseudocapsicum L.", + "canonicalName": "Solanum pseudocapsicum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pseudocapsicum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931104, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum pseudocapsicum L.", + "usageKey": 2931104, + "key": "Solanum pseudocapsicum", + "confidence": 99 + }, + { + "name": "Solanum capsicastrum", + "match": { + "usageKey": 2931137, + "acceptedUsageKey": 2931104, + "scientificName": "Solanum capsicastrum Link ex Schauer", + "canonicalName": "Solanum capsicastrum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; 2 synonym homonyms; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8623694, + "acceptedUsageKey": 2931104, + "scientificName": "Solanum capsicastrum Link", + "canonicalName": "Solanum capsicastrum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pseudocapsicum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931104, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pseudocapsicum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931104, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum capsicastrum Link ex Schauer", + "usageKey": 2931137, + "key": "Solanum capsicastrum", + "confidence": 97 + }, + { + "name": "Solanum rovirosanum", + "match": { + "usageKey": 2930678, + "scientificName": "Solanum rovirosanum Donn.Sm.", + "canonicalName": "Solanum rovirosanum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum rovirosanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930678, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum rovirosanum Donn.Sm.", + "usageKey": 2930678, + "key": "Solanum rovirosanum", + "confidence": 99 + }, + { + "name": "Solanum arboreum", + "match": { + "usageKey": 2931033, + "scientificName": "Solanum arboreum Humb. & Bonpl. ex Dunal", + "canonicalName": "Solanum arboreum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8826385, + "acceptedUsageKey": 2931033, + "scientificName": "Solanum arboreum Humb. & Bonpl.", + "canonicalName": "Solanum arboreum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum arboreum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931033, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 9448249, + "acceptedUsageKey": 2932063, + "scientificName": "Solanum arboreum Steyerm. & Huber", + "canonicalName": "Solanum arboreum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum ombrophilum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932063, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8407016, + "scientificName": "Solanum arboreum Teijsm. & Binn.", + "canonicalName": "Solanum arboreum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum arboreum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8407016, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum arboreum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931033, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum arboreum Humb. & Bonpl. ex Dunal", + "usageKey": 2931033, + "key": "Solanum arboreum", + "confidence": 97 + }, + { + "name": "Solanum ochrophyllum", + "match": { + "usageKey": 2929061, + "scientificName": "Solanum ochrophyllum Van Heurck & Müll.Arg.", + "canonicalName": "Solanum ochrophyllum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2932063, + "scientificName": "Solanum ombrophilum Pittier ex S.Knapp", + "canonicalName": "Solanum ombrophilum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum ombrophilum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932063, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929471, + "acceptedUsageKey": 2929470, + "scientificName": "Solanum dichrophyllum Dunal", + "canonicalName": "Solanum dichrophyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum alpinum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929470, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8508212, + "acceptedUsageKey": 2932063, + "scientificName": "Solanum ombrophilum Pittier", + "canonicalName": "Solanum ombrophilum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum ombrophilum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932063, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3798979, + "acceptedUsageKey": 3799175, + "scientificName": "Solanum orophilum Correll", + "canonicalName": "Solanum orophilum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum candolleanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3799175, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum ochrophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929061, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum ochrophyllum Van Heurck & Müll.Arg.", + "usageKey": 2929061, + "key": "Solanum ochrophyllum", + "confidence": 99 + }, + { + "name": "Solanum aphyodendron", + "match": { + "usageKey": 2929958, + "scientificName": "Solanum aphyodendron S.Knapp", + "canonicalName": "Solanum aphyodendron", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aphyodendron", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929958, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum aphyodendron S.Knapp", + "usageKey": 2929958, + "key": "Solanum aphyodendron", + "confidence": 99 + }, + { + "name": "Solanum diphyllum", + "match": { + "usageKey": 2931088, + "scientificName": "Solanum diphyllum L.", + "canonicalName": "Solanum diphyllum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8539702, + "acceptedUsageKey": 7299480, + "scientificName": "Solanum diphyllum Banks", + "canonicalName": "Solanum diphyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes stellata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 7299480, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8132026, + "acceptedUsageKey": 7299480, + "scientificName": "Solanum diphyllum Banks ex Dunal", + "canonicalName": "Solanum diphyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes stellata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 7299480, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7831117, + "acceptedUsageKey": 2931104, + "scientificName": "Solanum diphyllum Forssk.", + "canonicalName": "Solanum diphyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pseudocapsicum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931104, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8259767, + "acceptedUsageKey": 7299714, + "scientificName": "Solanum diphyllum Osbeck", + "canonicalName": "Solanum diphyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes biflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 7299714, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7475375, + "scientificName": "Solanum diphyllum Sessé & Moc., 1894", + "canonicalName": "Solanum diphyllum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum diphyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7475375, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929147, + "scientificName": "Solanum dasyphyllum Schumach. & Thonn.", + "canonicalName": "Solanum dasyphyllum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum dasyphyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929147, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930419, + "scientificName": "Solanum oxyphyllum C.V.Morton", + "canonicalName": "Solanum oxyphyllum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum oxyphyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930419, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931722, + "acceptedUsageKey": 2931269, + "scientificName": "Solanum triphyllum Vell.", + "canonicalName": "Solanum triphyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum flaccidum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931269, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum diphyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931088, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum diphyllum L.", + "usageKey": 2931088, + "key": "Solanum diphyllum", + "confidence": 97 + }, + { + "name": "Solanum allophyllum", + "match": { + "usageKey": 2931303, + "scientificName": "Solanum allophyllum (Miers) Standl.", + "canonicalName": "Solanum allophyllum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2930054, + "scientificName": "Solanum ammophilum A.R.Bean", + "canonicalName": "Solanum ammophilum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 93, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum ammophilum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930054, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929830, + "acceptedUsageKey": 2929825, + "scientificName": "Solanum alloiophyllum Dammer", + "canonicalName": "Solanum alloiophyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum zanzibarense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929825, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930495, + "scientificName": "Solanum amblophyllum Hook.", + "canonicalName": "Solanum amblophyllum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum amblophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930495, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 3802235, + "acceptedUsageKey": 6403033, + "scientificName": "Solanum ancophilum (Correll) Ochoa", + "canonicalName": "Solanum ancophilum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum rhomboideilanceolatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 6403033, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931519, + "acceptedUsageKey": 2931517, + "scientificName": "Solanum apalophyllum Dunal", + "canonicalName": "Solanum apalophyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum filiforme", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931517, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931248, + "acceptedUsageKey": 2931237, + "scientificName": "Solanum calophyllum Phil.", + "canonicalName": "Solanum calophyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum triflorum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931237, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931573, + "acceptedUsageKey": 2931542, + "scientificName": "Solanum halophilum Pax", + "canonicalName": "Solanum halophilum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum anguivi", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931542, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931101, + "acceptedUsageKey": 2931099, + "scientificName": "Solanum holophyllum Bitter", + "canonicalName": "Solanum holophyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum brevifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931099, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3798979, + "acceptedUsageKey": 3799175, + "scientificName": "Solanum orophilum Correll", + "canonicalName": "Solanum orophilum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum candolleanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3799175, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7559168, + "scientificName": "Solanum cyllophyllum S.Knapp", + "canonicalName": "Solanum cyllophyllum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cyllophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7559168, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum allophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931303, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum allophyllum (Miers) Standl.", + "usageKey": 2931303, + "key": "Solanum allophyllum", + "confidence": 99 + }, + { + "name": "Solanum wendlandii", + "match": { + "usageKey": 2932035, + "scientificName": "Solanum wendlandii Hook.fil.", + "canonicalName": "Solanum wendlandii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3798180, + "scientificName": "Solanum pentlandii Dunal", + "canonicalName": "Solanum pentlandii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pentlandii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3798180, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum wendlandii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932035, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum wendlandii Hook.fil.", + "usageKey": 2932035, + "key": "Solanum wendlandii", + "confidence": 99 + }, + { + "name": "Solanum bicorne", + "match": { + "usageKey": 2930019, + "scientificName": "Solanum bicorne Dunal", + "canonicalName": "Solanum bicorne", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum bicorne", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930019, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum bicorne Dunal", + "usageKey": 2930019, + "key": "Solanum bicorne", + "confidence": 99 + }, + { + "name": "Solanum refractum", + "match": { + "usageKey": 2930018, + "scientificName": "Solanum refractum Hook. & Arn.", + "canonicalName": "Solanum refractum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2931626, + "scientificName": "Solanum anfractum Symon", + "canonicalName": "Solanum anfractum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum anfractum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931626, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum refractum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930018, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum refractum Hook. & Arn.", + "usageKey": 2930018, + "key": "Solanum refractum", + "confidence": 99 + }, + { + "name": "Solanum nemorense", + "match": { + "usageKey": 2931163, + "scientificName": "Solanum nemorense Dunal", + "canonicalName": "Solanum nemorense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2932091, + "acceptedUsageKey": 8116696, + "scientificName": "Solanum comorense Dammer", + "canonicalName": "Solanum comorense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum terminale", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932081, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931619, + "acceptedUsageKey": 2931617, + "scientificName": "Solanum zamorense Bitter", + "canonicalName": "Solanum zamorense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum robustifrons", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931617, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7598628, + "scientificName": "Solanum demarense Dunal", + "canonicalName": "Solanum demarense", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum demarense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7598628, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum nemorense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931163, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum nemorense Dunal", + "usageKey": 2931163, + "key": "Solanum nemorense", + "confidence": 99 + }, + { + "name": "Solanum hoehnei", + "match": { + "usageKey": 2929111, + "scientificName": "Solanum hoehnei C.V.Morton", + "canonicalName": "Solanum hoehnei", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3799151, + "acceptedUsageKey": 2929848, + "scientificName": "Solanum heynei Roem. & Schult.", + "canonicalName": "Solanum heynei", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum violaceum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929848, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum hoehnei", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929111, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum hoehnei C.V.Morton", + "usageKey": 2929111, + "key": "Solanum hoehnei", + "confidence": 99 + }, + { + "name": "Solanum reptans", + "match": { + "usageKey": 2929367, + "scientificName": "Solanum reptans Bunbury", + "canonicalName": "Solanum reptans", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=3", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8229651, + "scientificName": "Solanum reptans C.Morren, 1836", + "canonicalName": "Solanum reptans", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum reptans", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8229651, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 10667112, + "acceptedUsageKey": 2929367, + "scientificName": "Solanum repens Dunal", + "canonicalName": "Solanum repens", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum reptans", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929367, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 10978842, + "acceptedUsageKey": 2929544, + "scientificName": "Solanum repens Dunal", + "canonicalName": "Solanum repens", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum appendiculatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929544, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929550, + "acceptedUsageKey": 9150405, + "scientificName": "Solanum repens Noronha", + "canonicalName": "Solanum repens", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum nigrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 9150405, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum reptans", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929367, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum reptans Bunbury", + "usageKey": 2929367, + "key": "Solanum reptans", + "confidence": 98 + }, + { + "name": "Solanum agrarium", + "match": { + "usageKey": 2929182, + "scientificName": "Solanum agrarium Sendtn.", + "canonicalName": "Solanum agrarium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum agrarium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929182, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum agrarium Sendtn.", + "usageKey": 2929182, + "key": "Solanum agrarium", + "confidence": 99 + }, + { + "name": "Solanum talarense", + "match": { + "usageKey": 2929962, + "scientificName": "Solanum talarense Svenson", + "canonicalName": "Solanum talarense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2930396, + "scientificName": "Solanum tacanense Lundell", + "canonicalName": "Solanum tacanense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tacanense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930396, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 9326521, + "acceptedUsageKey": 2929121, + "scientificName": "Solanum tabayense Pittier", + "canonicalName": "Solanum tabayense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aturense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929121, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930101, + "acceptedUsageKey": 2930942, + "scientificName": "Solanum damarense Bitter", + "canonicalName": "Solanum damarense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum humile", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930942, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931544, + "acceptedUsageKey": 2931542, + "scientificName": "Solanum sakarense Dammer", + "canonicalName": "Solanum sakarense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum anguivi", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931542, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932157, + "acceptedUsageKey": 2932156, + "scientificName": "Solanum tilcarense Hawkes", + "canonicalName": "Solanum tilcarense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum boliviense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932156, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931486, + "acceptedUsageKey": 2931480, + "scientificName": "Solanum tovarense Bitter", + "canonicalName": "Solanum tovarense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum nudum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931480, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum talarense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929962, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum talarense Svenson", + "usageKey": 2929962, + "key": "Solanum talarense", + "confidence": 99 + }, + { + "name": "Solanum stenandrum", + "match": { + "usageKey": 2929756, + "scientificName": "Solanum stenandrum Sendtn.", + "canonicalName": "Solanum stenandrum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8018712, + "acceptedUsageKey": 2929568, + "scientificName": "Solanum stenandrum Dunal", + "canonicalName": "Solanum stenandrum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum bahamense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929568, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum stenandrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929756, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum stenandrum Sendtn.", + "usageKey": 2929756, + "key": "Solanum stenandrum", + "confidence": 97 + }, + { + "name": "Solanum polytrichum", + "match": { + "usageKey": 2932575, + "scientificName": "Solanum polytrichum Moric.", + "canonicalName": "Solanum polytrichum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=3", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8287877, + "scientificName": "Solanum polytrichum Sendtn.", + "canonicalName": "Solanum polytrichum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum polytrichum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8287877, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930500, + "acceptedUsageKey": 2930498, + "scientificName": "Solanum polytrichon Rydb.", + "canonicalName": "Solanum polytrichon", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 94, + "note": "Similarity: name=100; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum stoloniferum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930498, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7858990, + "scientificName": "Solanum podotrichum Taub.", + "canonicalName": "Solanum podotrichum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum podotrichum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7858990, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum polytrichum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932575, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum polytrichum Moric.", + "usageKey": 2932575, + "key": "Solanum polytrichum", + "confidence": 98 + }, + { + "name": "Solanum gardneri", + "match": { + "usageKey": 6402696, + "scientificName": "Solanum gardneri Sendtn.", + "canonicalName": "Solanum gardneri", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum gardneri", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 6402696, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum gardneri Sendtn.", + "usageKey": 6402696, + "key": "Solanum gardneri", + "confidence": 99 + }, + { + "name": "Solanum schomburgkii", + "match": { + "usageKey": 3801304, + "scientificName": "Solanum schomburgkii Sendtn.", + "canonicalName": "Solanum schomburgkii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2932785, + "scientificName": "Solanum schomburghii Sendtn.", + "canonicalName": "Solanum schomburghii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 93, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum schomburghii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932785, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum schomburgkii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3801304, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum schomburgkii Sendtn.", + "usageKey": 3801304, + "key": "Solanum schomburgkii", + "confidence": 99 + }, + { + "name": "Solanum microphyllum", + "match": { + "usageKey": 2929667, + "scientificName": "Solanum microphyllum (Lam.) Dunal", + "canonicalName": "Solanum microphyllum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8571426, + "acceptedUsageKey": 2929772, + "scientificName": "Solanum microphyllum Griseb.", + "canonicalName": "Solanum microphyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum macbridei", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929772, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7406157, + "acceptedUsageKey": 2929772, + "scientificName": "Solanum microphyllum Griseb. ex Lechl.", + "canonicalName": "Solanum microphyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum macbridei", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929772, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8426507, + "acceptedUsageKey": 2929665, + "scientificName": "Solanum microphyllum Hawkes", + "canonicalName": "Solanum microphyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum infundibuliforme", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929665, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929332, + "acceptedUsageKey": 2931564, + "scientificName": "Solanum macrophyllum Dunal", + "canonicalName": "Solanum macrophyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum albidum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931564, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930818, + "scientificName": "Solanum cyclophyllum S.Knapp", + "canonicalName": "Solanum cyclophyllum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cyclophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930818, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 9493449, + "acceptedUsageKey": 2930406, + "scientificName": "Solanum cyclophyllum Pittier", + "canonicalName": "Solanum cyclophyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum leucocarpon", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930406, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929471, + "acceptedUsageKey": 2929470, + "scientificName": "Solanum dichrophyllum Dunal", + "canonicalName": "Solanum dichrophyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum alpinum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929470, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931140, + "acceptedUsageKey": 2931104, + "scientificName": "Solanum hygrophilum Schltdl.", + "canonicalName": "Solanum hygrophilum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pseudocapsicum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931104, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 5538261, + "acceptedUsageKey": 9416107, + "scientificName": "Selinum microphyllum Cav.", + "canonicalName": "Selinum microphyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Apiales", + "family": "Apiaceae", + "genus": "Azorella", + "species": "Azorella microphylla", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1351, + "familyKey": 6720, + "genusKey": 6026436, + "speciesKey": 9416107, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum microphyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929667, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum microphyllum (Lam.) Dunal", + "usageKey": 2929667, + "key": "Solanum microphyllum", + "confidence": 97 + }, + { + "name": "Solanum tetramerum", + "match": { + "usageKey": 2931948, + "scientificName": "Solanum tetramerum A.DC.Dunal", + "canonicalName": "Solanum tetramerum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2931856, + "scientificName": "Solanum tetrandrum R.Br.", + "canonicalName": "Solanum tetrandrum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tetrandrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931856, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931817, + "scientificName": "Solanum tetrathecum F.Muell.", + "canonicalName": "Solanum tetrathecum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tetrathecum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931817, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 7731869, + "acceptedUsageKey": 5558708, + "scientificName": "Solanum tetrandrum Blume", + "canonicalName": "Solanum tetrandrum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Ericales", + "family": "Primulaceae", + "genus": "Ardisia", + "species": "Ardisia denticulata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1353, + "familyKey": 6674, + "genusKey": 3169458, + "speciesKey": 5558708, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tetramerum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931948, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum tetramerum A.DC.Dunal", + "usageKey": 2931948, + "key": "Solanum tetramerum", + "confidence": 99 + }, + { + "name": "Solanum buddleifolium", + "match": { + "usageKey": 8003525, + "scientificName": "Solanum buddlejifolium Sendtn.", + "canonicalName": "Solanum buddlejifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 95, + "note": "Similarity: name=100; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "FUZZY", + "alternatives": [ + { + "usageKey": 3799645, + "acceptedUsageKey": 2932177, + "scientificName": "Solanum buddlejifolium Dunal", + "canonicalName": "Solanum buddlejifolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 94, + "note": "Similarity: name=100; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum hazenii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932177, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8275788, + "acceptedUsageKey": 3799800, + "scientificName": "Solanum buddleiaefolium Dunal", + "canonicalName": "Solanum buddleiaefolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum granulosoleprosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3799800, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8026929, + "scientificName": "Solanum buddleiaefolium Sendtn.", + "canonicalName": "Solanum buddleiaefolium", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 88, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum buddleiaefolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8026929, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929763, + "scientificName": "Solanum bumeliifolium Dunal", + "canonicalName": "Solanum bumeliifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum bumeliifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929763, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum buddlejifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8003525, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum buddlejifolium Sendtn.", + "usageKey": 8003525, + "key": "Solanum buddleifolium", + "confidence": 95 + }, + { + "name": "Solanum thomasiifolium", + "match": { + "usageKey": 2931313, + "scientificName": "Solanum thomasiifolium Sendtn.", + "canonicalName": "Solanum thomasiifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8951049, + "acceptedUsageKey": 2931313, + "scientificName": "Solanum thomasiaefolium Sendtn.", + "canonicalName": "Solanum thomasiaefolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum thomasiifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931313, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum thomasiifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931313, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum thomasiifolium Sendtn.", + "usageKey": 2931313, + "key": "Solanum thomasiifolium", + "confidence": 99 + }, + { + "name": "Solanum paraibanum", + "match": { + "usageKey": 2932182, + "scientificName": "Solanum paraibanum Agra", + "canonicalName": "Solanum paraibanum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum paraibanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932182, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum paraibanum Agra", + "usageKey": 2932182, + "key": "Solanum paraibanum", + "confidence": 99 + }, + { + "name": "Solanum rupincola", + "match": { + "usageKey": 2929313, + "scientificName": "Solanum rupincola Sendtn.", + "canonicalName": "Solanum rupincola", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=3", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8166464, + "scientificName": "Solanum rupincola Mart.", + "canonicalName": "Solanum rupincola", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum rupincola", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8166464, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 8497726, + "acceptedUsageKey": 2930203, + "scientificName": "Solanum rupicola Bojer", + "canonicalName": "Solanum rupicola", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum imamense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930203, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930206, + "acceptedUsageKey": 2930203, + "scientificName": "Solanum rupicola Bojer ex Dunal", + "canonicalName": "Solanum rupicola", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum imamense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930203, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum rupincola", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929313, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum rupincola Sendtn.", + "usageKey": 2929313, + "key": "Solanum rupincola", + "confidence": 98 + }, + { + "name": "Solanum robustum", + "match": { + "usageKey": 2931442, + "scientificName": "Solanum robustum H.Wendl.", + "canonicalName": "Solanum robustum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum robustum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931442, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum robustum H.Wendl.", + "usageKey": 2931442, + "key": "Solanum robustum", + "confidence": 99 + }, + { + "name": "Solanum hexandrum", + "match": { + "usageKey": 2930461, + "scientificName": "Solanum hexandrum Vell.", + "canonicalName": "Solanum hexandrum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7404151, + "acceptedUsageKey": 2929800, + "scientificName": "Solanum hexandrum Steud.", + "canonicalName": "Solanum hexandrum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum angustifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929800, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7420919, + "scientificName": "Solanum melandrum Moric.", + "canonicalName": "Solanum melandrum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum melandrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7420919, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum hexandrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930461, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum hexandrum Vell.", + "usageKey": 2930461, + "key": "Solanum hexandrum", + "confidence": 97 + }, + { + "name": "Solanum stagnale", + "match": { + "usageKey": 2930371, + "scientificName": "Solanum stagnale Moric.", + "canonicalName": "Solanum stagnale", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum stagnale", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930371, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum stagnale Moric.", + "usageKey": 2930371, + "key": "Solanum stagnale", + "confidence": 99 + }, + { + "name": "Solanum jabrense", + "match": { + "usageKey": 2931789, + "scientificName": "Solanum jabrense Agra & M.Nee", + "canonicalName": "Solanum jabrense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2929176, + "acceptedUsageKey": 8401012, + "scientificName": "Solanum carense Dunal", + "canonicalName": "Solanum carense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum schimperianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8401012, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929075, + "acceptedUsageKey": 2929070, + "scientificName": "Solanum jaenense Ochoa", + "canonicalName": "Solanum jaenense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum colombianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929070, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7299297, + "acceptedUsageKey": 7299532, + "scientificName": "Solanum japurense Dunal", + "canonicalName": "Solanum japurense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes pauciflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 7299532, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931903, + "acceptedUsageKey": 2931899, + "scientificName": "Solanum madrense Fernald", + "canonicalName": "Solanum madrense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum ferrugineum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931899, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 9111693, + "acceptedUsageKey": 2932253, + "scientificName": "Solanum narense Humb. & Bonpl.", + "canonicalName": "Solanum narense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum crotonifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932253, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932255, + "acceptedUsageKey": 2932253, + "scientificName": "Solanum narense Humb. & Bonpl. ex Dunal", + "canonicalName": "Solanum narense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum crotonifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932253, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum jabrense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931789, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum jabrense Agra & M.Nee", + "usageKey": 2931789, + "key": "Solanum jabrense", + "confidence": 99 + }, + { + "name": "Solanum megalonyx", + "match": { + "usageKey": 2931910, + "scientificName": "Solanum megalonyx Sendtn.", + "canonicalName": "Solanum megalonyx", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum megalonyx", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931910, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum megalonyx Sendtn.", + "usageKey": 2931910, + "key": "Solanum megalonyx", + "confidence": 99 + }, + { + "name": "Solanum reflexiflorum", + "match": { + "usageKey": 2930196, + "scientificName": "Solanum reflexiflorum Moric. ex Dunal", + "canonicalName": "Solanum reflexiflorum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=3", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7638485, + "scientificName": "Solanum reflexiflorum Moric.", + "canonicalName": "Solanum reflexiflorum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum reflexiflorum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7638485, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931851, + "scientificName": "Solanum deflexiflorum Bitter", + "canonicalName": "Solanum deflexiflorum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum deflexiflorum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931851, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum reflexiflorum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930196, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum reflexiflorum Moric. ex Dunal", + "usageKey": 2930196, + "key": "Solanum reflexiflorum", + "confidence": 98 + }, + { + "name": "Solanum absconditum", + "match": { + "usageKey": 3803261, + "scientificName": "Solanum absconditum Agra", + "canonicalName": "Solanum absconditum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum absconditum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3803261, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum absconditum Agra", + "usageKey": 3803261, + "key": "Solanum absconditum", + "confidence": 99 + }, + { + "name": "Solanum paludosum", + "match": { + "usageKey": 2929289, + "scientificName": "Solanum paludosum Moric.", + "canonicalName": "Solanum paludosum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7470786, + "acceptedUsageKey": 9150405, + "scientificName": "Solanum paludosum Dunal", + "canonicalName": "Solanum paludosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum nigrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 9150405, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum paludosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929289, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum paludosum Moric.", + "usageKey": 2929289, + "key": "Solanum paludosum", + "confidence": 97 + }, + { + "name": "Solanum accrescens", + "match": { + "usageKey": 2930938, + "scientificName": "Solanum accrescens Standl. & C.V.Morton", + "canonicalName": "Solanum accrescens", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2931016, + "scientificName": "Solanum albescens (Britton) Hunz.", + "canonicalName": "Solanum albescens", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum albescens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931016, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 8108526, + "acceptedUsageKey": 2930642, + "scientificName": "Solanum canescens Blume", + "canonicalName": "Solanum canescens", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum insanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930642, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7838815, + "acceptedUsageKey": 2929505, + "scientificName": "Solanum canescens Kit.", + "canonicalName": "Solanum canescens", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum villosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929505, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 11005387, + "acceptedUsageKey": 2929505, + "scientificName": "Solanum canescens Kit. ex Kanitz", + "canonicalName": "Solanum canescens", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum villosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929505, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 9491128, + "acceptedUsageKey": 2929230, + "scientificName": "Solanum canescens Pav.", + "canonicalName": "Solanum canescens", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lanceolatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929230, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 11004671, + "acceptedUsageKey": 2929230, + "scientificName": "Solanum canescens Pav. ex Dunal", + "canonicalName": "Solanum canescens", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lanceolatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929230, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930091, + "acceptedUsageKey": 2930087, + "scientificName": "Solanum virescens Hiern", + "canonicalName": "Solanum virescens", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum rufescens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930087, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum accrescens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930938, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum accrescens Standl. & C.V.Morton", + "usageKey": 2930938, + "key": "Solanum accrescens", + "confidence": 99 + }, + { + "name": "Solanum decompositiflorum", + "match": { + "usageKey": 2932497, + "scientificName": "Solanum decompositiflorum Sendtn.", + "canonicalName": "Solanum decompositiflorum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 9358114, + "scientificName": "Solanum decompositifolium Sendtn.", + "canonicalName": "Solanum decompositifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum decompositifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 9358114, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum decompositiflorum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932497, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum decompositiflorum Sendtn.", + "usageKey": 2932497, + "key": "Solanum decompositiflorum", + "confidence": 99 + }, + { + "name": "Solanum rhytidoandrum", + "match": { + "usageKey": 2932796, + "scientificName": "Solanum rhytidoandrum Sendtn.", + "canonicalName": "Solanum rhytidoandrum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum rhytidoandrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932796, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum rhytidoandrum Sendtn.", + "usageKey": 2932796, + "key": "Solanum rhytidoandrum", + "confidence": 99 + }, + { + "name": "Solanum palinacanthum", + "match": { + "usageKey": 2929551, + "scientificName": "Solanum palinacanthum Dunal", + "canonicalName": "Solanum palinacanthum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2929354, + "scientificName": "Solanum polyacanthon Lam.", + "canonicalName": "Solanum polyacanthon", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum polyacanthon", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929354, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 8287216, + "acceptedUsageKey": 2929394, + "scientificName": "Solanum polyacanthon L'Hér.", + "canonicalName": "Solanum polyacanthon", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aculeatissimum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929394, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 11347207, + "acceptedUsageKey": 2929394, + "scientificName": "Solanum polyacanthon L'Hér. ex Dunal", + "canonicalName": "Solanum polyacanthon", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aculeatissimum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929394, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum palinacanthum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929551, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum palinacanthum Dunal", + "usageKey": 2929551, + "key": "Solanum palinacanthum", + "confidence": 99 + }, + { + "name": "Solanum mammosum", + "match": { + "usageKey": 2930569, + "scientificName": "Solanum mammosum L.", + "canonicalName": "Solanum mammosum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7360921, + "acceptedUsageKey": 2932389, + "scientificName": "Solanum mammosum Dunal", + "canonicalName": "Solanum mammosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum torvum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932389, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8882221, + "acceptedUsageKey": 2930283, + "scientificName": "Solanum mammosum Lour.", + "canonicalName": "Solanum mammosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum stramonifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930283, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8172028, + "scientificName": "Solanum callosum A.R.Bean", + "canonicalName": "Solanum callosum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum callosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8172028, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 8562050, + "acceptedUsageKey": 10977878, + "scientificName": "Solanum cymosum Banks", + "canonicalName": "Solanum cymosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum viride", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 10977878, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7738635, + "acceptedUsageKey": 10977878, + "scientificName": "Solanum cymosum Banks ex Dunal", + "canonicalName": "Solanum cymosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum viride", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 10977878, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 11302465, + "acceptedUsageKey": 2931212, + "scientificName": "Solanum cymosum Griseb.", + "canonicalName": "Solanum cymosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aloysiifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931212, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 9543279, + "acceptedUsageKey": 4937445, + "scientificName": "Solanum cymosum Herrera", + "canonicalName": "Solanum cymosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum radicans", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 4937445, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929338, + "acceptedUsageKey": 2931564, + "scientificName": "Solanum cymosum Ortega", + "canonicalName": "Solanum cymosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum albidum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931564, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8228531, + "acceptedUsageKey": 2929459, + "scientificName": "Solanum cymosum Ruiz & Pav.", + "canonicalName": "Solanum cymosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum corymbosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929459, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930847, + "acceptedUsageKey": 2930846, + "scientificName": "Solanum pannosum Phil.", + "canonicalName": "Solanum pannosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum crispum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930846, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932304, + "acceptedUsageKey": 2929568, + "scientificName": "Solanum ramosum Lam.", + "canonicalName": "Solanum ramosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum bahamense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929568, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7901272, + "acceptedUsageKey": 2929568, + "scientificName": "Solanum ramosum Poir., 1796", + "canonicalName": "Solanum ramosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum bahamense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929568, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7501778, + "scientificName": "Solanum fomosum Kunth", + "canonicalName": "Solanum fomosum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum fomosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7501778, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum mammosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930569, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum mammosum L.", + "usageKey": 2930569, + "key": "Solanum mammosum", + "confidence": 97 + }, + { + "name": "Solanum platense", + "match": { + "usageKey": 7948425, + "scientificName": "Solanum platense Dieckmann", + "canonicalName": "Solanum platense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=3", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2930682, + "scientificName": "Solanum platense Diekm.", + "canonicalName": "Solanum platense", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum platense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930682, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932433, + "scientificName": "Solanum latens A.R.Bean", + "canonicalName": "Solanum latens", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum latens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932433, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930052, + "scientificName": "Solanum plumense Fernald", + "canonicalName": "Solanum plumense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum plumense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930052, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930963, + "acceptedUsageKey": 2929505, + "scientificName": "Solanum patens Lowe", + "canonicalName": "Solanum patens", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum villosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929505, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7885086, + "acceptedUsageKey": 3799898, + "scientificName": "Solanum saltense (Bitter) C.V.Morton", + "canonicalName": "Solanum saltense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes fasciculata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 3799898, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932661, + "acceptedUsageKey": 2932643, + "scientificName": "Solanum saltense Hawkes", + "canonicalName": "Solanum saltense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum chacoense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932643, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum platense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7948425, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum platense Dieckmann", + "usageKey": 7948425, + "key": "Solanum platense", + "confidence": 98 + }, + { + "name": "Solanum capsicoides", + "match": { + "usageKey": 2929362, + "scientificName": "Solanum capsicoides All.", + "canonicalName": "Solanum capsicoides", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7896601, + "acceptedUsageKey": 2929362, + "scientificName": "Solanum capsicoides Lam.", + "canonicalName": "Solanum capsicoides", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum capsicoides", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929362, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8014694, + "acceptedUsageKey": 2929359, + "scientificName": "Solanum capsicoides Mart.", + "canonicalName": "Solanum capsicoides", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum hirtellum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929359, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931031, + "scientificName": "Solanum cassioides L.B.Sm. & Downs", + "canonicalName": "Solanum cassioides", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cassioides", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931031, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum capsicoides", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929362, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum capsicoides All.", + "usageKey": 2929362, + "key": "Solanum capsicoides", + "confidence": 97 + }, + { + "name": "Solanum acerifolium", + "match": { + "usageKey": 2930878, + "scientificName": "Solanum acerifolium Humb. & Bonpl. ex Dunal", + "canonicalName": "Solanum acerifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 9247935, + "acceptedUsageKey": 2930878, + "scientificName": "Solanum acerifolium Humb. & Bonpl.", + "canonicalName": "Solanum acerifolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum acerifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930878, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7541164, + "scientificName": "Solanum acutifolium Kit., 1864", + "canonicalName": "Solanum acutifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum acutifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7541164, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930300, + "scientificName": "Solanum corifolium F.Muell.", + "canonicalName": "Solanum corifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum corifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930300, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 11004780, + "acceptedUsageKey": 9150405, + "scientificName": "Solanum acutifolium Kit. ex Kanitz", + "canonicalName": "Solanum acutifolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum nigrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 9150405, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3802931, + "acceptedUsageKey": 3800364, + "scientificName": "Solanum acutifolium Ruiz & Pav.", + "canonicalName": "Solanum acutifolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes acutifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 3800364, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3801194, + "acceptedUsageKey": 3799000, + "scientificName": "Solanum asarifolium Kunth & C.D.Bouché", + "canonicalName": "Solanum asarifolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes repens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 3799000, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932848, + "acceptedUsageKey": 2932847, + "scientificName": "Solanum aureifolium Rusby", + "canonicalName": "Solanum aureifolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum maturecalvans", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932847, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929594, + "acceptedUsageKey": 2929591, + "scientificName": "Solanum neriifolium Bitter", + "canonicalName": "Solanum neriifolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum stenophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929591, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum acerifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930878, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum acerifolium Humb. & Bonpl. ex Dunal", + "usageKey": 2930878, + "key": "Solanum acerifolium", + "confidence": 97 + }, + { + "name": "Solanum atropurpureum", + "match": { + "usageKey": 2930310, + "scientificName": "Solanum atropurpureum Schrank", + "canonicalName": "Solanum atropurpureum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 5538699, + "acceptedUsageKey": 5371822, + "scientificName": "Selinum atropurpureum (L.) Link", + "canonicalName": "Selinum atropurpureum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Apiales", + "family": "Apiaceae", + "genus": "Angelica", + "species": "Angelica atropurpurea", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1351, + "familyKey": 6720, + "genusKey": 3034560, + "speciesKey": 5371822, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum atropurpureum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930310, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum atropurpureum Schrank", + "usageKey": 2930310, + "key": "Solanum atropurpureum", + "confidence": 99 + }, + { + "name": "Solanum tenuispinum", + "match": { + "usageKey": 2932424, + "scientificName": "Solanum tenuispinum Rusby", + "canonicalName": "Solanum tenuispinum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2932411, + "scientificName": "Solanum tenuissimum Sendtn.", + "canonicalName": "Solanum tenuissimum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tenuissimum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932411, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tenuispinum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932424, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum tenuispinum Rusby", + "usageKey": 2932424, + "key": "Solanum tenuispinum", + "confidence": 99 + }, + { + "name": "Solanum incarceratum", + "match": { + "usageKey": 2932628, + "scientificName": "Solanum incarceratum Ruiz & Pav.", + "canonicalName": "Solanum incarceratum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum incarceratum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932628, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum incarceratum Ruiz & Pav.", + "usageKey": 2932628, + "key": "Solanum incarceratum", + "confidence": 99 + }, + { + "name": "Solanum myriacanthum", + "match": { + "usageKey": 2932223, + "scientificName": "Solanum myriacanthum Dunal", + "canonicalName": "Solanum myriacanthum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8102410, + "acceptedUsageKey": 7384206, + "scientificName": "Solanum myrianthum Britton", + "canonicalName": "Solanum myrianthum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum acutilobum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7384206, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931323, + "acceptedUsageKey": 7384206, + "scientificName": "Solanum myrianthum Britton ex Rusby", + "canonicalName": "Solanum myrianthum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum acutilobum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7384206, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 11313718, + "scientificName": "Solanum pyracanthum Cav.", + "canonicalName": "Solanum pyracanthum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pyracanthum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 11313718, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 8108736, + "acceptedUsageKey": 2929009, + "scientificName": "Solanum micracanthum Lam.", + "canonicalName": "Solanum micracanthum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lanceifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929009, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931526, + "acceptedUsageKey": 8270336, + "scientificName": "Solanum pyracantha Sm.", + "canonicalName": "Solanum pyracantha", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pyracanthos", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8270336, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931528, + "acceptedUsageKey": 8270336, + "scientificName": "Solanum pyracanthum Lam.", + "canonicalName": "Solanum pyracanthum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pyracanthos", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8270336, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7942686, + "scientificName": "Solanum pyracanthum Jacq.", + "canonicalName": "Solanum pyracanthum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pyracanthum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7942686, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum myriacanthum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932223, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum myriacanthum Dunal", + "usageKey": 2932223, + "key": "Solanum myriacanthum", + "confidence": 99 + }, + { + "name": "Solanum aculeatissimum", + "match": { + "usageKey": 2929394, + "scientificName": "Solanum aculeatissimum Jacq.", + "canonicalName": "Solanum aculeatissimum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8418520, + "acceptedUsageKey": 2929362, + "scientificName": "Solanum aculeatissimum Schulz, 1909", + "canonicalName": "Solanum aculeatissimum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum capsicoides", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929362, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8384236, + "scientificName": "Solanum aculeatissimum Moench", + "canonicalName": "Solanum aculeatissimum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aculeatissimum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8384236, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aculeatissimum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929394, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum aculeatissimum Jacq.", + "usageKey": 2929394, + "key": "Solanum aculeatissimum", + "confidence": 97 + }, + { + "name": "Solanum viarum", + "match": { + "usageKey": 2931914, + "scientificName": "Solanum viarum Dunal", + "canonicalName": "Solanum viarum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2932620, + "scientificName": "Solanum clarum Correll", + "canonicalName": "Solanum clarum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum clarum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932620, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 9150405, + "scientificName": "Solanum nigrum L.", + "canonicalName": "Solanum nigrum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum nigrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 9150405, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 8215624, + "scientificName": "Solanum vagum Nees", + "canonicalName": "Solanum vagum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum vagum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8215624, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 8968455, + "acceptedUsageKey": 8679578, + "scientificName": "Solanum nigrum Lesch.", + "canonicalName": "Solanum nigrum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes denticulata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 8679578, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 9586287, + "acceptedUsageKey": 8679578, + "scientificName": "Solanum nigrum Lesch. ex Dunal", + "canonicalName": "Solanum nigrum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes denticulata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 8679578, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 9200104, + "acceptedUsageKey": 2930222, + "scientificName": "Solanum nigrum Vell.", + "canonicalName": "Solanum nigrum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum americanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930222, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8551300, + "acceptedUsageKey": 2930578, + "scientificName": "Solanum vagum B.Heyne", + "canonicalName": "Solanum vagum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum giganteum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930578, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3796873, + "acceptedUsageKey": 2930578, + "scientificName": "Solanum vagum B.Heyne ex Wall.", + "canonicalName": "Solanum vagum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum giganteum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930578, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum viarum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931914, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum viarum Dunal", + "usageKey": 2931914, + "key": "Solanum viarum", + "confidence": 99 + }, + { + "name": "Solanum sessiliflorum", + "match": { + "usageKey": 2930435, + "scientificName": "Solanum sessiliflorum Dunal", + "canonicalName": "Solanum sessiliflorum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum sessiliflorum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930435, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum sessiliflorum Dunal", + "usageKey": 2930435, + "key": "Solanum sessiliflorum", + "confidence": 99 + }, + { + "name": "Solanum quitoense", + "match": { + "usageKey": 6403105, + "scientificName": "Solanum quitoense Lam.", + "canonicalName": "Solanum quitoense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7388219, + "acceptedUsageKey": 2930461, + "scientificName": "Solanum quitense Dunal", + "canonicalName": "Solanum quitense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum hexandrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930461, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8208348, + "acceptedUsageKey": 2929466, + "scientificName": "Solanum quitense Hook. & Arn.", + "canonicalName": "Solanum quitense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum repandum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929466, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931411, + "acceptedUsageKey": 6403105, + "scientificName": "Solanum quitense Kunth", + "canonicalName": "Solanum quitense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum quitoense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 6403105, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3803066, + "acceptedUsageKey": 3799046, + "scientificName": "Solanum quichense J.M.Coult.", + "canonicalName": "Solanum quichense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes quichensis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 3799046, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8202459, + "scientificName": "Solanum quineense Mill.", + "canonicalName": "Solanum quineense", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 88, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum quineense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8202459, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum quitoense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 6403105, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum quitoense Lam.", + "usageKey": 6403105, + "key": "Solanum quitoense", + "confidence": 99 + }, + { + "name": "Solanum felinum", + "match": { + "usageKey": 2932539, + "scientificName": "Solanum felinum Bitter ex Whalen", + "canonicalName": "Solanum felinum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=3", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7999768, + "scientificName": "Solanum felinum Bitter", + "canonicalName": "Solanum felinum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum felinum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7999768, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 3798752, + "acceptedUsageKey": 2929505, + "scientificName": "Solanum cerinum Otto", + "canonicalName": "Solanum cerinum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum villosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929505, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931695, + "acceptedUsageKey": 2931694, + "scientificName": "Solanum collinum Dunal", + "canonicalName": "Solanum collinum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum maglia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931694, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3800668, + "acceptedUsageKey": 2932599, + "scientificName": "Solanum molinum Fernald", + "canonicalName": "Solanum molinum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum subinerme", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932599, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum felinum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932539, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum felinum Bitter ex Whalen", + "usageKey": 2932539, + "key": "Solanum felinum", + "confidence": 98 + }, + { + "name": "Solanum candidum", + "match": { + "usageKey": 2931041, + "scientificName": "Solanum candidum Lindl.", + "canonicalName": "Solanum candidum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2932286, + "acceptedUsageKey": 2932285, + "scientificName": "Solanum conditum C.V.Morton", + "canonicalName": "Solanum conditum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aridum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932285, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 11239564, + "acceptedUsageKey": 8826740, + "scientificName": "Solarium candidum Spix, 1827", + "canonicalName": "Solarium candidum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 69, + "note": "Similarity: name=65; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Animalia", + "phylum": "Mollusca", + "order": "Stylommatophora", + "family": "Streptaxidae", + "genus": "Rectartemon", + "species": "Rectartemon candidus", + "kingdomKey": 1, + "phylumKey": 52, + "classKey": 225, + "orderKey": 1456, + "familyKey": 6533, + "genusKey": 4598892, + "speciesKey": 8826740, + "synonym": true, + "class": "Gastropoda" + }, + { + "usageKey": 2932293, + "scientificName": "Solanum calidum Bohs", + "canonicalName": "Solanum calidum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum calidum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932293, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 3799469, + "acceptedUsageKey": 2931279, + "scientificName": "Solanum andinum Reiche", + "canonicalName": "Solanum andinum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum furcatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931279, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8325982, + "scientificName": "Solanum madidum C.V.Morton", + "canonicalName": "Solanum madidum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum madidum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8325982, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum candidum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931041, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum candidum Lindl.", + "usageKey": 2931041, + "key": "Solanum candidum", + "confidence": 99 + }, + { + "name": "Solanum lasiocarpum", + "match": { + "usageKey": 2932691, + "scientificName": "Solanum lasiocarpum Dunal", + "canonicalName": "Solanum lasiocarpum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7691794, + "scientificName": "Solanum liocarpum Bitter", + "canonicalName": "Solanum liocarpum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum liocarpum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7691794, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lasiocarpum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932691, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum lasiocarpum Dunal", + "usageKey": 2932691, + "key": "Solanum lasiocarpum", + "confidence": 99 + }, + { + "name": "Solanum repandum", + "match": { + "usageKey": 2929466, + "scientificName": "Solanum repandum G.Forst.", + "canonicalName": "Solanum repandum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7820979, + "acceptedUsageKey": 2931677, + "scientificName": "Solanum repandum F.Muell.", + "canonicalName": "Solanum repandum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum magnifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931677, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7728743, + "acceptedUsageKey": 2930207, + "scientificName": "Solanum repandum Vell.", + "canonicalName": "Solanum repandum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum variabile", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930207, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum repandum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929466, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum repandum G.Forst.", + "usageKey": 2929466, + "key": "Solanum repandum", + "confidence": 97 + }, + { + "name": "Solanum stramoniifolium", + "match": { + "error": true + }, + "key": "Solanum stramoniifolium" + }, + { + "name": "Solanum hirtum", + "match": { + "usageKey": 2929212, + "scientificName": "Solanum hirtum Vahl", + "canonicalName": "Solanum hirtum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2929359, + "scientificName": "Solanum hirtellum (Spreng.) Hassl.", + "canonicalName": "Solanum hirtellum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum hirtellum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929359, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 7799122, + "scientificName": "Solanum hirtulum Steud. ex Dunal", + "canonicalName": "Solanum hirtulum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum hirtulum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7799122, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930482, + "acceptedUsageKey": 2930479, + "scientificName": "Solanum herthae (Werderm.) D' Arcy", + "canonicalName": "Solanum herthae", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum sessile", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930479, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8436288, + "acceptedUsageKey": 2930450, + "scientificName": "Solanum hirsutum (Vahl) Dunal", + "canonicalName": "Solanum hirsutum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum memphiticum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930450, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 10945711, + "acceptedUsageKey": 9150405, + "scientificName": "Solanum hirsutum Kit.", + "canonicalName": "Solanum hirsutum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum nigrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 9150405, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 10851418, + "acceptedUsageKey": 9150405, + "scientificName": "Solanum hirsutum Kit. ex Kanitz", + "canonicalName": "Solanum hirsutum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum nigrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 9150405, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7937833, + "acceptedUsageKey": 2929039, + "scientificName": "Solanum hirsutum Nutt.", + "canonicalName": "Solanum hirsutum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pumilum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929039, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7883731, + "acceptedUsageKey": 2932691, + "scientificName": "Solanum hirsutum Roxb.", + "canonicalName": "Solanum hirsutum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lasiocarpum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932691, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8049040, + "acceptedUsageKey": 2929295, + "scientificName": "Solanum hirtulum Krause", + "canonicalName": "Solanum hirtulum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum hirtulum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929295, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8627018, + "acceptedUsageKey": 7799122, + "scientificName": "Solanum hirtulum Steud.", + "canonicalName": "Solanum hirtulum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum hirtulum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7799122, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929295, + "scientificName": "Solanum hirtulum Steud. ex A.Rich.", + "canonicalName": "Solanum hirtulum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 88, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum hirtulum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929295, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930006, + "scientificName": "Solanum lyratum Thunb.", + "canonicalName": "Solanum lyratum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lyratum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930006, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 10991228, + "scientificName": "Solanum lyratum Thunb. ex Murray", + "canonicalName": "Solanum lyratum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lyratum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 10991228, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum hirtum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929212, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum hirtum Vahl", + "usageKey": 2929212, + "key": "Solanum hirtum", + "confidence": 99 + }, + { + "name": "Solanum pectinatum", + "match": { + "usageKey": 2931046, + "scientificName": "Solanum pectinatum Dunal", + "canonicalName": "Solanum pectinatum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8603018, + "acceptedUsageKey": 2931250, + "scientificName": "Solanum pectinatum A.Cunn.", + "canonicalName": "Solanum pectinatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cataphractum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931250, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8373448, + "acceptedUsageKey": 2931250, + "scientificName": "Solanum pectinatum A.Cunn. ex Benth.", + "canonicalName": "Solanum pectinatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cataphractum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931250, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8636485, + "acceptedUsageKey": 2929389, + "scientificName": "Solanum pectinatum Gillies", + "canonicalName": "Solanum pectinatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pinnatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929389, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7609750, + "acceptedUsageKey": 2929389, + "scientificName": "Solanum pectinatum Gillies ex Nees", + "canonicalName": "Solanum pectinatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pinnatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929389, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930367, + "scientificName": "Solanum echinatum R.Br.", + "canonicalName": "Solanum echinatum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum echinatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930367, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 3803133, + "acceptedUsageKey": 8396729, + "scientificName": "Solanum declinatum Sessé & Moc.", + "canonicalName": "Solanum declinatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes scandens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 8396729, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 9281021, + "acceptedUsageKey": 2932686, + "scientificName": "Solanum echinatum Rich.", + "canonicalName": "Solanum echinatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum crinitum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932686, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 11071747, + "acceptedUsageKey": 2932686, + "scientificName": "Solanum echinatum Rich. ex Dunal", + "canonicalName": "Solanum echinatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum crinitum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932686, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8896370, + "acceptedUsageKey": 2930439, + "scientificName": "Solanum reclinatum Dum.Cours.", + "canonicalName": "Solanum reclinatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum laciniatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930439, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932213, + "acceptedUsageKey": 2932211, + "scientificName": "Solanum reclinatum L'Hér.", + "canonicalName": "Solanum reclinatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum vescum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932211, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 9484587, + "acceptedUsageKey": 2932211, + "scientificName": "Solanum reclinatum L'Hér. ex Pers.", + "canonicalName": "Solanum reclinatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum vescum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932211, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7844482, + "scientificName": "Solanum reclinatum Dunal", + "canonicalName": "Solanum reclinatum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum reclinatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7844482, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pectinatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931046, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum pectinatum Dunal", + "usageKey": 2931046, + "key": "Solanum pectinatum", + "confidence": 97 + }, + { + "name": "Solanum hyporhodium", + "match": { + "usageKey": 2930703, + "scientificName": "Solanum hyporhodium A.Braun & C.D.Bouché", + "canonicalName": "Solanum hyporhodium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8345928, + "scientificName": "Solanum hypsorhodium A.Braun & Bouche", + "canonicalName": "Solanum hypsorhodium", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 90, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum hypsorhodium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8345928, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum hyporhodium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930703, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum hyporhodium A.Braun & C.D.Bouché", + "usageKey": 2930703, + "key": "Solanum hyporhodium", + "confidence": 99 + }, + { + "name": "Solanum pseudolulo", + "match": { + "usageKey": 2930827, + "scientificName": "Solanum pseudolulo Heiser", + "canonicalName": "Solanum pseudolulo", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pseudolulo", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930827, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum pseudolulo Heiser", + "usageKey": 2930827, + "key": "Solanum pseudolulo", + "confidence": 99 + }, + { + "name": "Solanum vestissimum", + "match": { + "usageKey": 2932030, + "scientificName": "Solanum vestissimum Dunal", + "canonicalName": "Solanum vestissimum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2929823, + "scientificName": "Solanum velutissimum Rusby", + "canonicalName": "Solanum velutissimum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum velutissimum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929823, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum vestissimum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932030, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum vestissimum Dunal", + "usageKey": 2932030, + "key": "Solanum vestissimum", + "confidence": 99 + }, + { + "name": "Solanum hasslerianum", + "match": { + "usageKey": 2932586, + "scientificName": "Solanum hasslerianum Chodat", + "canonicalName": "Solanum hasslerianum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2930613, + "scientificName": "Solanum valerianum C.V.Morton & Standl.", + "canonicalName": "Solanum valerianum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum valerianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930613, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 3799418, + "acceptedUsageKey": 7299714, + "scientificName": "Solanum calleryanum Dunal", + "canonicalName": "Solanum calleryanum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes biflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 7299714, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum hasslerianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932586, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum hasslerianum Chodat", + "usageKey": 2932586, + "key": "Solanum hasslerianum", + "confidence": 99 + }, + { + "name": "Solanum sisymbriifolium", + "match": { + "usageKey": 2932184, + "scientificName": "Solanum sisymbriifolium Lam.", + "canonicalName": "Solanum sisymbriifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum sisymbriifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932184, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum sisymbriifolium Lam.", + "usageKey": 2932184, + "key": "Solanum sisymbriifolium", + "confidence": 99 + }, + { + "name": "Solanum lycocarpum", + "match": { + "usageKey": 2930421, + "scientificName": "Solanum lycocarpum A.St.-Hil.", + "canonicalName": "Solanum lycocarpum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7691794, + "scientificName": "Solanum liocarpum Bitter", + "canonicalName": "Solanum liocarpum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 90, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum liocarpum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7691794, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930406, + "scientificName": "Solanum leucocarpon Dunal", + "canonicalName": "Solanum leucocarpon", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum leucocarpon", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930406, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 3802657, + "scientificName": "Solanum luffocarpum A.Chev.", + "canonicalName": "Solanum luffocarpum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum luffocarpum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3802657, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929936, + "scientificName": "Solanum lythrocarpum A.R.Bean", + "canonicalName": "Solanum lythrocarpum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lythrocarpum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929936, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931154, + "scientificName": "Solanum sycocarpum Mart. & Sendtn.", + "canonicalName": "Solanum sycocarpum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum sycocarpum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931154, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 8104249, + "acceptedUsageKey": 2931104, + "scientificName": "Solanum microcarpum (Pers.) Vahl", + "canonicalName": "Solanum microcarpum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pseudocapsicum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931104, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8526801, + "acceptedUsageKey": 2932402, + "scientificName": "Solanum microcarpum Cerv.", + "canonicalName": "Solanum microcarpum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum argentinum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932402, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929461, + "acceptedUsageKey": 2932402, + "scientificName": "Solanum microcarpum Cerv. ex Lag.", + "canonicalName": "Solanum microcarpum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum argentinum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932402, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8471092, + "acceptedUsageKey": 2929459, + "scientificName": "Solanum microcarpum Pav.", + "canonicalName": "Solanum microcarpum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum corymbosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929459, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8102293, + "acceptedUsageKey": 2929459, + "scientificName": "Solanum microcarpum Pav. ex Dunal", + "canonicalName": "Solanum microcarpum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum corymbosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929459, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930857, + "acceptedUsageKey": 2930846, + "scientificName": "Solanum pyrrhocarpum Phil.", + "canonicalName": "Solanum pyrrhocarpum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum crispum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930846, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lycocarpum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930421, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum lycocarpum A.St.-Hil.", + "usageKey": 2930421, + "key": "Solanum lycocarpum", + "confidence": 99 + }, + { + "name": "Solanum mitlense", + "match": { + "usageKey": 2931656, + "scientificName": "Solanum mitlense Dunal", + "canonicalName": "Solanum mitlense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3802688, + "acceptedUsageKey": 3798660, + "scientificName": "Solanum vitiense Seem.", + "canonicalName": "Solanum vitiense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes vitiensis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 3798660, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum mitlense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931656, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum mitlense Dunal", + "usageKey": 2931656, + "key": "Solanum mitlense", + "confidence": 99 + }, + { + "name": "Solanum coriaceum", + "match": { + "usageKey": 2930333, + "scientificName": "Solanum coriaceum Dunal", + "canonicalName": "Solanum coriaceum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7920013, + "acceptedUsageKey": 2932266, + "scientificName": "Solanum coriaceum Hook.", + "canonicalName": "Solanum coriaceum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum havanense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932266, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 5538479, + "acceptedUsageKey": 3638232, + "scientificName": "Selinum coriaceum Korovin", + "canonicalName": "Selinum coriaceum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Apiales", + "family": "Apiaceae", + "genus": "Sphaenolobium", + "species": "Sphaenolobium tianschanicum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1351, + "familyKey": 6720, + "genusKey": 6027061, + "speciesKey": 3638232, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum coriaceum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930333, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum coriaceum Dunal", + "usageKey": 2930333, + "key": "Solanum coriaceum", + "confidence": 97 + }, + { + "name": "Solanum sendtnerianum", + "match": { + "usageKey": 2931360, + "scientificName": "Solanum sendtnerianum Van Heurck & Müll.Arg.", + "canonicalName": "Solanum sendtnerianum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum sendtnerianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931360, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum sendtnerianum Van Heurck & Müll.Arg.", + "usageKey": 2931360, + "key": "Solanum sendtnerianum", + "confidence": 99 + }, + { + "name": "Solanum crinitum", + "match": { + "usageKey": 2932686, + "scientificName": "Solanum crinitum Lam.", + "canonicalName": "Solanum crinitum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum crinitum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932686, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum crinitum Lam.", + "usageKey": 2932686, + "key": "Solanum crinitum", + "confidence": 99 + }, + { + "name": "Solanum urticans", + "match": { + "usageKey": 3796952, + "scientificName": "Solanum urticans Dunal", + "canonicalName": "Solanum urticans", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum urticans", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3796952, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum urticans Dunal", + "usageKey": 3796952, + "key": "Solanum urticans", + "confidence": 99 + }, + { + "name": "Solanum wrightii", + "match": { + "usageKey": 2931500, + "scientificName": "Solanum wrightii Benth.", + "canonicalName": "Solanum wrightii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2931926, + "scientificName": "Solanum wightii Nees", + "canonicalName": "Solanum wightii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum wightii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931926, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 8636790, + "acceptedUsageKey": 2932389, + "scientificName": "Solanum wightii Miq.", + "canonicalName": "Solanum wightii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum torvum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932389, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8076474, + "acceptedUsageKey": 2932389, + "scientificName": "Solanum wightii Miq. ex C.B.Clarke", + "canonicalName": "Solanum wightii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum torvum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932389, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum wrightii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931500, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum wrightii Benth.", + "usageKey": 2931500, + "key": "Solanum wrightii", + "confidence": 99 + }, + { + "name": "Solanum tenuipes", + "match": { + "usageKey": 7661145, + "scientificName": "Solanum tenuipes B.L.Rob.", + "canonicalName": "Solanum tenuipes", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=3", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2932560, + "scientificName": "Solanum tenuipes Bartlett", + "canonicalName": "Solanum tenuipes", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tenuipes", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932560, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tenuipes", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7661145, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum tenuipes B.L.Rob.", + "usageKey": 7661145, + "key": "Solanum tenuipes", + "confidence": 98 + }, + { + "name": "Solanum johnstonii", + "match": { + "usageKey": 2930329, + "scientificName": "Solanum johnstonii Whalen", + "canonicalName": "Solanum johnstonii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum johnstonii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930329, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum johnstonii Whalen", + "usageKey": 2930329, + "key": "Solanum johnstonii", + "confidence": 99 + }, + { + "name": "Solanum grayi", + "match": { + "usageKey": 2931094, + "scientificName": "Solanum grayi Rose", + "canonicalName": "Solanum grayi", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2931425, + "scientificName": "Solanum gratum Bitter", + "canonicalName": "Solanum gratum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum gratum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931425, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 7843709, + "scientificName": "Solanum bradei Giacomin & Stehmann", + "canonicalName": "Solanum bradei", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum bradei", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7843709, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 11151754, + "scientificName": "Solanum brieyi DeWild.", + "canonicalName": "Solanum brieyi", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum brieyi", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 11151754, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930817, + "scientificName": "Solanum gertii S.Knapp", + "canonicalName": "Solanum gertii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum gertii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930817, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929883, + "acceptedUsageKey": 2929847, + "scientificName": "Solanum brieyi De Wild.", + "canonicalName": "Solanum brieyi", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aethiopicum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929847, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931555, + "acceptedUsageKey": 2931542, + "scientificName": "Solanum grotei Dammer", + "canonicalName": "Solanum grotei", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum anguivi", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931542, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929659, + "acceptedUsageKey": 2929657, + "scientificName": "Solanum roei Ugent & Iltis", + "canonicalName": "Solanum roei", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cordovense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929657, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932158, + "acceptedUsageKey": 2932156, + "scientificName": "Solanum ureyi Cárdenas", + "canonicalName": "Solanum ureyi", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum boliviense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932156, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3798967, + "scientificName": "Solanum cari Molina", + "canonicalName": "Solanum cari", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cari", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3798967, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 5538357, + "acceptedUsageKey": 5371801, + "scientificName": "Selinum grayi J.M.Coult. & Rose", + "canonicalName": "Selinum grayi", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Apiales", + "family": "Apiaceae", + "genus": "Angelica", + "species": "Angelica grayi", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1351, + "familyKey": 6720, + "genusKey": 3034560, + "speciesKey": 5371801, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum grayi", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931094, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum grayi Rose", + "usageKey": 2931094, + "key": "Solanum grayi", + "confidence": 99 + }, + { + "name": "Solanum lumholtzianum", + "match": { + "usageKey": 8187522, + "scientificName": "Solanum lumholtzianum B.L.Rob.", + "canonicalName": "Solanum lumholtzianum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=3", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2931516, + "scientificName": "Solanum lumholtzianum Bartlett", + "canonicalName": "Solanum lumholtzianum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lumholtzianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931516, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lumholtzianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8187522, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum lumholtzianum B.L.Rob.", + "usageKey": 8187522, + "key": "Solanum lumholtzianum", + "confidence": 98 + }, + { + "name": "Solanum angustifolium", + "match": { + "usageKey": 2929800, + "scientificName": "Solanum angustifolium Houst. ex Mill.", + "canonicalName": "Solanum angustifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 11051418, + "acceptedUsageKey": 2929800, + "scientificName": "Solanum angustifolium Houst.", + "canonicalName": "Solanum angustifolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum angustifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929800, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7952775, + "acceptedUsageKey": 2929794, + "scientificName": "Solanum angustifolium Lam.", + "canonicalName": "Solanum angustifolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum amygdalifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929794, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8307333, + "acceptedUsageKey": 2932902, + "scientificName": "Solanum angustifolium Lanza", + "canonicalName": "Solanum angustifolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lanzae", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932902, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8215083, + "acceptedUsageKey": 2931220, + "scientificName": "Solanum angustifolium Ruiz & Pav.", + "canonicalName": "Solanum angustifolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cutervanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931220, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8353124, + "scientificName": "Solanum angustiflorum Mart.", + "canonicalName": "Solanum angustiflorum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum angustiflorum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8353124, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931174, + "acceptedUsageKey": 2931173, + "scientificName": "Solanum angustiflorum Mart. ex Sendtn.", + "canonicalName": "Solanum angustiflorum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum monachophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931173, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8031129, + "scientificName": "Solanum angustrfolium Ruiz & Pav.", + "canonicalName": "Solanum angustrfolium", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 90, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum angustrfolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8031129, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum angustifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929800, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum angustifolium Houst. ex Mill.", + "usageKey": 2929800, + "key": "Solanum angustifolium", + "confidence": 97 + }, + { + "name": "Solanum fructotecto", + "match": { + "usageKey": 7965566, + "scientificName": "Solanum fructo-tecto Cav.", + "canonicalName": "Solanum fructo-tecto", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 95, + "note": "Similarity: name=100; authorship=0; classification=-2; rank=6; status=1; nextMatch=3", + "matchType": "FUZZY", + "alternatives": [ + { + "usageKey": 2932717, + "acceptedUsageKey": 2932720, + "scientificName": "Solanum fructu-tecto Cav.", + "canonicalName": "Solanum fructu-tecto", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tectum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932720, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum fructo-tecto", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7965566, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum fructo-tecto Cav.", + "usageKey": 7965566, + "key": "Solanum fructotecto", + "confidence": 95 + }, + { + "name": "Solanum rostratum", + "match": { + "usageKey": 2930922, + "acceptedUsageKey": 2929800, + "scientificName": "Solanum rostratum Dunal", + "canonicalName": "Solanum rostratum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3802303, + "acceptedUsageKey": 3798985, + "scientificName": "Solanum rostellatum Merr. & L.M.Perry", + "canonicalName": "Solanum rostellatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes rostellata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 3798985, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929447, + "acceptedUsageKey": 2929444, + "scientificName": "Solanum rosulatum Rusby", + "canonicalName": "Solanum rosulatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pallidum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929444, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929432, + "scientificName": "Solanum costatum M.Nee", + "canonicalName": "Solanum costatum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum costatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929432, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931075, + "acceptedUsageKey": 2931071, + "scientificName": "Solanum prostratum Raeusch.", + "canonicalName": "Solanum prostratum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum trilobatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931071, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum angustifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929800, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum rostratum Dunal", + "usageKey": 2930922, + "key": "Solanum rostratum", + "confidence": 98 + }, + { + "name": "Solanum tribulosum", + "match": { + "usageKey": 2931892, + "scientificName": "Solanum tribulosum S.Schauer", + "canonicalName": "Solanum tribulosum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tribulosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931892, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum tribulosum S.Schauer", + "usageKey": 2931892, + "key": "Solanum tribulosum", + "confidence": 99 + }, + { + "name": "Solanum heterodoxum", + "match": { + "usageKey": 2930933, + "scientificName": "Solanum heterodoxum Dunal", + "canonicalName": "Solanum heterodoxum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=3", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7917407, + "scientificName": "Solanum heterodoxum Dunal ex DC., 1813", + "canonicalName": "Solanum heterodoxum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum heterodoxum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7917407, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 3799202, + "acceptedUsageKey": 8164979, + "scientificName": "Solanum heterogonum Dunal", + "canonicalName": "Solanum heterogonum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum alatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8164979, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum heterodoxum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930933, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum heterodoxum Dunal", + "usageKey": 2930933, + "key": "Solanum heterodoxum", + "confidence": 98 + }, + { + "name": "Solanum citrullifolium", + "match": { + "usageKey": 8280931, + "scientificName": "Solanum citrullifolium A.Br.", + "canonicalName": "Solanum citrullifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=3", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7500830, + "scientificName": "Solanum citrullifolium Lam.", + "canonicalName": "Solanum citrullifolium", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum citrullifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7500830, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 8451081, + "acceptedUsageKey": 2931255, + "scientificName": "Solanum citrifolium Willd.", + "canonicalName": "Solanum citrifolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum swartzianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931255, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931224, + "acceptedUsageKey": 8080790, + "scientificName": "Solanum citrifolium Willd. ex Roem. & Schult.", + "canonicalName": "Solanum citrifolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum argenteum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8080790, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum citrullifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8280931, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum citrullifolium A.Br.", + "usageKey": 8280931, + "key": "Solanum citrullifolium", + "confidence": 98 + }, + { + "name": "Solanum davisense", + "match": { + "usageKey": 2932844, + "scientificName": "Solanum davisense Whalen", + "canonicalName": "Solanum davisense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3803272, + "acceptedUsageKey": 2929943, + "scientificName": "Solanum dariense S.Knapp", + "canonicalName": "Solanum dariense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum darienense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929943, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931426, + "acceptedUsageKey": 2931425, + "scientificName": "Solanum avilense Pittier", + "canonicalName": "Solanum avilense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum gratum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931425, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931176, + "acceptedUsageKey": 2931173, + "scientificName": "Solanum javitense Kunth", + "canonicalName": "Solanum javitense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum monachophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931173, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum davisense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932844, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum davisense Whalen", + "usageKey": 2932844, + "key": "Solanum davisense", + "confidence": 99 + }, + { + "name": "Solanum bahamense", + "match": { + "usageKey": 2929568, + "scientificName": "Solanum bahamense L.", + "canonicalName": "Solanum bahamense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8006739, + "acceptedUsageKey": 2929732, + "scientificName": "Solanum bahamense Forssk.", + "canonicalName": "Solanum bahamense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum glabratum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929732, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7599226, + "acceptedUsageKey": 2929568, + "scientificName": "Solanum bahamense Griseb., 1861", + "canonicalName": "Solanum bahamense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum bahamense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929568, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8248296, + "acceptedUsageKey": 2929566, + "scientificName": "Solanum bahamense Mill.", + "canonicalName": "Solanum bahamense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum donianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929566, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3798695, + "acceptedUsageKey": 8625966, + "scientificName": "Solanum panamense Van Heurck & Müll.Arg.", + "canonicalName": "Solanum panamense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Witheringia", + "species": "Witheringia solanacea", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 5341755, + "speciesKey": 8625966, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3798446, + "acceptedUsageKey": 10977878, + "scientificName": "Solanum patameense Witasek", + "canonicalName": "Solanum patameense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum viride", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 10977878, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum bahamense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929568, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum bahamense L.", + "usageKey": 2929568, + "key": "Solanum bahamense", + "confidence": 97 + }, + { + "name": "Solanum drymophilum", + "match": { + "usageKey": 2931651, + "acceptedUsageKey": 2931649, + "scientificName": "Solanum drymophilum O.E.Schulz", + "canonicalName": "Solanum drymophilum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2931506, + "scientificName": "Solanum eremophilum F.Muell.", + "canonicalName": "Solanum eremophilum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum eremophilum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931506, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932001, + "scientificName": "Solanum prinophyllum Dunal", + "canonicalName": "Solanum prinophyllum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum prinophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932001, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932524, + "acceptedUsageKey": 2932523, + "scientificName": "Solanum eriophyllum Dunal", + "canonicalName": "Solanum eriophyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lasiophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932523, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum ensifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931649, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum drymophilum O.E.Schulz", + "usageKey": 2931651, + "key": "Solanum drymophilum", + "confidence": 98 + }, + { + "name": "Solanum asterophorum", + "match": { + "usageKey": 2931157, + "scientificName": "Solanum asterophorum Mart.", + "canonicalName": "Solanum asterophorum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2929063, + "acceptedUsageKey": 2929062, + "scientificName": "Solanum astrophorum Jan", + "canonicalName": "Solanum astrophorum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum linnaeanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929062, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum asterophorum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931157, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum asterophorum Mart.", + "usageKey": 2931157, + "key": "Solanum asterophorum", + "confidence": 99 + }, + { + "name": "Solanum carolinense", + "match": { + "usageKey": 2932011, + "scientificName": "Solanum carolinense L.", + "canonicalName": "Solanum carolinense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8161066, + "acceptedUsageKey": 2929938, + "scientificName": "Solanum carolinense Mill.", + "canonicalName": "Solanum carolinense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tampicense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929938, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 12035673, + "scientificName": "Solanum carolinense Var.Floridanum", + "canonicalName": "Solanum carolinense", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum carolinense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 12035673, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 3798885, + "acceptedUsageKey": 2929939, + "scientificName": "Solanum caroliniense Mill.", + "canonicalName": "Solanum caroliniense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum houstonii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929939, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum carolinense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932011, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum carolinense L.", + "usageKey": 2932011, + "key": "Solanum carolinense", + "confidence": 97 + }, + { + "name": "Solanum moxosense", + "match": { + "usageKey": 2931814, + "scientificName": "Solanum moxosense M.Nee", + "canonicalName": "Solanum moxosense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum moxosense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931814, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum moxosense M.Nee", + "usageKey": 2931814, + "key": "Solanum moxosense", + "confidence": 99 + }, + { + "name": "Solanum comptum", + "match": { + "usageKey": 3797605, + "scientificName": "Solanum comptum C.V.Morton", + "canonicalName": "Solanum comptum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3797706, + "acceptedUsageKey": 3797711, + "scientificName": "Solanum comitum St.-Lag.", + "canonicalName": "Solanum comitum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum comitis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3797711, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 11082130, + "acceptedUsageKey": 2931104, + "scientificName": "Solanum compactum Anon.", + "canonicalName": "Solanum compactum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pseudocapsicum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931104, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931122, + "acceptedUsageKey": 2932332, + "scientificName": "Solanum compactum Hawkes & Hjert.", + "canonicalName": "Solanum compactum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum commersonii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932332, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 9496493, + "acceptedUsageKey": 2931104, + "scientificName": "Solanum compactum Hort.", + "canonicalName": "Solanum compactum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pseudocapsicum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931104, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932259, + "scientificName": "Solanum incomptum Bitter", + "canonicalName": "Solanum incomptum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum incomptum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932259, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929547, + "acceptedUsageKey": 2929544, + "scientificName": "Solanum connatum Correll", + "canonicalName": "Solanum connatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum appendiculatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929544, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum comptum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3797605, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum comptum C.V.Morton", + "usageKey": 3797605, + "key": "Solanum comptum", + "confidence": 99 + }, + { + "name": "Solanum conditum", + "match": { + "usageKey": 2932286, + "acceptedUsageKey": 2932285, + "scientificName": "Solanum conditum C.V.Morton", + "canonicalName": "Solanum conditum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2931041, + "scientificName": "Solanum candidum Lindl.", + "canonicalName": "Solanum candidum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum candidum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931041, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931904, + "scientificName": "Solanum concinnum Schott ex Sendtn.", + "canonicalName": "Solanum concinnum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum concinnum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931904, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931357, + "scientificName": "Solanum conicum Ruiz & Pav.", + "canonicalName": "Solanum conicum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum conicum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931357, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930606, + "scientificName": "Solanum cordatum Forssk.", + "canonicalName": "Solanum cordatum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cordatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930606, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929768, + "acceptedUsageKey": 2929764, + "scientificName": "Solanum conanthum Dunal", + "canonicalName": "Solanum conanthum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pubescens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929764, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8601954, + "acceptedUsageKey": 2931904, + "scientificName": "Solanum concinnum Schott", + "canonicalName": "Solanum concinnum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum concinnum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931904, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931406, + "acceptedUsageKey": 2931405, + "scientificName": "Solanum concisum Dunal", + "canonicalName": "Solanum concisum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum campechiense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931405, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8004384, + "acceptedUsageKey": 2932349, + "scientificName": "Solanum conicum Vell.", + "canonicalName": "Solanum conicum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum sciadostylis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932349, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929547, + "acceptedUsageKey": 2929544, + "scientificName": "Solanum connatum Correll", + "canonicalName": "Solanum connatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum appendiculatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929544, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8549481, + "acceptedUsageKey": 9478958, + "scientificName": "Solanum cordatum Pav.", + "canonicalName": "Solanum cordatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum splendens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 9478958, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7832692, + "acceptedUsageKey": 9478958, + "scientificName": "Solanum cordatum Pav. ex Dunal", + "canonicalName": "Solanum cordatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum splendens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 9478958, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932399, + "scientificName": "Solanum coalitum S.Knapp", + "canonicalName": "Solanum coalitum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum coalitum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932399, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 3797706, + "acceptedUsageKey": 3797711, + "scientificName": "Solanum comitum St.-Lag.", + "canonicalName": "Solanum comitum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum comitis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3797711, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930460, + "acceptedUsageKey": 2930459, + "scientificName": "Solanum reconditum Correll", + "canonicalName": "Solanum reconditum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum oxycarpum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930459, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aridum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932285, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum conditum C.V.Morton", + "usageKey": 2932286, + "key": "Solanum conditum", + "confidence": 98 + }, + { + "name": "Solanum juvenale", + "match": { + "usageKey": 2929005, + "scientificName": "Solanum juvenale Thell.", + "canonicalName": "Solanum juvenale", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum juvenale", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929005, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum juvenale Thell.", + "usageKey": 2929005, + "key": "Solanum juvenale", + "confidence": 99 + }, + { + "name": "Solanum jamaicense", + "match": { + "usageKey": 2931492, + "scientificName": "Solanum jamaicense Mill.", + "canonicalName": "Solanum jamaicense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2929938, + "scientificName": "Solanum tampicense Dunal", + "canonicalName": "Solanum tampicense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tampicense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929938, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum jamaicense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931492, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum jamaicense Mill.", + "usageKey": 2931492, + "key": "Solanum jamaicense", + "confidence": 99 + }, + { + "name": "Solanum lanceifolium", + "match": { + "usageKey": 2929009, + "scientificName": "Solanum lanceifolium Jacq.", + "canonicalName": "Solanum lanceifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7809418, + "acceptedUsageKey": 2929568, + "scientificName": "Solanum lanceifolium Salisb.", + "canonicalName": "Solanum lanceifolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum bahamense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929568, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3796984, + "acceptedUsageKey": 2929008, + "scientificName": "Solanum lancifolium Sessé & Moc.", + "canonicalName": "Solanum lancifolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum umbellatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929008, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 9659636, + "acceptedUsageKey": 2929009, + "scientificName": "Solanum lanceaefolium Jacq.", + "canonicalName": "Solanum lanceaefolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lanceifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929009, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lanceifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929009, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum lanceifolium Jacq.", + "usageKey": 2929009, + "key": "Solanum lanceifolium", + "confidence": 97 + }, + { + "name": "Solanum adhaerens", + "match": { + "usageKey": 2929035, + "acceptedUsageKey": 2929028, + "scientificName": "Solanum adhaerens Willd. ex Roem. & Schult.", + "canonicalName": "Solanum adhaerens", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; 2 synonym homonyms; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8023576, + "acceptedUsageKey": 2929028, + "scientificName": "Solanum adhaerens Willd.", + "canonicalName": "Solanum adhaerens", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum volubile", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929028, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum volubile", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929028, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum adhaerens Willd. ex Roem. & Schult.", + "usageKey": 2929035, + "key": "Solanum adhaerens", + "confidence": 97 + }, + { + "name": "Solanum aturense", + "match": { + "usageKey": 2929121, + "scientificName": "Solanum aturense Humb. & Bonpl. ex Dunal", + "canonicalName": "Solanum aturense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 9324779, + "acceptedUsageKey": 2929121, + "scientificName": "Solanum aturense Humb. & Bonpl.", + "canonicalName": "Solanum aturense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aturense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929121, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931964, + "scientificName": "Solanum nakurense C.H.Wright", + "canonicalName": "Solanum nakurense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum nakurense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931964, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 7299297, + "acceptedUsageKey": 7299532, + "scientificName": "Solanum japurense Dunal", + "canonicalName": "Solanum japurense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes pauciflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 7299532, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aturense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929121, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum aturense Humb. & Bonpl. ex Dunal", + "usageKey": 2929121, + "key": "Solanum aturense", + "confidence": 97 + }, + { + "name": "Solanum arachnidanthum", + "match": { + "usageKey": 2929170, + "scientificName": "Solanum arachnidanthum Rusby", + "canonicalName": "Solanum arachnidanthum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum arachnidanthum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929170, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum arachnidanthum Rusby", + "usageKey": 2929170, + "key": "Solanum arachnidanthum", + "confidence": 99 + }, + { + "name": "Solanum tampicense", + "match": { + "usageKey": 2929938, + "scientificName": "Solanum tampicense Dunal", + "canonicalName": "Solanum tampicense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2931492, + "scientificName": "Solanum jamaicense Mill.", + "canonicalName": "Solanum jamaicense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum jamaicense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931492, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tampicense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929938, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum tampicense Dunal", + "usageKey": 2929938, + "key": "Solanum tampicense", + "confidence": 99 + }, + { + "name": "Solanum monachophyllum", + "match": { + "usageKey": 2931173, + "scientificName": "Solanum monachophyllum Humb. & Bonpl. ex Dunal", + "canonicalName": "Solanum monachophyllum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 9379808, + "acceptedUsageKey": 2931173, + "scientificName": "Solanum monachophyllum Humb. & Bonpl.", + "canonicalName": "Solanum monachophyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum monachophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931173, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum monachophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931173, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum monachophyllum Humb. & Bonpl. ex Dunal", + "usageKey": 2931173, + "key": "Solanum monachophyllum", + "confidence": 97 + }, + { + "name": "Solanum pedemontanum", + "match": { + "usageKey": 2932227, + "scientificName": "Solanum pedemontanum M.Nee", + "canonicalName": "Solanum pedemontanum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pedemontanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932227, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum pedemontanum M.Nee", + "usageKey": 2932227, + "key": "Solanum pedemontanum", + "confidence": 99 + }, + { + "name": "Solanum multispinum", + "match": { + "usageKey": 2929044, + "scientificName": "Solanum multispinum N.E.Br.", + "canonicalName": "Solanum multispinum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum multispinum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929044, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum multispinum N.E.Br.", + "usageKey": 2929044, + "key": "Solanum multispinum", + "confidence": 99 + }, + { + "name": "Solanum crotonoides", + "match": { + "usageKey": 2929525, + "scientificName": "Solanum crotonoides Lam.", + "canonicalName": "Solanum crotonoides", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8605900, + "acceptedUsageKey": 2932389, + "scientificName": "Solanum crotonoides Michx.", + "canonicalName": "Solanum crotonoides", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum torvum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932389, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7437951, + "acceptedUsageKey": 2932389, + "scientificName": "Solanum crotonoides Michx. ex Dunal", + "canonicalName": "Solanum crotonoides", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum torvum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932389, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8669575, + "acceptedUsageKey": 2929009, + "scientificName": "Solanum crotonoides Sieber", + "canonicalName": "Solanum crotonoides", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lanceifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929009, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8340050, + "acceptedUsageKey": 2929009, + "scientificName": "Solanum crotonoides Sieber ex C.Presl", + "canonicalName": "Solanum crotonoides", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lanceifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929009, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum crotonoides", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929525, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum crotonoides Lam.", + "usageKey": 2929525, + "key": "Solanum crotonoides", + "confidence": 97 + }, + { + "name": "Solanum donianum", + "match": { + "usageKey": 2929566, + "scientificName": "Solanum donianum Walp.", + "canonicalName": "Solanum donianum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2931139, + "acceptedUsageKey": 2931104, + "scientificName": "Solanum dunnianum H.Lév.", + "canonicalName": "Solanum dunnianum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pseudocapsicum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931104, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932624, + "scientificName": "Solanum lobbianum Bitter", + "canonicalName": "Solanum lobbianum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lobbianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932624, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930883, + "scientificName": "Solanum montanum L.", + "canonicalName": "Solanum montanum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum montanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930883, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931420, + "acceptedUsageKey": 2931417, + "scientificName": "Solanum dotanum C.V.Morton & Standl.", + "canonicalName": "Solanum dotanum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aligerum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931417, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8120870, + "acceptedUsageKey": 2930883, + "scientificName": "Solanum montanum Ruiz & Pav.", + "canonicalName": "Solanum montanum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum montanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930883, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932340, + "acceptedUsageKey": 7653915, + "scientificName": "Solanum sorianum Bukasov", + "canonicalName": "Solanum sorianum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum commersonii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7653915, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7934071, + "scientificName": "Solanum monttianum Bitter", + "canonicalName": "Solanum monttianum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum monttianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7934071, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum donianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929566, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum donianum Walp.", + "usageKey": 2929566, + "key": "Solanum donianum", + "confidence": 99 + }, + { + "name": "Solanum glutinosum", + "match": { + "usageKey": 2932853, + "scientificName": "Solanum glutinosum Dunal", + "canonicalName": "Solanum glutinosum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum glutinosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932853, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum glutinosum Dunal", + "usageKey": 2932853, + "key": "Solanum glutinosum", + "confidence": 99 + }, + { + "name": "Solanum paniculatum", + "match": { + "usageKey": 2932547, + "scientificName": "Solanum paniculatum L.", + "canonicalName": "Solanum paniculatum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2929822, + "scientificName": "Solanum apiculatum Sendtn.", + "canonicalName": "Solanum apiculatum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum apiculatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929822, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 8245940, + "scientificName": "Solanum geniculatum E.Mey.", + "canonicalName": "Solanum geniculatum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum geniculatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8245940, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 7551763, + "acceptedUsageKey": 2931940, + "scientificName": "Solanum apiculatum Dunal", + "canonicalName": "Solanum apiculatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum madagascariense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931940, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8629824, + "acceptedUsageKey": 2929404, + "scientificName": "Solanum geniculatum Drège", + "canonicalName": "Solanum geniculatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum africanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929404, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929405, + "acceptedUsageKey": 2929404, + "scientificName": "Solanum geniculatum Drège ex Dunal", + "canonicalName": "Solanum geniculatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum africanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929404, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 5538213, + "scientificName": "Selinum paniculatum Spreng.", + "canonicalName": "Selinum paniculatum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Apiales", + "family": "Apiaceae", + "genus": "Selinum", + "species": "Selinum paniculatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1351, + "familyKey": 6720, + "genusKey": 5371780, + "speciesKey": 5538213, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum paniculatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932547, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum paniculatum L.", + "usageKey": 2932547, + "key": "Solanum paniculatum", + "confidence": 99 + }, + { + "name": "Solanum poinsettiifolium", + "match": { + "usageKey": 2929474, + "scientificName": "Solanum poinsettiifolium Rusby", + "canonicalName": "Solanum poinsettiifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum poinsettiifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929474, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum poinsettiifolium Rusby", + "usageKey": 2929474, + "key": "Solanum poinsettiifolium", + "confidence": 99 + }, + { + "name": "Solanum subinerme", + "match": { + "usageKey": 2932599, + "scientificName": "Solanum subinerme Jacq.", + "canonicalName": "Solanum subinerme", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum subinerme", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932599, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum subinerme Jacq.", + "usageKey": 2932599, + "key": "Solanum subinerme", + "confidence": 99 + }, + { + "name": "Solanum bonariense", + "match": { + "usageKey": 2929628, + "scientificName": "Solanum bonariense L.", + "canonicalName": "Solanum bonariense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2930057, + "scientificName": "Solanum tunariense Kuntze", + "canonicalName": "Solanum tunariense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tunariense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930057, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum bonariense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929628, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum bonariense L.", + "usageKey": 2929628, + "key": "Solanum bonariense", + "confidence": 99 + }, + { + "name": "Solanum hayesii", + "match": { + "usageKey": 2932218, + "scientificName": "Solanum hayesii Fernald", + "canonicalName": "Solanum hayesii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2932177, + "scientificName": "Solanum hazenii Britton", + "canonicalName": "Solanum hazenii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum hazenii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932177, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931084, + "scientificName": "Solanum jamesii Torr.", + "canonicalName": "Solanum jamesii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum jamesii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931084, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 3799415, + "acceptedUsageKey": 3802860, + "scientificName": "Solanum hawkesii Cárdenas", + "canonicalName": "Solanum hawkesii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum raphanifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3802860, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3798893, + "acceptedUsageKey": 3799794, + "scientificName": "Solanum hoopesii Hawkes & K.A.Okada", + "canonicalName": "Solanum hoopesii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum brevicaule", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3799794, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3800842, + "acceptedUsageKey": 3798922, + "scientificName": "Solanum shanesii F.Muell.", + "canonicalName": "Solanum shanesii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes shanesii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 3798922, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum hayesii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932218, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum hayesii Fernald", + "usageKey": 2932218, + "key": "Solanum hayesii", + "confidence": 99 + }, + { + "name": "Solanum asteropilodes", + "match": { + "usageKey": 2931045, + "scientificName": "Solanum asteropilodes Bitter", + "canonicalName": "Solanum asteropilodes", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum asteropilodes", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931045, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum asteropilodes Bitter", + "usageKey": 2931045, + "key": "Solanum asteropilodes", + "confidence": 99 + }, + { + "name": "Solanum crinitipes", + "match": { + "usageKey": 2932722, + "scientificName": "Solanum crinitipes Dunal", + "canonicalName": "Solanum crinitipes", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum crinitipes", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932722, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum crinitipes Dunal", + "usageKey": 2932722, + "key": "Solanum crinitipes", + "confidence": 99 + }, + { + "name": "Solanum asperolanatum", + "match": { + "usageKey": 2931631, + "scientificName": "Solanum asperolanatum Ruiz & Pav.", + "canonicalName": "Solanum asperolanatum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum asperolanatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931631, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum asperolanatum Ruiz & Pav.", + "usageKey": 2931631, + "key": "Solanum asperolanatum", + "confidence": 99 + }, + { + "name": "Solanum stellativelutinum", + "match": { + "usageKey": 2930086, + "scientificName": "Solanum stellativelutinum Bitter", + "canonicalName": "Solanum stellativelutinum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum stellativelutinum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930086, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum stellativelutinum Bitter", + "usageKey": 2930086, + "key": "Solanum stellativelutinum", + "confidence": 99 + }, + { + "name": "Solanum comarapanum", + "match": { + "usageKey": 2929003, + "scientificName": "Solanum comarapanum M.Nee", + "canonicalName": "Solanum comarapanum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum comarapanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929003, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum comarapanum M.Nee", + "usageKey": 2929003, + "key": "Solanum comarapanum", + "confidence": 99 + }, + { + "name": "Solanum albidum", + "match": { + "usageKey": 2931564, + "scientificName": "Solanum albidum Dunal", + "canonicalName": "Solanum albidum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7452928, + "acceptedUsageKey": 2931542, + "scientificName": "Solanum albidum De Wild.", + "canonicalName": "Solanum albidum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum anguivi", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931542, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 11240023, + "acceptedUsageKey": 2929847, + "scientificName": "Solanum albidum DeWild.", + "canonicalName": "Solanum albidum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aethiopicum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929847, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929470, + "scientificName": "Solanum alpinum Zoll. & O.Moritzi", + "canonicalName": "Solanum alpinum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum alpinum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929470, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 7425833, + "acceptedUsageKey": 2930617, + "scientificName": "Solanum album Lour.", + "canonicalName": "Solanum album", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum melongena", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930617, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930619, + "acceptedUsageKey": 2930617, + "scientificName": "Solanum album Noronha", + "canonicalName": "Solanum album", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum melongena", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930617, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929678, + "acceptedUsageKey": 2929673, + "scientificName": "Solanum alpicum Standl. & Steyerm.", + "canonicalName": "Solanum alpicum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum demissum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929673, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929518, + "acceptedUsageKey": 2929009, + "scientificName": "Solanum ambiguum Dunal", + "canonicalName": "Solanum ambiguum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lanceifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929009, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8001435, + "scientificName": "Solanum album Larrañaga", + "canonicalName": "Solanum album", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 88, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum album", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8001435, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932285, + "scientificName": "Solanum aridum Morong", + "canonicalName": "Solanum aridum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aridum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932285, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932293, + "scientificName": "Solanum calidum Bohs", + "canonicalName": "Solanum calidum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum calidum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932293, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931855, + "scientificName": "Solanum galbinum A.R.Bean", + "canonicalName": "Solanum galbinum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum galbinum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931855, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929444, + "scientificName": "Solanum pallidum Rusby", + "canonicalName": "Solanum pallidum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pallidum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929444, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929779, + "acceptedUsageKey": 2929778, + "scientificName": "Solanum rubidum Standl. & C.V.Morton", + "canonicalName": "Solanum rubidum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum velutinum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929778, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931109, + "acceptedUsageKey": 2931104, + "scientificName": "Solanum validum Rusby", + "canonicalName": "Solanum validum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pseudocapsicum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931104, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum albidum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931564, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum albidum Dunal", + "usageKey": 2931564, + "key": "Solanum albidum", + "confidence": 97 + }, + { + "name": "Solanum whalenii", + "match": { + "usageKey": 2932005, + "scientificName": "Solanum whalenii M.Nee", + "canonicalName": "Solanum whalenii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2932177, + "scientificName": "Solanum hazenii Britton", + "canonicalName": "Solanum hazenii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum hazenii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932177, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum whalenii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932005, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum whalenii M.Nee", + "usageKey": 2932005, + "key": "Solanum whalenii", + "confidence": 99 + }, + { + "name": "Solanum ursinum", + "match": { + "usageKey": 2931441, + "scientificName": "Solanum ursinum Rusby", + "canonicalName": "Solanum ursinum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3800227, + "scientificName": "Solanum murinum Sendtn.", + "canonicalName": "Solanum murinum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum murinum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3800227, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 8297937, + "scientificName": "Solanum pisinnum A.R.Bean", + "canonicalName": "Solanum pisinnum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pisinnum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8297937, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932270, + "acceptedUsageKey": 2932266, + "scientificName": "Solanum byrsinum Voigt", + "canonicalName": "Solanum byrsinum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum havanense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932266, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929442, + "acceptedUsageKey": 2929441, + "scientificName": "Solanum irosinum Ochoa", + "canonicalName": "Solanum irosinum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum burkartii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929441, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7299161, + "acceptedUsageKey": 3799026, + "scientificName": "Solanum urbanum Morong", + "canonicalName": "Solanum urbanum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes rantonnetii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 3799026, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum ursinum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931441, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum ursinum Rusby", + "usageKey": 2931441, + "key": "Solanum ursinum", + "confidence": 99 + }, + { + "name": "Solanum bolivianum", + "match": { + "usageKey": 2932216, + "scientificName": "Solanum bolivianum Britton ex Rusby", + "canonicalName": "Solanum bolivianum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7380691, + "acceptedUsageKey": 2932216, + "scientificName": "Solanum bolivianum Britton", + "canonicalName": "Solanum bolivianum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum bolivianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932216, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum bolivianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932216, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum bolivianum Britton ex Rusby", + "usageKey": 2932216, + "key": "Solanum bolivianum", + "confidence": 97 + }, + { + "name": "Solanum acutilobum", + "match": { + "usageKey": 7384206, + "scientificName": "Solanum acutilobum Dunal ex Poir.", + "canonicalName": "Solanum acutilobum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2931320, + "acceptedUsageKey": 7384206, + "scientificName": "Solanum acutilobum Dunal", + "canonicalName": "Solanum acutilobum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum acutilobum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7384206, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932567, + "acceptedUsageKey": 2932563, + "scientificName": "Solanum acutilobatum Dammer", + "canonicalName": "Solanum acutilobatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum richardii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932563, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931504, + "scientificName": "Solanum curtilobum Juz. & Bukasov", + "canonicalName": "Solanum curtilobum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum curtilobum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931504, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum acutilobum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7384206, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum acutilobum Dunal ex Poir.", + "usageKey": 7384206, + "key": "Solanum acutilobum", + "confidence": 97 + }, + { + "name": "Solanum caricifolium", + "match": { + "usageKey": 3798954, + "scientificName": "Solanum caricifolium Rusby", + "canonicalName": "Solanum caricifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2930325, + "scientificName": "Solanum caricaefolium Rusby", + "canonicalName": "Solanum caricaefolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum caricaefolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930325, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932412, + "scientificName": "Solanum salicifolium Phil.", + "canonicalName": "Solanum salicifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum salicifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932412, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 4274695, + "acceptedUsageKey": 2929568, + "scientificName": "Solanum pericifolium Dunal", + "canonicalName": "Solanum pericifolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum bahamense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929568, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum caricifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3798954, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum caricifolium Rusby", + "usageKey": 3798954, + "key": "Solanum caricifolium", + "confidence": 99 + }, + { + "name": "Solanum chrysotrichum", + "match": { + "usageKey": 2929617, + "scientificName": "Solanum chrysotrichum Schltdl.", + "canonicalName": "Solanum chrysotrichum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7384747, + "acceptedUsageKey": 2929616, + "scientificName": "Solanum chrysotrichum C.H.Wright", + "canonicalName": "Solanum chrysotrichum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aureitomentosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929616, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum chrysotrichum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929617, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum chrysotrichum Schltdl.", + "usageKey": 2929617, + "key": "Solanum chrysotrichum", + "confidence": 97 + }, + { + "name": "Solanum pluviale", + "match": { + "usageKey": 2929944, + "scientificName": "Solanum pluviale Standl.", + "canonicalName": "Solanum pluviale", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pluviale", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929944, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum pluviale Standl.", + "usageKey": 2929944, + "key": "Solanum pluviale", + "confidence": 99 + }, + { + "name": "Solanum torvum", + "match": { + "usageKey": 2932389, + "scientificName": "Solanum torvum Sw.", + "canonicalName": "Solanum torvum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8562335, + "acceptedUsageKey": 2930283, + "scientificName": "Solanum torvum Buch.-Ham.", + "canonicalName": "Solanum torvum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum stramonifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930283, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7819265, + "acceptedUsageKey": 2930283, + "scientificName": "Solanum torvum Buch.-Ham. ex Wall.", + "canonicalName": "Solanum torvum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum stramonifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930283, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7679519, + "scientificName": "Solanum torvum Schltdl., 1830", + "canonicalName": "Solanum torvum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum torvum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7679519, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931604, + "acceptedUsageKey": 2930323, + "scientificName": "Solanum torreyi A.Gray", + "canonicalName": "Solanum torreyi", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum dimidiatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930323, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932383, + "acceptedUsageKey": 2931625, + "scientificName": "Solanum tonsum H.St.John", + "canonicalName": "Solanum tonsum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum hillebrandii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931625, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum torvum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932389, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum torvum Sw.", + "usageKey": 2932389, + "key": "Solanum torvum", + "confidence": 97 + }, + { + "name": "Solanum lanceolatum", + "match": { + "usageKey": 2929230, + "scientificName": "Solanum lanceolatum Cav.", + "canonicalName": "Solanum lanceolatum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7850531, + "acceptedUsageKey": 2929226, + "scientificName": "Solanum lanceolatum Berthault", + "canonicalName": "Solanum lanceolatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cardiophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929226, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7721666, + "acceptedUsageKey": 2929790, + "scientificName": "Solanum lanceolatum Ruiz & Pav.", + "canonicalName": "Solanum lanceolatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum ruizii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929790, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8423641, + "acceptedUsageKey": 2931480, + "scientificName": "Solanum lanceolatum Sessé & Moc.", + "canonicalName": "Solanum lanceolatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum nudum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931480, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lanceolatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929230, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum lanceolatum Cav.", + "usageKey": 2929230, + "key": "Solanum lanceolatum", + "confidence": 97 + }, + { + "name": "Solanum rudepannum", + "match": { + "usageKey": 3802204, + "scientificName": "Solanum rude-pannum Dunal", + "canonicalName": "Solanum rude-pannum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 96, + "note": "Similarity: name=100; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "FUZZY", + "alternatives": [ + { + "usageKey": 11131199, + "scientificName": "Solanum rupedanum Author", + "canonicalName": "Solanum rupedanum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum rupedanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 11131199, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum rude-pannum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3802204, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum rude-pannum Dunal", + "usageKey": 3802204, + "key": "Solanum rudepannum", + "confidence": 96 + }, + { + "name": "Solanum hieronymi", + "match": { + "usageKey": 2930183, + "scientificName": "Solanum hieronymi Kuntze", + "canonicalName": "Solanum hieronymi", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum hieronymi", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930183, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum hieronymi Kuntze", + "usageKey": 2930183, + "key": "Solanum hieronymi", + "confidence": 99 + }, + { + "name": "Solanum elaeagnifolium", + "match": { + "usageKey": 2929892, + "scientificName": "Solanum elaeagnifolium Cav.", + "canonicalName": "Solanum elaeagnifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8561554, + "acceptedUsageKey": 2929847, + "scientificName": "Solanum elaeagnifolium Willd.", + "canonicalName": "Solanum elaeagnifolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aethiopicum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929847, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7401653, + "acceptedUsageKey": 2929847, + "scientificName": "Solanum elaeagnifolium Willd. ex Steud.", + "canonicalName": "Solanum elaeagnifolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aethiopicum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929847, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7299960, + "scientificName": "Solanum eleagnifolium Cav.", + "canonicalName": "Solanum eleagnifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 93, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum eleagnifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7299960, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum elaeagnifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929892, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum elaeagnifolium Cav.", + "usageKey": 2929892, + "key": "Solanum elaeagnifolium", + "confidence": 97 + }, + { + "name": "Solanum mortonii", + "match": { + "usageKey": 2930081, + "scientificName": "Solanum mortonii Hunz.", + "canonicalName": "Solanum mortonii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2929932, + "acceptedUsageKey": 2929931, + "scientificName": "Solanum morrisonii Domin", + "canonicalName": "Solanum morrisonii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum sturtianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929931, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3799561, + "acceptedUsageKey": 2931778, + "scientificName": "Solanum burtonii Ochoa", + "canonicalName": "Solanum burtonii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum andreanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931778, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum mortonii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930081, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum mortonii Hunz.", + "usageKey": 2930081, + "key": "Solanum mortonii", + "confidence": 99 + }, + { + "name": "Solanum hindsianum", + "match": { + "usageKey": 2930012, + "scientificName": "Solanum hindsianum Benth.", + "canonicalName": "Solanum hindsianum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum hindsianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930012, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum hindsianum Benth.", + "usageKey": 2930012, + "key": "Solanum hindsianum", + "confidence": 99 + }, + { + "name": "Solanum tridynamum", + "match": { + "usageKey": 2932012, + "acceptedUsageKey": 2929939, + "scientificName": "Solanum tridynamum Dunal", + "canonicalName": "Solanum tridynamum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum houstonii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929939, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum tridynamum Dunal", + "usageKey": 2932012, + "key": "Solanum tridynamum", + "confidence": 98 + }, + { + "name": "Solanum aculeastrum", + "match": { + "usageKey": 2929801, + "scientificName": "Solanum aculeastrum Dunal", + "canonicalName": "Solanum aculeastrum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7688622, + "acceptedUsageKey": 2931948, + "scientificName": "Solanum aculeatum (Jacq.) O.E.Schulz", + "canonicalName": "Solanum aculeatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tetramerum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931948, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931314, + "acceptedUsageKey": 2931313, + "scientificName": "Solanum aculeatum St.-Lag.", + "canonicalName": "Solanum aculeatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum thomasiifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931313, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aculeastrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929801, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum aculeastrum Dunal", + "usageKey": 2929801, + "key": "Solanum aculeastrum", + "confidence": 99 + }, + { + "name": "Solanum thruppii", + "match": { + "usageKey": 2930135, + "acceptedUsageKey": 2929580, + "scientificName": "Solanum thruppii C.H.Wright", + "canonicalName": "Solanum thruppii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8556526, + "acceptedUsageKey": 7391246, + "scientificName": "Solanum brucei Delile", + "canonicalName": "Solanum brucei", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum adoense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7391246, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929351, + "acceptedUsageKey": 7391246, + "scientificName": "Solanum brucei Delile ex Dunal", + "canonicalName": "Solanum brucei", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum adoense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7391246, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929723, + "acceptedUsageKey": 2929721, + "scientificName": "Solanum haarupii Bitter", + "canonicalName": "Solanum haarupii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tweedianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929721, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum coagulans", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929580, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum thruppii C.H.Wright", + "usageKey": 2930135, + "key": "Solanum thruppii", + "confidence": 98 + }, + { + "name": "Solanum marginatum", + "match": { + "usageKey": 7538163, + "scientificName": "Solanum marginatum L.fil.", + "canonicalName": "Solanum marginatum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 11959426, + "acceptedUsageKey": 11596800, + "scientificName": "Solarium marginatum Deshayes, 1832", + "canonicalName": "Solarium marginatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 69, + "note": "Similarity: name=65; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Animalia", + "phylum": "Mollusca", + "family": "Architectonicidae", + "genus": "Nipteraxis", + "species": "Nipteraxis marginatus", + "kingdomKey": 1, + "phylumKey": 52, + "classKey": 225, + "familyKey": 2703, + "genusKey": 4607490, + "speciesKey": 11596800, + "synonym": true, + "class": "Gastropoda" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum marginatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7538163, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum marginatum L.fil.", + "usageKey": 7538163, + "key": "Solanum marginatum", + "confidence": 99 + }, + { + "name": "Solanum schimperianum", + "match": { + "usageKey": 8401012, + "scientificName": "Solanum schimperianum Hochst.", + "canonicalName": "Solanum schimperianum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2929174, + "acceptedUsageKey": 8401012, + "scientificName": "Solanum schimperianum Hochst. ex A.Rich.", + "canonicalName": "Solanum schimperianum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum schimperianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8401012, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931009, + "acceptedUsageKey": 2931008, + "scientificName": "Solanum schiffnerianum Witasek", + "canonicalName": "Solanum schiffnerianum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pittosporifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931008, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum schimperianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8401012, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum schimperianum Hochst.", + "usageKey": 8401012, + "key": "Solanum schimperianum", + "confidence": 97 + }, + { + "name": "Solanum goetzei", + "match": { + "usageKey": 2932629, + "scientificName": "Solanum goetzei Dammer", + "canonicalName": "Solanum goetzei", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2932092, + "acceptedUsageKey": 8116696, + "scientificName": "Solanum holtzii Dammer", + "canonicalName": "Solanum holtzii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum terminale", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932081, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum goetzei", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932629, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum goetzei Dammer", + "usageKey": 2932629, + "key": "Solanum goetzei", + "confidence": 99 + }, + { + "name": "Solanum giganteum", + "match": { + "usageKey": 2930578, + "scientificName": "Solanum giganteum Jacq.", + "canonicalName": "Solanum giganteum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum giganteum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930578, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum giganteum Jacq.", + "usageKey": 2930578, + "key": "Solanum giganteum", + "confidence": 99 + }, + { + "name": "Solanum kwebense", + "match": { + "usageKey": 7635016, + "scientificName": "Solanum kwebense N.E.Br.", + "canonicalName": "Solanum kwebense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2931049, + "acceptedUsageKey": 2931709, + "scientificName": "Solanum kwebense N.E.Br. ex C.H.Wright", + "canonicalName": "Solanum kwebense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tettense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931701, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum kwebense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7635016, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum kwebense N.E.Br.", + "usageKey": 7635016, + "key": "Solanum kwebense", + "confidence": 97 + }, + { + "name": "Solanum dasyphyllum", + "match": { + "usageKey": 2929147, + "scientificName": "Solanum dasyphyllum Schumach. & Thonn.", + "canonicalName": "Solanum dasyphyllum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2931088, + "scientificName": "Solanum diphyllum L.", + "canonicalName": "Solanum diphyllum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum diphyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931088, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932523, + "scientificName": "Solanum lasiophyllum Dunal", + "canonicalName": "Solanum lasiophyllum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lasiophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932523, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 8539702, + "acceptedUsageKey": 7299480, + "scientificName": "Solanum diphyllum Banks", + "canonicalName": "Solanum diphyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes stellata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 7299480, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8132026, + "acceptedUsageKey": 7299480, + "scientificName": "Solanum diphyllum Banks ex Dunal", + "canonicalName": "Solanum diphyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes stellata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 7299480, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7831117, + "acceptedUsageKey": 2931104, + "scientificName": "Solanum diphyllum Forssk.", + "canonicalName": "Solanum diphyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pseudocapsicum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931104, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8259767, + "acceptedUsageKey": 7299714, + "scientificName": "Solanum diphyllum Osbeck", + "canonicalName": "Solanum diphyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes biflora", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 7299714, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7475375, + "scientificName": "Solanum diphyllum Sessé & Moc., 1894", + "canonicalName": "Solanum diphyllum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum diphyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7475375, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 8133405, + "scientificName": "Solanum lasiophyllum Poir.", + "canonicalName": "Solanum lasiophyllum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lasiophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8133405, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum dasyphyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929147, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum dasyphyllum Schumach. & Thonn.", + "usageKey": 2929147, + "key": "Solanum dasyphyllum", + "confidence": 99 + }, + { + "name": "Solanum macrocarpon", + "match": { + "usageKey": 2931415, + "scientificName": "Solanum macrocarpon L.", + "canonicalName": "Solanum macrocarpon", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8272754, + "acceptedUsageKey": 6403105, + "scientificName": "Solanum macrocarpon Molina", + "canonicalName": "Solanum macrocarpon", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum quitoense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 6403105, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8496257, + "acceptedUsageKey": 6403105, + "scientificName": "Solanum macrocarpon Pav.", + "canonicalName": "Solanum macrocarpon", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum quitoense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 6403105, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7755949, + "acceptedUsageKey": 6403105, + "scientificName": "Solanum macrocarpon Pav. ex Dunal", + "canonicalName": "Solanum macrocarpon", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum quitoense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 6403105, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8202866, + "acceptedUsageKey": 2931008, + "scientificName": "Solanum macrocarpum (Makino & Nemoto) Kudô", + "canonicalName": "Solanum macrocarpum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 94, + "note": "Similarity: name=100; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pittosporifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931008, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932774, + "acceptedUsageKey": 2932737, + "scientificName": "Solanum macrocarpum Koidz.", + "canonicalName": "Solanum macrocarpum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 94, + "note": "Similarity: name=100; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum dulcamara", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932737, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8104249, + "acceptedUsageKey": 2931104, + "scientificName": "Solanum microcarpum (Pers.) Vahl", + "canonicalName": "Solanum microcarpum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pseudocapsicum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931104, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8526801, + "acceptedUsageKey": 2932402, + "scientificName": "Solanum microcarpum Cerv.", + "canonicalName": "Solanum microcarpum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum argentinum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932402, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929461, + "acceptedUsageKey": 2932402, + "scientificName": "Solanum microcarpum Cerv. ex Lag.", + "canonicalName": "Solanum microcarpum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum argentinum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932402, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8471092, + "acceptedUsageKey": 2929459, + "scientificName": "Solanum microcarpum Pav.", + "canonicalName": "Solanum microcarpum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum corymbosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929459, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8102293, + "acceptedUsageKey": 2929459, + "scientificName": "Solanum microcarpum Pav. ex Dunal", + "canonicalName": "Solanum microcarpum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum corymbosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929459, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum macrocarpon", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931415, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum macrocarpon L.", + "usageKey": 2931415, + "key": "Solanum macrocarpon", + "confidence": 97 + }, + { + "name": "Solanum lamprocarpum", + "match": { + "usageKey": 2930083, + "scientificName": "Solanum lamprocarpum Bitter", + "canonicalName": "Solanum lamprocarpum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lamprocarpum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930083, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum lamprocarpum Bitter", + "usageKey": 2930083, + "key": "Solanum lamprocarpum", + "confidence": 99 + }, + { + "name": "Solanum glabratum", + "match": { + "usageKey": 2929732, + "scientificName": "Solanum glabratum Dunal", + "canonicalName": "Solanum glabratum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2929460, + "acceptedUsageKey": 2929692, + "scientificName": "Solanum glabrum Dunal", + "canonicalName": "Solanum glabrum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pubigerum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929692, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930659, + "scientificName": "Solanum clathratum Sendtn.", + "canonicalName": "Solanum clathratum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum clathratum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930659, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum glabratum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929732, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum glabratum Dunal", + "usageKey": 2929732, + "key": "Solanum glabratum", + "confidence": 99 + }, + { + "name": "Solanum cyaneopurpureum", + "match": { + "usageKey": 2930914, + "scientificName": "Solanum cyaneopurpureum De Wild.", + "canonicalName": "Solanum cyaneopurpureum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 11137223, + "scientificName": "Solanum cyaneo-purpureum DeWild.", + "canonicalName": "Solanum cyaneo-purpureum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 95, + "note": "Similarity: name=100; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cyaneo-purpureum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 11137223, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cyaneopurpureum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930914, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum cyaneopurpureum De Wild.", + "usageKey": 2930914, + "key": "Solanum cyaneopurpureum", + "confidence": 99 + }, + { + "name": "Solanum aethiopicum", + "match": { + "usageKey": 2929847, + "scientificName": "Solanum aethiopicum L.", + "canonicalName": "Solanum aethiopicum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7827611, + "acceptedUsageKey": 2929847, + "scientificName": "Solanum aethiopicum Jacq.", + "canonicalName": "Solanum aethiopicum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aethiopicum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929847, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aethiopicum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929847, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum aethiopicum L.", + "usageKey": 2929847, + "key": "Solanum aethiopicum", + "confidence": 97 + }, + { + "name": "Solanum anguivi", + "match": { + "usageKey": 2931542, + "scientificName": "Solanum anguivi Lam.", + "canonicalName": "Solanum anguivi", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8601153, + "acceptedUsageKey": 8250284, + "scientificName": "Solanum anguivi Herb.Lamb.", + "canonicalName": "Solanum anguivi", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum anguivi", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8250284, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7812100, + "acceptedUsageKey": 2929848, + "scientificName": "Solanum anguivi Hook.", + "canonicalName": "Solanum anguivi", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum violaceum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929848, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8250284, + "scientificName": "Solanum anguivi Herb.Lamb. ex Dunal, 1852", + "canonicalName": "Solanum anguivi", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum anguivi", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8250284, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 9417381, + "acceptedUsageKey": 2929800, + "scientificName": "Solanum anghivi Bojer", + "canonicalName": "Solanum anghivi", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum angustifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929800, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3801882, + "acceptedUsageKey": 2929800, + "scientificName": "Solanum anghivi Bojer ex Dunal", + "canonicalName": "Solanum anghivi", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum angustifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929800, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum anguivi", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931542, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum anguivi Lam.", + "usageKey": 2931542, + "key": "Solanum anguivi", + "confidence": 97 + }, + { + "name": "Solanum lidii", + "match": { + "usageKey": 2929993, + "scientificName": "Solanum lidii Sunding", + "canonicalName": "Solanum lidii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2931657, + "scientificName": "Solanum wittei Robyns", + "canonicalName": "Solanum wittei", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum wittei", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931657, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 9583005, + "scientificName": "Solanum woodii Särkinen & S.Knapp", + "canonicalName": "Solanum woodii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum woodii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 9583005, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932052, + "acceptedUsageKey": 2932051, + "scientificName": "Solanum feddei Bitter", + "canonicalName": "Solanum feddei", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum ternatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932051, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8442578, + "acceptedUsageKey": 2930051, + "scientificName": "Solanum lima Banks", + "canonicalName": "Solanum lima", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum asperum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930051, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931439, + "acceptedUsageKey": 2930051, + "scientificName": "Solanum lima Banks ex Dunal", + "canonicalName": "Solanum lima", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum asperum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930051, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3803001, + "acceptedUsageKey": 2932793, + "scientificName": "Solanum linkii G.Don", + "canonicalName": "Solanum linkii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tenuihamatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932793, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932123, + "acceptedUsageKey": 2932121, + "scientificName": "Solanum lujaei De Wild. & T.Durand", + "canonicalName": "Solanum lujaei", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum terminale", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932081, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8494176, + "acceptedUsageKey": 2929466, + "scientificName": "Solanum seedii Horne", + "canonicalName": "Solanum seedii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum repandum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929466, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929467, + "acceptedUsageKey": 2929466, + "scientificName": "Solanum seedii Horne ex Baker", + "canonicalName": "Solanum seedii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum repandum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929466, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lidii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929993, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum lidii Sunding", + "usageKey": 2929993, + "key": "Solanum lidii", + "confidence": 99 + }, + { + "name": "Solanum vespertilio", + "match": { + "usageKey": 2932113, + "scientificName": "Solanum vespertilio Aiton", + "canonicalName": "Solanum vespertilio", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum vespertilio", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932113, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum vespertilio Aiton", + "usageKey": 2932113, + "key": "Solanum vespertilio", + "confidence": 99 + }, + { + "name": "Solanum humile", + "match": { + "usageKey": 2930942, + "scientificName": "Solanum humile Lam.", + "canonicalName": "Solanum humile", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8646663, + "acceptedUsageKey": 9368005, + "scientificName": "Solanum humile Bernh.", + "canonicalName": "Solanum humile", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum nigrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 9150405, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7846374, + "acceptedUsageKey": 9368005, + "scientificName": "Solanum humile Bernh. ex Willd.", + "canonicalName": "Solanum humile", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum nigrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 9150405, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7987431, + "acceptedUsageKey": 9150405, + "scientificName": "Solanum humile Salisb.", + "canonicalName": "Solanum humile", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum nigrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 9150405, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929039, + "scientificName": "Solanum pumilum Dunal", + "canonicalName": "Solanum pumilum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pumilum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929039, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929571, + "scientificName": "Solanum simile F.Muell.", + "canonicalName": "Solanum simile", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum simile", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929571, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 7434754, + "acceptedUsageKey": 3799175, + "scientificName": "Solanum pumilum Hawkes", + "canonicalName": "Solanum pumilum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum candolleanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3799175, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929687, + "acceptedUsageKey": 2930262, + "scientificName": "Solanum utile Klotzsch", + "canonicalName": "Solanum utile", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tuberosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930262, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7641434, + "scientificName": "Solanum pumilum Rojas Acosta", + "canonicalName": "Solanum pumilum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pumilum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7641434, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 5538329, + "acceptedUsageKey": 3637042, + "scientificName": "Selinum humile Turcz.", + "canonicalName": "Selinum humile", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Apiales", + "family": "Apiaceae", + "genus": "Ostericum", + "species": "Ostericum tenuifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1351, + "familyKey": 6720, + "genusKey": 3635515, + "speciesKey": 3637042, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum humile", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930942, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum humile Lam.", + "usageKey": 2930942, + "key": "Solanum humile", + "confidence": 97 + }, + { + "name": "Solanum capense", + "match": { + "usageKey": 2930301, + "scientificName": "Solanum capense L.", + "canonicalName": "Solanum capense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2930906, + "scientificName": "Solanum canense Rydb.", + "canonicalName": "Solanum canense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 93, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum canense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930906, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929176, + "acceptedUsageKey": 8401012, + "scientificName": "Solanum carense Dunal", + "canonicalName": "Solanum carense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum schimperianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8401012, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930999, + "scientificName": "Solanum caldense Carvalho", + "canonicalName": "Solanum caldense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum caldense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930999, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930671, + "scientificName": "Solanum cantense Ochoa", + "canonicalName": "Solanum cantense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cantense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930671, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932832, + "scientificName": "Solanum caripense Humb. & Bonpl. ex Dunal", + "canonicalName": "Solanum caripense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum caripense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932832, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932839, + "scientificName": "Solanum mauense Bitter", + "canonicalName": "Solanum mauense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum mauense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932839, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931933, + "scientificName": "Solanum ripense Dunal", + "canonicalName": "Solanum ripense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum ripense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931933, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932800, + "acceptedUsageKey": 2932796, + "scientificName": "Solanum apaense Chodat", + "canonicalName": "Solanum apaense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum rhytidoandrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932796, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930709, + "acceptedUsageKey": 2930705, + "scientificName": "Solanum apoense Elmer", + "canonicalName": "Solanum apoense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum spirale", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930705, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7299588, + "acceptedUsageKey": 3799794, + "scientificName": "Solanum calcense Hawkes", + "canonicalName": "Solanum calcense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum brevicaule", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3799794, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 9284905, + "acceptedUsageKey": 2932832, + "scientificName": "Solanum caripense Humb. & Bonpl.", + "canonicalName": "Solanum caripense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum caripense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932832, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931674, + "acceptedUsageKey": 2931667, + "scientificName": "Solanum cearense Dunal", + "canonicalName": "Solanum cearense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum campaniforme", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931667, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 9374963, + "acceptedUsageKey": 2930406, + "scientificName": "Solanum cearense Sendtn.", + "canonicalName": "Solanum cearense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum leucocarpon", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930406, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3798506, + "acceptedUsageKey": 7299690, + "scientificName": "Solanum chiapense Brandegee", + "canonicalName": "Solanum chiapense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes chiapensis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 7299690, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930407, + "acceptedUsageKey": 2930406, + "scientificName": "Solanum coarense Sendtn.", + "canonicalName": "Solanum coarense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum leucocarpon", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930406, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 9111693, + "acceptedUsageKey": 2932253, + "scientificName": "Solanum narense Humb. & Bonpl.", + "canonicalName": "Solanum narense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum crotonifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932253, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932255, + "acceptedUsageKey": 2932253, + "scientificName": "Solanum narense Humb. & Bonpl. ex Dunal", + "canonicalName": "Solanum narense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum crotonifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932253, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932009, + "acceptedUsageKey": 2929939, + "scientificName": "Solanum ocoapense Sessé & Moc.", + "canonicalName": "Solanum ocoapense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum houstonii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929939, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3796892, + "scientificName": "Solanum cubense Dunal", + "canonicalName": "Solanum cubense", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cubense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3796892, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum capense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930301, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum capense L.", + "usageKey": 2930301, + "key": "Solanum capense", + "confidence": 99 + }, + { + "name": "Solanum tomentosum", + "match": { + "usageKey": 2929743, + "scientificName": "Solanum tomentosum L.", + "canonicalName": "Solanum tomentosum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7815779, + "acceptedUsageKey": 2930665, + "scientificName": "Solanum tomentosum (J.Rémy) F.Phil.", + "canonicalName": "Solanum tomentosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum trinominum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930665, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7775096, + "acceptedUsageKey": 2929056, + "scientificName": "Solanum tomentosum Griseb., 1857", + "canonicalName": "Solanum tomentosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum polygamum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929056, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8630490, + "acceptedUsageKey": 2930617, + "scientificName": "Solanum tomentosum Hasselt", + "canonicalName": "Solanum tomentosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum melongena", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930617, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8330428, + "acceptedUsageKey": 2930617, + "scientificName": "Solanum tomentosum Hasselt ex Miq.", + "canonicalName": "Solanum tomentosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum melongena", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930617, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931338, + "acceptedUsageKey": 2929236, + "scientificName": "Solanum tomentellum Klotzsch", + "canonicalName": "Solanum tomentellum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum campylacanthum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929236, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tomentosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929743, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum tomentosum L.", + "usageKey": 2929743, + "key": "Solanum tomentosum", + "confidence": 97 + }, + { + "name": "Solanum nigriviolaceum", + "match": { + "usageKey": 2930098, + "scientificName": "Solanum nigriviolaceum Bitter", + "canonicalName": "Solanum nigriviolaceum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum nigriviolaceum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930098, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum nigriviolaceum Bitter", + "usageKey": 2930098, + "key": "Solanum nigriviolaceum", + "confidence": 99 + }, + { + "name": "Solanum kurzii", + "match": { + "usageKey": 2930117, + "acceptedUsageKey": 2929848, + "scientificName": "Solanum kurzii Brace ex Prain", + "canonicalName": "Solanum kurzii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; 2 synonym homonyms; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8605363, + "acceptedUsageKey": 2929848, + "scientificName": "Solanum kurzii Brace", + "canonicalName": "Solanum kurzii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum violaceum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929848, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930267, + "acceptedUsageKey": 2930259, + "scientificName": "Solanum kunzei Phil.", + "canonicalName": "Solanum kunzei", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum etuberosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930259, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929790, + "scientificName": "Solanum ruizii S.Knapp", + "canonicalName": "Solanum ruizii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum ruizii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929790, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932048, + "acceptedUsageKey": 2932040, + "scientificName": "Solanum kerrii Bonati", + "canonicalName": "Solanum kerrii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum seaforthianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932040, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932158, + "acceptedUsageKey": 2932156, + "scientificName": "Solanum ureyi Cárdenas", + "canonicalName": "Solanum ureyi", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum boliviense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932156, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum violaceum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929848, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum kurzii Brace ex Prain", + "usageKey": 2930117, + "key": "Solanum kurzii", + "confidence": 97 + }, + { + "name": "Solanum violaceum", + "match": { + "usageKey": 2929848, + "scientificName": "Solanum violaceum Ortega", + "canonicalName": "Solanum violaceum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 10908229, + "acceptedUsageKey": 2930617, + "scientificName": "Solanum violaceum DC.", + "canonicalName": "Solanum violaceum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum melongena", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930617, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 10667130, + "acceptedUsageKey": 2930617, + "scientificName": "Solanum violaceum DC. ex Dunal", + "canonicalName": "Solanum violaceum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum melongena", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930617, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8226379, + "acceptedUsageKey": 2930660, + "scientificName": "Solanum violaceum R.Br.", + "canonicalName": "Solanum violaceum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum brownii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930660, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7901917, + "scientificName": "Solanum violaceum Blume, 1823", + "canonicalName": "Solanum violaceum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum violaceum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7901917, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum violaceum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929848, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum violaceum Ortega", + "usageKey": 2929848, + "key": "Solanum violaceum", + "confidence": 97 + }, + { + "name": "Solanum rigescentoides", + "match": { + "usageKey": 2931986, + "acceptedUsageKey": 2930942, + "scientificName": "Solanum rigescentoides Hutch.", + "canonicalName": "Solanum rigescentoides", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum humile", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930942, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum rigescentoides Hutch.", + "usageKey": 2931986, + "key": "Solanum rigescentoides", + "confidence": 98 + }, + { + "name": "Solanum supinum", + "match": { + "usageKey": 2931659, + "scientificName": "Solanum supinum Dunal", + "canonicalName": "Solanum supinum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2929159, + "acceptedUsageKey": 2929147, + "scientificName": "Solanum sapinii De Wild.", + "canonicalName": "Solanum sapinii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum dasyphyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929147, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 11266317, + "acceptedUsageKey": 2931415, + "scientificName": "Solanum sapinii DeWild.", + "canonicalName": "Solanum sapinii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum macrocarpon", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931415, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929470, + "scientificName": "Solanum alpinum Zoll. & O.Moritzi", + "canonicalName": "Solanum alpinum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum alpinum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929470, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 3800227, + "scientificName": "Solanum murinum Sendtn.", + "canonicalName": "Solanum murinum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum murinum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3800227, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931632, + "acceptedUsageKey": 3803057, + "scientificName": "Solanum vulpinum Rusby", + "canonicalName": "Solanum vulpinum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum actaeibotrys", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3803057, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum supinum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931659, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum supinum Dunal", + "usageKey": 2931659, + "key": "Solanum supinum", + "confidence": 99 + }, + { + "name": "Solanum sessilistellatum", + "match": { + "usageKey": 2930099, + "acceptedUsageKey": 2930098, + "scientificName": "Solanum sessilistellatum Bitter", + "canonicalName": "Solanum sessilistellatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum nigriviolaceum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930098, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum sessilistellatum Bitter", + "usageKey": 2930099, + "key": "Solanum sessilistellatum", + "confidence": 98 + }, + { + "name": "Solanum cumingii", + "match": { + "usageKey": 2932080, + "acceptedUsageKey": 2930642, + "scientificName": "Solanum cumingii Dunal", + "canonicalName": "Solanum cumingii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 6516654, + "acceptedUsageKey": 2298137, + "scientificName": "Solarium cumingii Hanley, 1862", + "canonicalName": "Solarium cumingii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 69, + "note": "Similarity: name=65; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Animalia", + "phylum": "Mollusca", + "family": "Architectonicidae", + "genus": "Architectonica", + "species": "Architectonica perspectiva", + "kingdomKey": 1, + "phylumKey": 52, + "classKey": 225, + "familyKey": 2703, + "genusKey": 2298136, + "speciesKey": 2298137, + "synonym": true, + "class": "Gastropoda" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum insanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930642, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum cumingii Dunal", + "usageKey": 2932080, + "key": "Solanum cumingii", + "confidence": 98 + }, + { + "name": "Solanum melongena", + "match": { + "usageKey": 2930617, + "scientificName": "Solanum melongena L.", + "canonicalName": "Solanum melongena", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8347557, + "acceptedUsageKey": 2929920, + "scientificName": "Solanum melongena Wall.", + "canonicalName": "Solanum melongena", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum virginianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929920, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930633, + "acceptedUsageKey": 2930617, + "scientificName": "Solanum melongenum St.-Lag.", + "canonicalName": "Solanum melongenum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 94, + "note": "Similarity: name=100; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum melongena", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930617, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum melongena", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930617, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum melongena L.", + "usageKey": 2930617, + "key": "Solanum melongena", + "confidence": 97 + }, + { + "name": "Solanum ovigerum", + "match": { + "usageKey": 2930657, + "acceptedUsageKey": 2930617, + "scientificName": "Solanum ovigerum Dunal", + "canonicalName": "Solanum ovigerum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 12114285, + "acceptedUsageKey": 2930617, + "scientificName": "Solanum oviferum Nocca", + "canonicalName": "Solanum oviferum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum melongena", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930617, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930638, + "acceptedUsageKey": 2930617, + "scientificName": "Solanum oviferum Salisb.", + "canonicalName": "Solanum oviferum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum melongena", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930617, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931417, + "scientificName": "Solanum aligerum Schltdl.", + "canonicalName": "Solanum aligerum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aligerum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931417, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum melongena", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930617, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum ovigerum Dunal", + "usageKey": 2930657, + "key": "Solanum ovigerum", + "confidence": 98 + }, + { + "name": "Solanum lichtensteinii", + "match": { + "usageKey": 2930023, + "scientificName": "Solanum lichtensteinii Willd.", + "canonicalName": "Solanum lichtensteinii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lichtensteinii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930023, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum lichtensteinii Willd.", + "usageKey": 2930023, + "key": "Solanum lichtensteinii", + "confidence": 99 + }, + { + "name": "Solanum cerasiferum", + "match": { + "usageKey": 2931374, + "scientificName": "Solanum cerasiferum Dunal", + "canonicalName": "Solanum cerasiferum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cerasiferum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931374, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum cerasiferum Dunal", + "usageKey": 2931374, + "key": "Solanum cerasiferum", + "confidence": 99 + }, + { + "name": "Solanum linnaeanum", + "match": { + "usageKey": 2929062, + "scientificName": "Solanum linnaeanum Hepper & P.-M.L.Jaeger", + "canonicalName": "Solanum linnaeanum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 11307711, + "acceptedUsageKey": 2929062, + "scientificName": "Solanum linnaenum", + "canonicalName": "Solanum linnaenum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum linnaeanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929062, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7504271, + "acceptedUsageKey": 3799438, + "scientificName": "Solanum lineatum Ruiz & Pav.", + "canonicalName": "Solanum lineatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes lineata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 3799438, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929694, + "acceptedUsageKey": 2929692, + "scientificName": "Solanum lineatum Sessé & Moc.", + "canonicalName": "Solanum lineatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pubigerum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929692, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931124, + "acceptedUsageKey": 2931104, + "scientificName": "Solanum linkianum Roem. & Schult.", + "canonicalName": "Solanum linkianum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pseudocapsicum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931104, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932525, + "acceptedUsageKey": 2932523, + "scientificName": "Solanum inceanum Domin", + "canonicalName": "Solanum inceanum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lasiophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932523, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum linnaeanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929062, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum linnaeanum Hepper & P.-M.L.Jaeger", + "usageKey": 2929062, + "key": "Solanum linnaeanum", + "confidence": 99 + }, + { + "name": "Solanum arundo", + "match": { + "usageKey": 2931643, + "scientificName": "Solanum arundo Mattei", + "canonicalName": "Solanum arundo", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum arundo", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931643, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum arundo Mattei", + "usageKey": 2931643, + "key": "Solanum arundo", + "confidence": 99 + }, + { + "name": "Solanum incanum", + "match": { + "usageKey": 2929691, + "scientificName": "Solanum incanum L.", + "canonicalName": "Solanum incanum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8685690, + "acceptedUsageKey": 2929505, + "scientificName": "Solanum incanum Kit.", + "canonicalName": "Solanum incanum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum villosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929505, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8158017, + "acceptedUsageKey": 2929505, + "scientificName": "Solanum incanum Kit. ex Kanitz", + "canonicalName": "Solanum incanum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum villosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929505, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7418112, + "acceptedUsageKey": 2929505, + "scientificName": "Solanum incanum Kit. ex Schult.", + "canonicalName": "Solanum incanum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum villosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929505, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8248692, + "acceptedUsageKey": 2929892, + "scientificName": "Solanum incanum Pav. ex Dunal", + "canonicalName": "Solanum incanum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum elaeagnifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929892, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7435764, + "acceptedUsageKey": 2931564, + "scientificName": "Solanum incanum Ruiz & Pav.", + "canonicalName": "Solanum incanum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum albidum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931564, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8189285, + "acceptedUsageKey": 2929689, + "scientificName": "Solanum incanum Scheff.", + "canonicalName": "Solanum incanum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum schefferi", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929689, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7909089, + "scientificName": "Solanum incanum Forssk.", + "canonicalName": "Solanum incanum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum incanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7909089, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930642, + "scientificName": "Solanum insanum L.", + "canonicalName": "Solanum insanum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 93, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum insanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930642, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932525, + "acceptedUsageKey": 2932523, + "scientificName": "Solanum inceanum Domin", + "canonicalName": "Solanum inceanum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lasiophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932523, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932413, + "acceptedUsageKey": 2932412, + "scientificName": "Solanum incisum Griseb.", + "canonicalName": "Solanum incisum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum salicifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932412, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8402242, + "scientificName": "Solanum insanum J.B.Fisch.", + "canonicalName": "Solanum insanum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 90, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum insanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8402242, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931700, + "scientificName": "Solanum arcanum Peralta", + "canonicalName": "Solanum arcanum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum arcanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931700, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932283, + "acceptedUsageKey": 2932278, + "scientificName": "Solanum nanum Bitter", + "canonicalName": "Solanum nanum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum gonocladum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932278, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum incanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929691, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum incanum L.", + "usageKey": 2929691, + "key": "Solanum incanum", + "confidence": 97 + }, + { + "name": "Solanum campylacanthum", + "match": { + "usageKey": 2929236, + "scientificName": "Solanum campylacanthum Hochst. ex A.Rich.", + "canonicalName": "Solanum campylacanthum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=3", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8383788, + "scientificName": "Solanum campylacanthum Hochst.", + "canonicalName": "Solanum campylacanthum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum campylacanthum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8383788, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 8930820, + "scientificName": "Solanum campylacanthum Hochst. ex Dunal, 1852", + "canonicalName": "Solanum campylacanthum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum campylacanthum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8930820, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum campylacanthum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929236, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum campylacanthum Hochst. ex A.Rich.", + "usageKey": 2929236, + "key": "Solanum campylacanthum", + "confidence": 98 + }, + { + "name": "Solanum panduriforme", + "match": { + "usageKey": 2931607, + "scientificName": "Solanum panduriforme E.Mey.", + "canonicalName": "Solanum panduriforme", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 11045500, + "acceptedUsageKey": 2929236, + "scientificName": "Solanum panduriforme E.Mey. ex Dunal", + "canonicalName": "Solanum panduriforme", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum campylacanthum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929236, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932859, + "scientificName": "Solanum panduraeforme Dunal", + "canonicalName": "Solanum panduraeforme", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 88, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum panduraeforme", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932859, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum panduriforme", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931607, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum panduriforme E.Mey.", + "usageKey": 2931607, + "key": "Solanum panduriforme", + "confidence": 97 + }, + { + "name": "Solanum toliaraea", + "match": { + "usageKey": 2930549, + "scientificName": "Solanum toliaraea D' Arcy & Rakot.", + "canonicalName": "Solanum toliaraea", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum toliaraea", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930549, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum toliaraea D' Arcy & Rakot.", + "usageKey": 2930549, + "key": "Solanum toliaraea", + "confidence": 99 + }, + { + "name": "Solanum bumeliifolium", + "match": { + "usageKey": 2929763, + "scientificName": "Solanum bumeliifolium Dunal", + "canonicalName": "Solanum bumeliifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8003525, + "scientificName": "Solanum buddlejifolium Sendtn.", + "canonicalName": "Solanum buddlejifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum buddlejifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8003525, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 3799645, + "acceptedUsageKey": 2932177, + "scientificName": "Solanum buddlejifolium Dunal", + "canonicalName": "Solanum buddlejifolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum hazenii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932177, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930608, + "acceptedUsageKey": 2930606, + "scientificName": "Solanum nummulifolium Chiov.", + "canonicalName": "Solanum nummulifolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cordatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930606, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum bumeliifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929763, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum bumeliifolium Dunal", + "usageKey": 2929763, + "key": "Solanum bumeliifolium", + "confidence": 99 + }, + { + "name": "Solanum heinianum", + "match": { + "usageKey": 2931513, + "scientificName": "Solanum heinianum D' Arcy & R.C.Keating", + "canonicalName": "Solanum heinianum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum heinianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931513, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum heinianum D' Arcy & R.C.Keating", + "usageKey": 2931513, + "key": "Solanum heinianum", + "confidence": 99 + }, + { + "name": "Solanum mahoriense", + "match": { + "usageKey": 2931609, + "scientificName": "Solanum mahoriense D' Arcy & Rakot.", + "canonicalName": "Solanum mahoriense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3802083, + "scientificName": "Solanum mahoriensis D'Arcy & Rakotozafy", + "canonicalName": "Solanum mahoriensis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum mahoriensis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3802083, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 7299936, + "acceptedUsageKey": 2930461, + "scientificName": "Solanum maroniense Poit.", + "canonicalName": "Solanum maroniense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum hexandrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930461, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929975, + "scientificName": "Solanum mapiriense Bitter", + "canonicalName": "Solanum mapiriense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum mapiriense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929975, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum mahoriense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931609, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum mahoriense D' Arcy & Rakot.", + "usageKey": 2931609, + "key": "Solanum mahoriense", + "confidence": 99 + }, + { + "name": "Solanum batoides", + "match": { + "usageKey": 2931385, + "scientificName": "Solanum batoides D' Arcy & Rakot.", + "canonicalName": "Solanum batoides", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum batoides", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931385, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum batoides D' Arcy & Rakot.", + "usageKey": 2931385, + "key": "Solanum batoides", + "confidence": 99 + }, + { + "name": "Solanum myoxotrichum", + "match": { + "usageKey": 2932251, + "scientificName": "Solanum myoxotrichum Baker", + "canonicalName": "Solanum myoxotrichum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2932508, + "scientificName": "Solanum iodotrichum Van Heurck & Müll.Arg.", + "canonicalName": "Solanum iodotrichum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum iodotrichum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932508, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum myoxotrichum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932251, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum myoxotrichum Baker", + "usageKey": 2932251, + "key": "Solanum myoxotrichum", + "confidence": 99 + }, + { + "name": "Solanum pyracanthos", + "match": { + "usageKey": 8270336, + "scientificName": "Solanum pyracanthos Lam.", + "canonicalName": "Solanum pyracanthos", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8654269, + "acceptedUsageKey": 2932563, + "scientificName": "Solanum pyracanthos Bojer", + "canonicalName": "Solanum pyracanthos", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum richardii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932563, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931525, + "acceptedUsageKey": 2932563, + "scientificName": "Solanum pyracanthos Bojer ex Dunal", + "canonicalName": "Solanum pyracanthos", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum richardii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932563, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 11313718, + "scientificName": "Solanum pyracanthum Cav.", + "canonicalName": "Solanum pyracanthum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pyracanthum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 11313718, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931526, + "acceptedUsageKey": 8270336, + "scientificName": "Solanum pyracantha Sm.", + "canonicalName": "Solanum pyracantha", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pyracanthos", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8270336, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931528, + "acceptedUsageKey": 8270336, + "scientificName": "Solanum pyracanthum Lam.", + "canonicalName": "Solanum pyracanthum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pyracanthos", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8270336, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7942686, + "scientificName": "Solanum pyracanthum Jacq.", + "canonicalName": "Solanum pyracanthum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 88, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pyracanthum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7942686, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 3801033, + "acceptedUsageKey": 2929009, + "scientificName": "Solanum micracanthos Lam.", + "canonicalName": "Solanum micracanthos", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lanceifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929009, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pyracanthos", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8270336, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum pyracanthos Lam.", + "usageKey": 8270336, + "key": "Solanum pyracanthos", + "confidence": 97 + }, + { + "name": "Solanum oldfieldii", + "match": { + "usageKey": 2932736, + "scientificName": "Solanum oldfieldii F.Muell.", + "canonicalName": "Solanum oldfieldii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum oldfieldii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932736, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum oldfieldii F.Muell.", + "usageKey": 2932736, + "key": "Solanum oldfieldii", + "confidence": 99 + }, + { + "name": "Solanum coactiliferum", + "match": { + "usageKey": 2929127, + "scientificName": "Solanum coactiliferum J.M.Black", + "canonicalName": "Solanum coactiliferum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum coactiliferum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929127, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum coactiliferum J.M.Black", + "usageKey": 2929127, + "key": "Solanum coactiliferum", + "confidence": 99 + }, + { + "name": "Solanum gabrielae", + "match": { + "usageKey": 2931908, + "scientificName": "Solanum gabrielae Domin", + "canonicalName": "Solanum gabrielae", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum gabrielae", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931908, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum gabrielae Domin", + "usageKey": 2931908, + "key": "Solanum gabrielae", + "confidence": 99 + }, + { + "name": "Solanum lasiophyllum", + "match": { + "usageKey": 2932523, + "scientificName": "Solanum lasiophyllum Dunal", + "canonicalName": "Solanum lasiophyllum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=3", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8133405, + "scientificName": "Solanum lasiophyllum Poir.", + "canonicalName": "Solanum lasiophyllum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lasiophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8133405, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929759, + "acceptedUsageKey": 3796836, + "scientificName": "Solanum lasiostylum (Y.C.Liu & C.H.Ou) Tawada", + "canonicalName": "Solanum lasiostylum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pseudosaponaceum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3796836, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929147, + "scientificName": "Solanum dasyphyllum Schumach. & Thonn.", + "canonicalName": "Solanum dasyphyllum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum dasyphyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929147, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930601, + "scientificName": "Solanum leiophyllum Benth.", + "canonicalName": "Solanum leiophyllum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum leiophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930601, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929830, + "acceptedUsageKey": 2929825, + "scientificName": "Solanum alloiophyllum Dammer", + "canonicalName": "Solanum alloiophyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum zanzibarense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929825, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7980022, + "acceptedUsageKey": 2930597, + "scientificName": "Solanum leiophyllum Dunal", + "canonicalName": "Solanum leiophyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pseudoquina", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930597, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lasiophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932523, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum lasiophyllum Dunal", + "usageKey": 2932523, + "key": "Solanum lasiophyllum", + "confidence": 98 + }, + { + "name": "Solanum cleistogamum", + "match": { + "usageKey": 2930476, + "scientificName": "Solanum cleistogamum Symon", + "canonicalName": "Solanum cleistogamum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cleistogamum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930476, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum cleistogamum Symon", + "usageKey": 2930476, + "key": "Solanum cleistogamum", + "confidence": 99 + }, + { + "name": "Solanum horridum", + "match": { + "usageKey": 2929395, + "scientificName": "Solanum horridum Dunal", + "canonicalName": "Solanum horridum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7769772, + "acceptedUsageKey": 2929394, + "scientificName": "Solanum horridum Salisb.", + "canonicalName": "Solanum horridum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aculeatissimum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929394, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7825888, + "scientificName": "Solanum horridum Poir., 1813", + "canonicalName": "Solanum horridum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum horridum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7825888, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932285, + "scientificName": "Solanum aridum Morong", + "canonicalName": "Solanum aridum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aridum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932285, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 8650022, + "acceptedUsageKey": 2931948, + "scientificName": "Solanum hybridum Dunal", + "canonicalName": "Solanum hybridum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tetramerum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931948, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7411634, + "acceptedUsageKey": 2931948, + "scientificName": "Solanum hybridum Dunal ex Griseb.", + "canonicalName": "Solanum hybridum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tetramerum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931948, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929868, + "acceptedUsageKey": 2929847, + "scientificName": "Solanum hybridum Jacq.", + "canonicalName": "Solanum hybridum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aethiopicum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929847, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8739150, + "acceptedUsageKey": 2929657, + "scientificName": "Solanum luridum Pav.", + "canonicalName": "Solanum luridum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cordovense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929657, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8436279, + "acceptedUsageKey": 2929657, + "scientificName": "Solanum luridum Pav. ex Dunal", + "canonicalName": "Solanum luridum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cordovense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929657, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7608802, + "acceptedUsageKey": 2930137, + "scientificName": "Solanum luridum Salisb.", + "canonicalName": "Solanum luridum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lycopersicum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930137, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931326, + "acceptedUsageKey": 2929236, + "scientificName": "Solanum phoricum Klotzsch", + "canonicalName": "Solanum phoricum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum campylacanthum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929236, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932073, + "acceptedUsageKey": 2932064, + "scientificName": "Solanum sordidum Sendtn.", + "canonicalName": "Solanum sordidum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum subumbellatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932064, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum horridum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929395, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum horridum Dunal", + "usageKey": 2929395, + "key": "Solanum horridum", + "confidence": 97 + }, + { + "name": "Solanum echinatum", + "match": { + "usageKey": 2930367, + "scientificName": "Solanum echinatum R.Br.", + "canonicalName": "Solanum echinatum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 9281021, + "acceptedUsageKey": 2932686, + "scientificName": "Solanum echinatum Rich.", + "canonicalName": "Solanum echinatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum crinitum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932686, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 11071747, + "acceptedUsageKey": 2932686, + "scientificName": "Solanum echinatum Rich. ex Dunal", + "canonicalName": "Solanum echinatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum crinitum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932686, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931046, + "scientificName": "Solanum pectinatum Dunal", + "canonicalName": "Solanum pectinatum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pectinatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931046, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 3803133, + "acceptedUsageKey": 8396729, + "scientificName": "Solanum declinatum Sessé & Moc.", + "canonicalName": "Solanum declinatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes scandens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 8396729, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8603018, + "acceptedUsageKey": 2931250, + "scientificName": "Solanum pectinatum A.Cunn.", + "canonicalName": "Solanum pectinatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cataphractum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931250, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8373448, + "acceptedUsageKey": 2931250, + "scientificName": "Solanum pectinatum A.Cunn. ex Benth.", + "canonicalName": "Solanum pectinatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cataphractum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931250, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8636485, + "acceptedUsageKey": 2929389, + "scientificName": "Solanum pectinatum Gillies", + "canonicalName": "Solanum pectinatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pinnatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929389, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7609750, + "acceptedUsageKey": 2929389, + "scientificName": "Solanum pectinatum Gillies ex Nees", + "canonicalName": "Solanum pectinatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pinnatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929389, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8896370, + "acceptedUsageKey": 2930439, + "scientificName": "Solanum reclinatum Dum.Cours.", + "canonicalName": "Solanum reclinatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum laciniatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930439, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932213, + "acceptedUsageKey": 2932211, + "scientificName": "Solanum reclinatum L'Hér.", + "canonicalName": "Solanum reclinatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum vescum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932211, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 9484587, + "acceptedUsageKey": 2932211, + "scientificName": "Solanum reclinatum L'Hér. ex Pers.", + "canonicalName": "Solanum reclinatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum vescum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932211, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7844482, + "scientificName": "Solanum reclinatum Dunal", + "canonicalName": "Solanum reclinatum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum reclinatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7844482, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum echinatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930367, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum echinatum R.Br.", + "usageKey": 2930367, + "key": "Solanum echinatum", + "confidence": 97 + }, + { + "name": "Solanum lucani", + "match": { + "usageKey": 2931754, + "scientificName": "Solanum lucani F.Muell.", + "canonicalName": "Solanum lucani", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2931728, + "scientificName": "Solanum lucens S.Knapp", + "canonicalName": "Solanum lucens", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lucens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931728, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932123, + "acceptedUsageKey": 2932121, + "scientificName": "Solanum lujaei De Wild. & T.Durand", + "canonicalName": "Solanum lujaei", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum terminale", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932081, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3802367, + "acceptedUsageKey": 2929920, + "scientificName": "Solanum macannii Santapau", + "canonicalName": "Solanum macannii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum virginianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929920, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929064, + "acceptedUsageKey": 2929920, + "scientificName": "Solanum mccannii Santapau", + "canonicalName": "Solanum mccannii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum virginianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929920, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lucani", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931754, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum lucani F.Muell.", + "usageKey": 2931754, + "key": "Solanum lucani", + "confidence": 99 + }, + { + "name": "Solanum cunninghamii", + "match": { + "usageKey": 2931600, + "scientificName": "Solanum cunninghamii Benth.", + "canonicalName": "Solanum cunninghamii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7602662, + "acceptedUsageKey": 2931254, + "scientificName": "Solanum cunninghamii W.Fitzg.", + "canonicalName": "Solanum cunninghamii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum dioicum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931254, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cunninghamii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931600, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum cunninghamii Benth.", + "usageKey": 2931600, + "key": "Solanum cunninghamii", + "confidence": 97 + }, + { + "name": "Solanum dioicum", + "match": { + "usageKey": 2931254, + "scientificName": "Solanum dioicum W.Fitzg.", + "canonicalName": "Solanum dioicum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2932006, + "scientificName": "Solanum didymum Dunal", + "canonicalName": "Solanum didymum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum didymum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932006, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum dioicum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931254, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum dioicum W.Fitzg.", + "usageKey": 2931254, + "key": "Solanum dioicum", + "confidence": 99 + }, + { + "name": "Solanum carduiforme", + "match": { + "usageKey": 2929189, + "scientificName": "Solanum carduiforme F.Muell.", + "canonicalName": "Solanum carduiforme", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum carduiforme", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929189, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum carduiforme F.Muell.", + "usageKey": 2929189, + "key": "Solanum carduiforme", + "confidence": 99 + }, + { + "name": "Solanum leopoldense", + "match": { + "usageKey": 3803301, + "scientificName": "Solanum leopoldense Symon", + "canonicalName": "Solanum leopoldense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2931424, + "scientificName": "Solanum leopoldensis Symon", + "canonicalName": "Solanum leopoldensis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum leopoldensis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931424, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum leopoldense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3803301, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum leopoldense Symon", + "usageKey": 3803301, + "key": "Solanum leopoldense", + "confidence": 99 + }, + { + "name": "Solanum cataphractum", + "match": { + "usageKey": 2931250, + "scientificName": "Solanum cataphractum A.Cunn. ex Benth.", + "canonicalName": "Solanum cataphractum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8473582, + "acceptedUsageKey": 2931250, + "scientificName": "Solanum cataphractum A.Cunn.", + "canonicalName": "Solanum cataphractum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cataphractum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931250, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cataphractum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931250, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum cataphractum A.Cunn. ex Benth.", + "usageKey": 2931250, + "key": "Solanum cataphractum", + "confidence": 97 + }, + { + "name": "Solanum petraeum", + "match": { + "usageKey": 2929235, + "scientificName": "Solanum petraeum Symon", + "canonicalName": "Solanum petraeum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum petraeum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929235, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum petraeum Symon", + "usageKey": 2929235, + "key": "Solanum petraeum", + "confidence": 99 + }, + { + "name": "Solanum tudununggae", + "match": { + "usageKey": 2930332, + "scientificName": "Solanum tudununggae Symon", + "canonicalName": "Solanum tudununggae", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tudununggae", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930332, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum tudununggae Symon", + "usageKey": 2930332, + "key": "Solanum tudununggae", + "confidence": 99 + }, + { + "name": "Solanum vansittartense", + "match": { + "usageKey": 2930403, + "scientificName": "Solanum vansittartense C.A.Gardner", + "canonicalName": "Solanum vansittartense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum vansittartense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930403, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum vansittartense C.A.Gardner", + "usageKey": 2930403, + "key": "Solanum vansittartense", + "confidence": 99 + }, + { + "name": "Solanum heteropodium", + "match": { + "usageKey": 2930698, + "scientificName": "Solanum heteropodium Symon", + "canonicalName": "Solanum heteropodium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum heteropodium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930698, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum heteropodium Symon", + "usageKey": 2930698, + "key": "Solanum heteropodium", + "confidence": 99 + }, + { + "name": "Solanum oedipus", + "match": { + "usageKey": 2932855, + "scientificName": "Solanum oedipus Symon", + "canonicalName": "Solanum oedipus", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum oedipus", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932855, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum oedipus Symon", + "usageKey": 2932855, + "key": "Solanum oedipus", + "confidence": 99 + }, + { + "name": "Solanum clarkiae", + "match": { + "usageKey": 2932572, + "scientificName": "Solanum clarkiae Symon", + "canonicalName": "Solanum clarkiae", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8872021, + "scientificName": "Solanum clarkei Symon", + "canonicalName": "Solanum clarkei", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum clarkei", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8872021, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum clarkiae", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932572, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum clarkiae Symon", + "usageKey": 2932572, + "key": "Solanum clarkiae", + "confidence": 99 + }, + { + "name": "Solanum melanospermum", + "match": { + "usageKey": 2931512, + "scientificName": "Solanum melanospermum F.Muell.", + "canonicalName": "Solanum melanospermum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2931373, + "acceptedUsageKey": 2931370, + "scientificName": "Solanum megalospermum J.L.Gentry & A.Child", + "canonicalName": "Solanum megalospermum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum dulcamaroides", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931370, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum melanospermum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931512, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum melanospermum F.Muell.", + "usageKey": 2931512, + "key": "Solanum melanospermum", + "confidence": 99 + }, + { + "name": "Solanum beaugleholei", + "match": { + "usageKey": 2931167, + "scientificName": "Solanum beaugleholei Symon", + "canonicalName": "Solanum beaugleholei", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum beaugleholei", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931167, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum beaugleholei Symon", + "usageKey": 2931167, + "key": "Solanum beaugleholei", + "confidence": 99 + }, + { + "name": "Solanum phlomoides", + "match": { + "usageKey": 2932901, + "scientificName": "Solanum phlomoides A.Cunn. ex Benth.", + "canonicalName": "Solanum phlomoides", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8454037, + "acceptedUsageKey": 2932901, + "scientificName": "Solanum phlomoides A.Cunn.", + "canonicalName": "Solanum phlomoides", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum phlomoides", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932901, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum phlomoides", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932901, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum phlomoides A.Cunn. ex Benth.", + "usageKey": 2932901, + "key": "Solanum phlomoides", + "confidence": 97 + }, + { + "name": "Solanum chippendalei", + "match": { + "usageKey": 2929055, + "scientificName": "Solanum chippendalei Symon", + "canonicalName": "Solanum chippendalei", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum chippendalei", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929055, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum chippendalei Symon", + "usageKey": 2929055, + "key": "Solanum chippendalei", + "confidence": 99 + }, + { + "name": "Solanum diversiflorum", + "match": { + "usageKey": 2929130, + "scientificName": "Solanum diversiflorum F.Muell.", + "canonicalName": "Solanum diversiflorum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8384763, + "scientificName": "Solanum diversifolium Schltdl.", + "canonicalName": "Solanum diversifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum diversifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8384763, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 7676856, + "acceptedUsageKey": 2931386, + "scientificName": "Solanum diversifolium Humb. & Bonpl.", + "canonicalName": "Solanum diversifolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum melissarum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931386, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930185, + "acceptedUsageKey": 2931386, + "scientificName": "Solanum diversifolium Humb. & Bonpl. ex Dunal", + "canonicalName": "Solanum diversifolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum melissarum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931386, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum diversiflorum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929130, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum diversiflorum F.Muell.", + "usageKey": 2929130, + "key": "Solanum diversiflorum", + "confidence": 99 + }, + { + "name": "Solanum asymmetriphyllum", + "match": { + "usageKey": 2930780, + "scientificName": "Solanum asymmetriphyllum Specht", + "canonicalName": "Solanum asymmetriphyllum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum asymmetriphyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930780, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum asymmetriphyllum Specht", + "usageKey": 2930780, + "key": "Solanum asymmetriphyllum", + "confidence": 99 + }, + { + "name": "Solanum sejunctum", + "match": { + "usageKey": 3801149, + "scientificName": "Solanum sejunctum Brennan, Martine & Symon", + "canonicalName": "Solanum sejunctum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum sejunctum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3801149, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum sejunctum Brennan, Martine & Symon", + "usageKey": 3801149, + "key": "Solanum sejunctum", + "confidence": 99 + }, + { + "name": "Solanum hoplopetalum", + "match": { + "usageKey": 2932613, + "scientificName": "Solanum hoplopetalum Bitter & Summerh.", + "canonicalName": "Solanum hoplopetalum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum hoplopetalum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932613, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum hoplopetalum Bitter & Summerh.", + "usageKey": 2932613, + "key": "Solanum hoplopetalum", + "confidence": 99 + }, + { + "name": "Solanum hystrix", + "match": { + "usageKey": 2930576, + "scientificName": "Solanum hystrix R.Br.", + "canonicalName": "Solanum hystrix", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=3", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8186061, + "scientificName": "Solanum hystrix Dunal", + "canonicalName": "Solanum hystrix", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum hystrix", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8186061, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum hystrix", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930576, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum hystrix R.Br.", + "usageKey": 2930576, + "key": "Solanum hystrix", + "confidence": 98 + }, + { + "name": "Solanum oligacanthum", + "match": { + "usageKey": 2932583, + "scientificName": "Solanum oligacanthum F.Muell.", + "canonicalName": "Solanum oligacanthum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 9571011, + "acceptedUsageKey": 3799171, + "scientificName": "Solanum oliganthum Humb. & Bonpl.", + "canonicalName": "Solanum oliganthum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum oliganthum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3799171, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3799171, + "scientificName": "Solanum oliganthum Humb. & Bonpl. ex Dunal", + "canonicalName": "Solanum oliganthum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 88, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum oliganthum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3799171, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 7770381, + "scientificName": "Solanum oliganthum Link", + "canonicalName": "Solanum oliganthum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 88, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum oliganthum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7770381, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929354, + "scientificName": "Solanum polyacanthon Lam.", + "canonicalName": "Solanum polyacanthon", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum polyacanthon", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929354, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 8287216, + "acceptedUsageKey": 2929394, + "scientificName": "Solanum polyacanthon L'Hér.", + "canonicalName": "Solanum polyacanthon", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aculeatissimum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929394, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 11347207, + "acceptedUsageKey": 2929394, + "scientificName": "Solanum polyacanthon L'Hér. ex Dunal", + "canonicalName": "Solanum polyacanthon", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aculeatissimum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929394, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum oligacanthum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932583, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum oligacanthum F.Muell.", + "usageKey": 2932583, + "key": "Solanum oligacanthum", + "confidence": 99 + }, + { + "name": "Solanum nummularium", + "match": { + "usageKey": 2931455, + "scientificName": "Solanum nummularium S.Moore", + "canonicalName": "Solanum nummularium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum nummularium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931455, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum nummularium S.Moore", + "usageKey": 2931455, + "key": "Solanum nummularium", + "confidence": 99 + }, + { + "name": "Solanum orbiculatum", + "match": { + "usageKey": 2931751, + "scientificName": "Solanum orbiculatum Dunal", + "canonicalName": "Solanum orbiculatum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=3", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7420956, + "scientificName": "Solanum orbiculatum Poir., 1813", + "canonicalName": "Solanum orbiculatum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum orbiculatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7420956, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930572, + "acceptedUsageKey": 2930569, + "scientificName": "Solanum corniculatum André", + "canonicalName": "Solanum corniculatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum mammosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930569, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7890948, + "acceptedUsageKey": 2930569, + "scientificName": "Solanum corniculatum C.Huber", + "canonicalName": "Solanum corniculatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum mammosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930569, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8341580, + "acceptedUsageKey": 3799026, + "scientificName": "Solanum corniculatum Hiern", + "canonicalName": "Solanum corniculatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes rantonnetii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 3799026, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum orbiculatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931751, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum orbiculatum Dunal", + "usageKey": 2931751, + "key": "Solanum orbiculatum", + "confidence": 98 + }, + { + "name": "Solanum tetrathecum", + "match": { + "usageKey": 2931817, + "scientificName": "Solanum tetrathecum F.Muell.", + "canonicalName": "Solanum tetrathecum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2931948, + "scientificName": "Solanum tetramerum A.DC.Dunal", + "canonicalName": "Solanum tetramerum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tetramerum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931948, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tetrathecum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931817, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum tetrathecum F.Muell.", + "usageKey": 2931817, + "key": "Solanum tetrathecum", + "confidence": 99 + }, + { + "name": "Solanum elachophyllum", + "match": { + "usageKey": 2929312, + "scientificName": "Solanum elachophyllum F.Muell.", + "canonicalName": "Solanum elachophyllum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2930734, + "scientificName": "Solanum lachnophyllum Symon", + "canonicalName": "Solanum lachnophyllum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lachnophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930734, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931906, + "scientificName": "Solanum selachophyllum Bitter", + "canonicalName": "Solanum selachophyllum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum selachophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931906, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum elachophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929312, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum elachophyllum F.Muell.", + "usageKey": 2929312, + "key": "Solanum elachophyllum", + "confidence": 99 + }, + { + "name": "Solanum jucundum", + "match": { + "usageKey": 2929960, + "scientificName": "Solanum jucundum A.R.Bean", + "canonicalName": "Solanum jucundum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 9599200, + "scientificName": "Solanum fecundum A.R.Bean", + "canonicalName": "Solanum fecundum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum fecundum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 9599200, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929124, + "acceptedUsageKey": 2929121, + "scientificName": "Solanum secundum Bitter & O.Moritz", + "canonicalName": "Solanum secundum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aturense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929121, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum jucundum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929960, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum jucundum A.R.Bean", + "usageKey": 2929960, + "key": "Solanum jucundum", + "confidence": 99 + }, + { + "name": "Solanum ditrichum", + "match": { + "usageKey": 2930433, + "scientificName": "Solanum ditrichum A.R.Bean", + "canonicalName": "Solanum ditrichum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3803232, + "acceptedUsageKey": 2929511, + "scientificName": "Solanum dasytrichum Bitter", + "canonicalName": "Solanum dasytrichum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tarderemotum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929511, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930526, + "acceptedUsageKey": 2931542, + "scientificName": "Solanum distichum Schumach. & Thonn.", + "canonicalName": "Solanum distichum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum anguivi", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931542, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum ditrichum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930433, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum ditrichum A.R.Bean", + "usageKey": 2930433, + "key": "Solanum ditrichum", + "confidence": 99 + }, + { + "name": "Solanum vicinum", + "match": { + "usageKey": 2931891, + "scientificName": "Solanum vicinum A.R.Bean", + "canonicalName": "Solanum vicinum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8297937, + "scientificName": "Solanum pisinnum A.R.Bean", + "canonicalName": "Solanum pisinnum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pisinnum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8297937, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932185, + "acceptedUsageKey": 2932184, + "scientificName": "Solanum viscidum Schweigg.", + "canonicalName": "Solanum viscidum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum sisymbriifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932184, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum vicinum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931891, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum vicinum A.R.Bean", + "usageKey": 2931891, + "key": "Solanum vicinum", + "confidence": 99 + }, + { + "name": "Solanum campanulatum", + "match": { + "usageKey": 2931598, + "scientificName": "Solanum campanulatum R.Br.", + "canonicalName": "Solanum campanulatum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8440571, + "acceptedUsageKey": 2931667, + "scientificName": "Solanum campanulatum Willd.", + "canonicalName": "Solanum campanulatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum campaniforme", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931667, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7628438, + "acceptedUsageKey": 2931667, + "scientificName": "Solanum campanulatum Willd. ex Sendtn.", + "canonicalName": "Solanum campanulatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum campaniforme", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931667, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7825328, + "acceptedUsageKey": 2931667, + "scientificName": "Solanum campanulatum Willd. ex Steud.", + "canonicalName": "Solanum campanulatum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum campaniforme", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931667, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum campanulatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931598, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum campanulatum R.Br.", + "usageKey": 2931598, + "key": "Solanum campanulatum", + "confidence": 97 + }, + { + "name": "Solanum prinophyllum", + "match": { + "usageKey": 2932001, + "scientificName": "Solanum prinophyllum Dunal", + "canonicalName": "Solanum prinophyllum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7588747, + "scientificName": "Solanum psilophyllum Stehmann & Giacomin", + "canonicalName": "Solanum psilophyllum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum psilophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7588747, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931651, + "acceptedUsageKey": 2931649, + "scientificName": "Solanum drymophilum O.E.Schulz", + "canonicalName": "Solanum drymophilum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum ensifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931649, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932524, + "acceptedUsageKey": 2932523, + "scientificName": "Solanum eriophyllum Dunal", + "canonicalName": "Solanum eriophyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lasiophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932523, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum prinophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932001, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum prinophyllum Dunal", + "usageKey": 2932001, + "key": "Solanum prinophyllum", + "confidence": 99 + }, + { + "name": "Solanum pungetium", + "match": { + "usageKey": 2932002, + "scientificName": "Solanum pungetium R.Br.", + "canonicalName": "Solanum pungetium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8524180, + "acceptedUsageKey": 2932001, + "scientificName": "Solanum pungetium Sieber", + "canonicalName": "Solanum pungetium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum prinophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932001, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7952877, + "acceptedUsageKey": 2932001, + "scientificName": "Solanum pungetium Sieber ex Dunal", + "canonicalName": "Solanum pungetium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum prinophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932001, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pungetium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932002, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum pungetium R.Br.", + "usageKey": 2932002, + "key": "Solanum pungetium", + "confidence": 97 + }, + { + "name": "Solanum petrophilum", + "match": { + "usageKey": 2929190, + "scientificName": "Solanum petrophilum F.Muell.", + "canonicalName": "Solanum petrophilum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8067180, + "scientificName": "Solanum heterophyllum Nakai", + "canonicalName": "Solanum heterophyllum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum heterophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8067180, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932310, + "acceptedUsageKey": 9150405, + "scientificName": "Solanum cestrophyllum Dunal", + "canonicalName": "Solanum cestrophyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum nigrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 9150405, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8467624, + "acceptedUsageKey": 2932389, + "scientificName": "Solanum heterophyllum Balb.", + "canonicalName": "Solanum heterophyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum torvum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932389, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932395, + "acceptedUsageKey": 2932389, + "scientificName": "Solanum heterophyllum Balb. ex Dunal", + "canonicalName": "Solanum heterophyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum torvum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932389, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7586899, + "acceptedUsageKey": 2932599, + "scientificName": "Solanum heterophyllum Lam.", + "canonicalName": "Solanum heterophyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum subinerme", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932599, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8619311, + "acceptedUsageKey": 5792748, + "scientificName": "Solanum heterophyllum Willd.", + "canonicalName": "Solanum heterophyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum diversifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8384763, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7882140, + "acceptedUsageKey": 5792748, + "scientificName": "Solanum heterophyllum Willd. ex Roem. & Schult.", + "canonicalName": "Solanum heterophyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum diversifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8384763, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932291, + "acceptedUsageKey": 2932290, + "scientificName": "Solanum xerophilum Pittier", + "canonicalName": "Solanum xerophilum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum subserratum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932290, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929671, + "acceptedUsageKey": 2929665, + "scientificName": "Solanum xerophyllum Hawkes", + "canonicalName": "Solanum xerophyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum infundibuliforme", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929665, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum petrophilum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929190, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum petrophilum F.Muell.", + "usageKey": 2929190, + "key": "Solanum petrophilum", + "confidence": 99 + }, + { + "name": "Solanum lythrocarpum", + "match": { + "usageKey": 2929936, + "scientificName": "Solanum lythrocarpum A.R.Bean", + "canonicalName": "Solanum lythrocarpum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2930421, + "scientificName": "Solanum lycocarpum A.St.-Hil.", + "canonicalName": "Solanum lycocarpum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lycocarpum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930421, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 3801504, + "acceptedUsageKey": 2930222, + "scientificName": "Solanum erythrocarpon G.Mey.", + "canonicalName": "Solanum erythrocarpon", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum americanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930222, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8104249, + "acceptedUsageKey": 2931104, + "scientificName": "Solanum microcarpum (Pers.) Vahl", + "canonicalName": "Solanum microcarpum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pseudocapsicum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931104, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8526801, + "acceptedUsageKey": 2932402, + "scientificName": "Solanum microcarpum Cerv.", + "canonicalName": "Solanum microcarpum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum argentinum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932402, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929461, + "acceptedUsageKey": 2932402, + "scientificName": "Solanum microcarpum Cerv. ex Lag.", + "canonicalName": "Solanum microcarpum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum argentinum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932402, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8471092, + "acceptedUsageKey": 2929459, + "scientificName": "Solanum microcarpum Pav.", + "canonicalName": "Solanum microcarpum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum corymbosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929459, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8102293, + "acceptedUsageKey": 2929459, + "scientificName": "Solanum microcarpum Pav. ex Dunal", + "canonicalName": "Solanum microcarpum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum corymbosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929459, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930857, + "acceptedUsageKey": 2930846, + "scientificName": "Solanum pyrrhocarpum Phil.", + "canonicalName": "Solanum pyrrhocarpum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum crispum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930846, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7691794, + "scientificName": "Solanum liocarpum Bitter", + "canonicalName": "Solanum liocarpum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum liocarpum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7691794, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lythrocarpum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929936, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum lythrocarpum A.R.Bean", + "usageKey": 2929936, + "key": "Solanum lythrocarpum", + "confidence": 99 + }, + { + "name": "Solanum stenopterum", + "match": { + "usageKey": 2929531, + "scientificName": "Solanum stenopterum A.R.Bean", + "canonicalName": "Solanum stenopterum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum stenopterum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929531, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum stenopterum A.R.Bean", + "usageKey": 2929531, + "key": "Solanum stenopterum", + "confidence": 99 + }, + { + "name": "Solanum sturtianum", + "match": { + "usageKey": 2929931, + "scientificName": "Solanum sturtianum F.Muell.", + "canonicalName": "Solanum sturtianum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum sturtianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929931, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum sturtianum F.Muell.", + "usageKey": 2929931, + "key": "Solanum sturtianum", + "confidence": 99 + }, + { + "name": "Solanum argopetalum", + "match": { + "usageKey": 2932295, + "scientificName": "Solanum argopetalum A.R.Bean", + "canonicalName": "Solanum argopetalum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum argopetalum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932295, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum argopetalum A.R.Bean", + "usageKey": 2932295, + "key": "Solanum argopetalum", + "confidence": 99 + }, + { + "name": "Solanum papaverifolium", + "match": { + "usageKey": 2932504, + "scientificName": "Solanum papaverifolium Symon", + "canonicalName": "Solanum papaverifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum papaverifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932504, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum papaverifolium Symon", + "usageKey": 2932504, + "key": "Solanum papaverifolium", + "confidence": 99 + }, + { + "name": "Solanum cinereum", + "match": { + "usageKey": 2929508, + "scientificName": "Solanum cinereum R.Br.", + "canonicalName": "Solanum cinereum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7883107, + "acceptedUsageKey": 10751502, + "scientificName": "Solanum cinereum Salt", + "canonicalName": "Solanum cinereum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum forsskaolii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 10751502, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cinereum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929508, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum cinereum R.Br.", + "usageKey": 2929508, + "key": "Solanum cinereum", + "confidence": 97 + }, + { + "name": "Solanum centrale", + "match": { + "usageKey": 2931680, + "scientificName": "Solanum centrale J.M.Black", + "canonicalName": "Solanum centrale", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum centrale", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931680, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum centrale J.M.Black", + "usageKey": 2931680, + "key": "Solanum centrale", + "confidence": 99 + }, + { + "name": "Solanum esuriale", + "match": { + "usageKey": 2930382, + "scientificName": "Solanum esuriale Lindl.", + "canonicalName": "Solanum esuriale", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum esuriale", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930382, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum esuriale Lindl.", + "usageKey": 2930382, + "key": "Solanum esuriale", + "confidence": 99 + }, + { + "name": "Solanum dianthophorum", + "match": { + "usageKey": 2929001, + "scientificName": "Solanum dianthophorum Dunal", + "canonicalName": "Solanum dianthophorum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7554178, + "scientificName": "Solanum cyathophorum M.Nee & Farruggia", + "canonicalName": "Solanum cyathophorum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cyathophorum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7554178, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum dianthophorum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929001, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum dianthophorum Dunal", + "usageKey": 2929001, + "key": "Solanum dianthophorum", + "confidence": 99 + }, + { + "name": "Solanum ellipticum", + "match": { + "usageKey": 2930747, + "scientificName": "Solanum ellipticum R.Br.", + "canonicalName": "Solanum ellipticum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8309467, + "acceptedUsageKey": 2930745, + "scientificName": "Solanum ellipticum Vell.", + "canonicalName": "Solanum ellipticum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cylindricum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930745, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum ellipticum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930747, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum ellipticum R.Br.", + "usageKey": 2930747, + "key": "Solanum ellipticum", + "confidence": 97 + }, + { + "name": "Solanum quadriloculatum", + "match": { + "usageKey": 2931842, + "scientificName": "Solanum quadriloculatum F.Muell.", + "canonicalName": "Solanum quadriloculatum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2932693, + "acceptedUsageKey": 2932691, + "scientificName": "Solanum quadriloculare Spreng.", + "canonicalName": "Solanum quadriloculare", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lasiocarpum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932691, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum quadriloculatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931842, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum quadriloculatum F.Muell.", + "usageKey": 2931842, + "key": "Solanum quadriloculatum", + "confidence": 99 + }, + { + "name": "Solanum nobile", + "match": { + "usageKey": 2932277, + "scientificName": "Solanum nobile A.R.Bean", + "canonicalName": "Solanum nobile", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2932346, + "acceptedUsageKey": 7653915, + "scientificName": "Solanum debile Dunal", + "canonicalName": "Solanum debile", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum commersonii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7653915, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum nobile", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932277, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum nobile A.R.Bean", + "usageKey": 2932277, + "key": "Solanum nobile", + "confidence": 99 + }, + { + "name": "Solanum neoanglicum", + "match": { + "usageKey": 2931048, + "scientificName": "Solanum neoanglicum A.R.Bean", + "canonicalName": "Solanum neoanglicum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum neoanglicum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931048, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum neoanglicum A.R.Bean", + "usageKey": 2931048, + "key": "Solanum neoanglicum", + "confidence": 99 + }, + { + "name": "Solanum acanthodapis", + "match": { + "usageKey": 2931505, + "scientificName": "Solanum acanthodapis A.R.Bean", + "canonicalName": "Solanum acanthodapis", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum acanthodapis", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931505, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum acanthodapis A.R.Bean", + "usageKey": 2931505, + "key": "Solanum acanthodapis", + "confidence": 99 + }, + { + "name": "Solanum serpens", + "match": { + "usageKey": 2930567, + "scientificName": "Solanum serpens A.R.Bean", + "canonicalName": "Solanum serpens", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 10901265, + "acceptedUsageKey": 10780284, + "scientificName": "Solarium serpens Spix, 1827", + "canonicalName": "Solarium serpens", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 69, + "note": "Similarity: name=65; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Animalia", + "phylum": "Mollusca", + "order": "Stylommatophora", + "family": "Solaropsidae", + "genus": "Solaropsis", + "species": "Solaropsis serpens", + "kingdomKey": 1, + "phylumKey": 52, + "classKey": 225, + "orderKey": 1456, + "familyKey": 4598970, + "genusKey": 4598972, + "speciesKey": 10780284, + "synonym": true, + "class": "Gastropoda" + }, + { + "usageKey": 2931878, + "scientificName": "Solanum fervens A.R.Bean", + "canonicalName": "Solanum fervens", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum fervens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931878, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 10667112, + "acceptedUsageKey": 2929367, + "scientificName": "Solanum repens Dunal", + "canonicalName": "Solanum repens", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum reptans", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929367, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 10978842, + "acceptedUsageKey": 2929544, + "scientificName": "Solanum repens Dunal", + "canonicalName": "Solanum repens", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum appendiculatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929544, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929550, + "acceptedUsageKey": 9150405, + "scientificName": "Solanum repens Noronha", + "canonicalName": "Solanum repens", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum nigrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 9150405, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum serpens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930567, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum serpens A.R.Bean", + "usageKey": 2930567, + "key": "Solanum serpens", + "confidence": 99 + }, + { + "name": "Solanum inaequilaterum", + "match": { + "usageKey": 2929585, + "scientificName": "Solanum inaequilaterum Domin", + "canonicalName": "Solanum inaequilaterum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8097563, + "acceptedUsageKey": 3799595, + "scientificName": "Solanum inaequilaterum Rusby ex Bitter", + "canonicalName": "Solanum inaequilaterum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes inaequilatera", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 3799595, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8548446, + "scientificName": "Solanum inaequilaterum Rusby, 1920", + "canonicalName": "Solanum inaequilaterum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum inaequilaterum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8548446, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929627, + "acceptedUsageKey": 3796836, + "scientificName": "Solanum inaequilaterale Merr.", + "canonicalName": "Solanum inaequilaterale", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pseudosaponaceum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3796836, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum inaequilaterum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929585, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum inaequilaterum Domin", + "usageKey": 2929585, + "key": "Solanum inaequilaterum", + "confidence": 97 + }, + { + "name": "Solanum amblymerum", + "match": { + "usageKey": 2930415, + "scientificName": "Solanum amblymerum Dunal", + "canonicalName": "Solanum amblymerum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum amblymerum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930415, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum amblymerum Dunal", + "usageKey": 2930415, + "key": "Solanum amblymerum", + "confidence": 99 + }, + { + "name": "Solanum limitare", + "match": { + "usageKey": 2929433, + "scientificName": "Solanum limitare A.R.Bean", + "canonicalName": "Solanum limitare", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3803059, + "acceptedUsageKey": 3799447, + "scientificName": "Solanum limitaneum Standl.", + "canonicalName": "Solanum limitaneum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes limitanea", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 3799447, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum limitare", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929433, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum limitare A.R.Bean", + "usageKey": 2929433, + "key": "Solanum limitare", + "confidence": 99 + }, + { + "name": "Solanum dimorphispinum", + "match": { + "usageKey": 2931503, + "scientificName": "Solanum dimorphispinum C.T.White", + "canonicalName": "Solanum dimorphispinum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum dimorphispinum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931503, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum dimorphispinum C.T.White", + "usageKey": 2931503, + "key": "Solanum dimorphispinum", + "confidence": 99 + }, + { + "name": "Solanum macoorai", + "match": { + "usageKey": 2929401, + "scientificName": "Solanum macoorai F.M.Bailey", + "canonicalName": "Solanum macoorai", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8941054, + "acceptedUsageKey": 2932389, + "scientificName": "Solanum maccai Bertero", + "canonicalName": "Solanum maccai", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum torvum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932389, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8715495, + "acceptedUsageKey": 2932389, + "scientificName": "Solanum maccai Bertero ex Dunal", + "canonicalName": "Solanum maccai", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum torvum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932389, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7957800, + "acceptedUsageKey": 2932389, + "scientificName": "Solanum maccai Spreng., 1825", + "canonicalName": "Solanum maccai", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum torvum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932389, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931302, + "acceptedUsageKey": 2931296, + "scientificName": "Solanum macolae Bukasov", + "canonicalName": "Solanum macolae", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum kurtzianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931296, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929964, + "acceptedUsageKey": 2929362, + "scientificName": "Solanum macowanii Fourc.", + "canonicalName": "Solanum macowanii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum capsicoides", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929362, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum macoorai", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929401, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum macoorai F.M.Bailey", + "usageKey": 2929401, + "key": "Solanum macoorai", + "confidence": 99 + }, + { + "name": "Solanum viridifolium", + "match": { + "usageKey": 2929485, + "scientificName": "Solanum viridifolium Dunal", + "canonicalName": "Solanum viridifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8386902, + "acceptedUsageKey": 2931914, + "scientificName": "Solanum viridiflorum Ruiz & Pav.", + "canonicalName": "Solanum viridiflorum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum viarum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931914, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931915, + "acceptedUsageKey": 2929394, + "scientificName": "Solanum viridiflorum Schltdl.", + "canonicalName": "Solanum viridiflorum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aculeatissimum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929394, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum viridifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929485, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum viridifolium Dunal", + "usageKey": 2929485, + "key": "Solanum viridifolium", + "confidence": 99 + }, + { + "name": "Solanum brownii", + "match": { + "usageKey": 2930660, + "scientificName": "Solanum brownii Dunal", + "canonicalName": "Solanum brownii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7868531, + "acceptedUsageKey": 2932586, + "scientificName": "Solanum brownii Chodat", + "canonicalName": "Solanum brownii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum hasslerianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932586, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum brownii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930660, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum brownii Dunal", + "usageKey": 2930660, + "key": "Solanum brownii", + "confidence": 97 + }, + { + "name": "Solanum curvicuspe", + "match": { + "usageKey": 3796776, + "scientificName": "Solanum curvicuspe Domin", + "canonicalName": "Solanum curvicuspe", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum curvicuspe", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3796776, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum curvicuspe Domin", + "usageKey": 3796776, + "key": "Solanum curvicuspe", + "confidence": 99 + }, + { + "name": "Solanum pancheri", + "match": { + "usageKey": 2929042, + "scientificName": "Solanum pancheri Guillaumin", + "canonicalName": "Solanum pancheri", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pancheri", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929042, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum pancheri Guillaumin", + "usageKey": 2929042, + "key": "Solanum pancheri", + "confidence": 99 + }, + { + "name": "Solanum vaccinioides", + "match": { + "usageKey": 2930871, + "scientificName": "Solanum vaccinioides Schltr.", + "canonicalName": "Solanum vaccinioides", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum vaccinioides", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930871, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum vaccinioides Schltr.", + "usageKey": 2930871, + "key": "Solanum vaccinioides", + "confidence": 99 + }, + { + "name": "Solanum incompletum", + "match": { + "usageKey": 2932379, + "scientificName": "Solanum incompletum Dunal", + "canonicalName": "Solanum incompletum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=3", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7919580, + "scientificName": "Solanum incompletum Britton", + "canonicalName": "Solanum incompletum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum incompletum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7919580, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 4274700, + "acceptedUsageKey": 2932379, + "scientificName": "Solanum imcompletum Dunal", + "canonicalName": "Solanum imcompletum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum incompletum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932379, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932259, + "scientificName": "Solanum incomptum Bitter", + "canonicalName": "Solanum incomptum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum incomptum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932259, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum incompletum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932379, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum incompletum Dunal", + "usageKey": 2932379, + "key": "Solanum incompletum", + "confidence": 98 + }, + { + "name": "Solanum sandwicense", + "match": { + "usageKey": 2931620, + "scientificName": "Solanum sandwicense Hook. & Arn.", + "canonicalName": "Solanum sandwicense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 11289361, + "acceptedUsageKey": 2931620, + "scientificName": "Solanum sandwicense Dunal", + "canonicalName": "Solanum sandwicense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum sandwicense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931620, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3801760, + "acceptedUsageKey": 2931620, + "scientificName": "Solanum sandwichense Dunal", + "canonicalName": "Solanum sandwichense", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum sandwicense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931620, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum sandwicense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931620, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum sandwicense Hook. & Arn.", + "usageKey": 2931620, + "key": "Solanum sandwicense", + "confidence": 97 + }, + { + "name": "Solanum mitchellianum", + "match": { + "usageKey": 2931753, + "acceptedUsageKey": 2931692, + "scientificName": "Solanum mitchellianum Domin", + "canonicalName": "Solanum mitchellianum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum semiarmatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931692, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum mitchellianum Domin", + "usageKey": 2931753, + "key": "Solanum mitchellianum", + "confidence": 98 + }, + { + "name": "Solanum semiarmatum", + "match": { + "usageKey": 2931692, + "scientificName": "Solanum semiarmatum F.Muell.", + "canonicalName": "Solanum semiarmatum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum semiarmatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931692, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum semiarmatum F.Muell.", + "usageKey": 2931692, + "key": "Solanum semiarmatum", + "confidence": 99 + }, + { + "name": "Solanum cookii", + "match": { + "usageKey": 2930726, + "scientificName": "Solanum cookii Symon", + "canonicalName": "Solanum cookii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3797126, + "acceptedUsageKey": 2931279, + "scientificName": "Solanum coxii Phil.", + "canonicalName": "Solanum coxii", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum furcatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931279, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 9248500, + "scientificName": "Solanum cowiei Martine", + "canonicalName": "Solanum cowiei", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 91, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cowiei", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 9248500, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931972, + "scientificName": "Solanum hovei Dunal", + "canonicalName": "Solanum hovei", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum hovei", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931972, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930363, + "scientificName": "Solanum morii S.Knapp", + "canonicalName": "Solanum morii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum morii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930363, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 9583005, + "scientificName": "Solanum woodii Särkinen & S.Knapp", + "canonicalName": "Solanum woodii", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum woodii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 9583005, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932514, + "acceptedUsageKey": 11035358, + "scientificName": "Solanum clokeyi Munz", + "canonicalName": "Solanum clokeyi", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum umbelliferum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932678, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929876, + "acceptedUsageKey": 2929847, + "scientificName": "Solanum poggei Dammer", + "canonicalName": "Solanum poggei", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aethiopicum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929847, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3797317, + "acceptedUsageKey": 2929764, + "scientificName": "Solanum poka Dunal", + "canonicalName": "Solanum poka", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pubescens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929764, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929659, + "acceptedUsageKey": 2929657, + "scientificName": "Solanum roei Ugent & Iltis", + "canonicalName": "Solanum roei", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cordovense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929657, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931604, + "acceptedUsageKey": 2930323, + "scientificName": "Solanum torreyi A.Gray", + "canonicalName": "Solanum torreyi", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum dimidiatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930323, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3798967, + "scientificName": "Solanum cari Molina", + "canonicalName": "Solanum cari", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cari", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3798967, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 3802310, + "scientificName": "Solanum rossii Knowl. & Westc.", + "canonicalName": "Solanum rossii", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum rossii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3802310, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 3802269, + "scientificName": "Solanum rothii Dunal", + "canonicalName": "Solanum rothii", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum rothii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3802269, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cookii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930726, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum cookii Symon", + "usageKey": 2930726, + "key": "Solanum cookii", + "confidence": 99 + }, + { + "name": "Solanum corifolium", + "match": { + "usageKey": 2930300, + "scientificName": "Solanum corifolium F.Muell.", + "canonicalName": "Solanum corifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2930544, + "scientificName": "Solanum cordifolium Dunal", + "canonicalName": "Solanum cordifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 93, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cordifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930544, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930095, + "scientificName": "Solanum cornifolium Humb. & Bonpl. ex Dunal", + "canonicalName": "Solanum cornifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 93, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cornifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930095, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 9304813, + "acceptedUsageKey": 2930095, + "scientificName": "Solanum cornifolium Humb. & Bonpl.", + "canonicalName": "Solanum cornifolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cornifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930095, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930878, + "scientificName": "Solanum acerifolium Humb. & Bonpl. ex Dunal", + "canonicalName": "Solanum acerifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum acerifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930878, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932221, + "scientificName": "Solanum pyrifolium Lam.", + "canonicalName": "Solanum pyrifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pyrifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932221, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931205, + "scientificName": "Solanum trifolium Dunal", + "canonicalName": "Solanum trifolium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum trifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931205, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 9247935, + "acceptedUsageKey": 2930878, + "scientificName": "Solanum acerifolium Humb. & Bonpl.", + "canonicalName": "Solanum acerifolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum acerifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930878, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8451081, + "acceptedUsageKey": 2931255, + "scientificName": "Solanum citrifolium Willd.", + "canonicalName": "Solanum citrifolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum swartzianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931255, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931224, + "acceptedUsageKey": 8080790, + "scientificName": "Solanum citrifolium Willd. ex Roem. & Schult.", + "canonicalName": "Solanum citrifolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum argenteum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8080790, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3797776, + "acceptedUsageKey": 3800054, + "scientificName": "Solanum coffeifolium (Bitter) C.V.Morton", + "canonicalName": "Solanum coffeifolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes coffeifolia", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 3800054, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929594, + "acceptedUsageKey": 2929591, + "scientificName": "Solanum neriifolium Bitter", + "canonicalName": "Solanum neriifolium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum stenophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929591, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum corifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930300, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum corifolium F.Muell.", + "usageKey": 2930300, + "key": "Solanum corifolium", + "confidence": 99 + }, + { + "name": "Solanum discolor", + "match": { + "usageKey": 2930380, + "scientificName": "Solanum discolor R.Br.", + "canonicalName": "Solanum discolor", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=0", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 7350607, + "acceptedUsageKey": 2930379, + "scientificName": "Solanum discolor Dunal", + "canonicalName": "Solanum discolor", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 97, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum leucodendron", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930379, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930048, + "scientificName": "Solanum bicolor Willd. ex Roem. & Schult.", + "canonicalName": "Solanum bicolor", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum bicolor", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930048, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 8407146, + "acceptedUsageKey": 2931255, + "scientificName": "Solanum bicolor Mart.", + "canonicalName": "Solanum bicolor", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum swartzianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931255, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8624756, + "scientificName": "Solanum bicolor Willd.", + "canonicalName": "Solanum bicolor", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum bicolor", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8624756, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum discolor", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930380, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum discolor R.Br.", + "usageKey": 2930380, + "key": "Solanum discolor", + "confidence": 97 + }, + { + "name": "Solanum shirleyanum", + "match": { + "usageKey": 2930058, + "scientificName": "Solanum shirleyanum Domin", + "canonicalName": "Solanum shirleyanum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2931266, + "acceptedUsageKey": 2931263, + "scientificName": "Solanum sisleyanum Lambertye", + "canonicalName": "Solanum sisleyanum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cernuum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931263, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum shirleyanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930058, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum shirleyanum Domin", + "usageKey": 2930058, + "key": "Solanum shirleyanum", + "confidence": 99 + }, + { + "name": "Solanum dissectum", + "match": { + "usageKey": 2930669, + "scientificName": "Solanum dissectum Symon", + "canonicalName": "Solanum dissectum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2930712, + "scientificName": "Solanum trisectum Dunal", + "canonicalName": "Solanum trisectum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum trisectum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930712, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 3803029, + "acceptedUsageKey": 7299665, + "scientificName": "Solanum dejectum Fernald", + "canonicalName": "Solanum dejectum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Lycianthes", + "species": "Lycianthes dejecta", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928971, + "speciesKey": 7299665, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7666138, + "scientificName": "Selinum dissectum Wall.", + "canonicalName": "Selinum dissectum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Apiales", + "family": "Apiaceae", + "genus": "Selinum", + "species": "Selinum dissectum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1351, + "familyKey": 6720, + "genusKey": 5371780, + "speciesKey": 7666138, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 5538442, + "acceptedUsageKey": 3639584, + "scientificName": "Selinum dissectum (DC.) Wall. ex C.B.Clarke", + "canonicalName": "Selinum dissectum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Apiales", + "family": "Apiaceae", + "genus": "Oreocome", + "species": "Oreocome striata", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1351, + "familyKey": 6720, + "genusKey": 6027152, + "speciesKey": 3639584, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7724706, + "scientificName": "Selinum dissectum Wall. ex DC.", + "canonicalName": "Selinum dissectum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 0, + "note": "Similarity: name=-10; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Apiales", + "family": "Apiaceae", + "genus": "Selinum", + "species": "Selinum dissectum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1351, + "familyKey": 6720, + "genusKey": 5371780, + "speciesKey": 7724706, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum dissectum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930669, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum dissectum Symon", + "usageKey": 2930669, + "key": "Solanum dissectum", + "confidence": 99 + }, + { + "name": "Solanum stupefactum", + "match": { + "usageKey": 2929957, + "scientificName": "Solanum stupefactum Symon", + "canonicalName": "Solanum stupefactum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum stupefactum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929957, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum stupefactum Symon", + "usageKey": 2929957, + "key": "Solanum stupefactum", + "confidence": 99 + }, + { + "name": "Solanum furfuraceum", + "match": { + "usageKey": 2931433, + "scientificName": "Solanum furfuraceum R.Br.", + "canonicalName": "Solanum furfuraceum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum furfuraceum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931433, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum furfuraceum R.Br.", + "usageKey": 2931433, + "key": "Solanum furfuraceum", + "confidence": 99 + }, + { + "name": "Solanum rixosum", + "match": { + "usageKey": 2931818, + "scientificName": "Solanum rixosum A.R.Bean", + "canonicalName": "Solanum rixosum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2929481, + "scientificName": "Solanum rugosum Dunal", + "canonicalName": "Solanum rugosum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum rugosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929481, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929505, + "scientificName": "Solanum villosum Mill.", + "canonicalName": "Solanum villosum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum villosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929505, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 8562050, + "acceptedUsageKey": 10977878, + "scientificName": "Solanum cymosum Banks", + "canonicalName": "Solanum cymosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum viride", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 10977878, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7738635, + "acceptedUsageKey": 10977878, + "scientificName": "Solanum cymosum Banks ex Dunal", + "canonicalName": "Solanum cymosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum viride", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 10977878, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 11302465, + "acceptedUsageKey": 2931212, + "scientificName": "Solanum cymosum Griseb.", + "canonicalName": "Solanum cymosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum aloysiifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931212, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 9543279, + "acceptedUsageKey": 4937445, + "scientificName": "Solanum cymosum Herrera", + "canonicalName": "Solanum cymosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum radicans", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 4937445, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929338, + "acceptedUsageKey": 2931564, + "scientificName": "Solanum cymosum Ortega", + "canonicalName": "Solanum cymosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum albidum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931564, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8228531, + "acceptedUsageKey": 2929459, + "scientificName": "Solanum cymosum Ruiz & Pav.", + "canonicalName": "Solanum cymosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum corymbosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929459, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8905571, + "acceptedUsageKey": 2932040, + "scientificName": "Solanum cyrrhosum Humb. & Bonpl.", + "canonicalName": "Solanum cyrrhosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum seaforthianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932040, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932044, + "acceptedUsageKey": 2932040, + "scientificName": "Solanum cyrrhosum Humb. & Bonpl. ex Dunal", + "canonicalName": "Solanum cyrrhosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum seaforthianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932040, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 3797681, + "acceptedUsageKey": 2932184, + "scientificName": "Solanum pilosum Raf.", + "canonicalName": "Solanum pilosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum sisymbriifolium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932184, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932304, + "acceptedUsageKey": 2929568, + "scientificName": "Solanum ramosum Lam.", + "canonicalName": "Solanum ramosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum bahamense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929568, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7901272, + "acceptedUsageKey": 2929568, + "scientificName": "Solanum ramosum Poir., 1796", + "canonicalName": "Solanum ramosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum bahamense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929568, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8527028, + "acceptedUsageKey": 7408045, + "scientificName": "Solanum rugosum Rich.", + "canonicalName": "Solanum rugosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum rugosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7408045, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8276571, + "acceptedUsageKey": 2929505, + "scientificName": "Solanum villosum (L.) Moench", + "canonicalName": "Solanum villosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum villosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929505, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7652615, + "acceptedUsageKey": 2929505, + "scientificName": "Solanum villosum (L.) Willd.", + "canonicalName": "Solanum villosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum villosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929505, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 12060626, + "acceptedUsageKey": 2932872, + "scientificName": "Solanum villosum Baumg.", + "canonicalName": "Solanum villosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum decipiens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932872, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7475841, + "acceptedUsageKey": 2932720, + "scientificName": "Solanum villosum F.Dietr.", + "canonicalName": "Solanum villosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum tectum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932720, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7929442, + "acceptedUsageKey": 10751502, + "scientificName": "Solanum villosum Forssk.", + "canonicalName": "Solanum villosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum forsskaolii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 10751502, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8242297, + "acceptedUsageKey": 2929505, + "scientificName": "Solanum villosum Lam.", + "canonicalName": "Solanum villosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum villosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929505, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8512960, + "acceptedUsageKey": 9150405, + "scientificName": "Solanum villosum Opiz", + "canonicalName": "Solanum villosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum nigrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 9150405, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7941004, + "acceptedUsageKey": 9150405, + "scientificName": "Solanum villosum Opiz ex Dunal", + "canonicalName": "Solanum villosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum nigrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 9150405, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 7522780, + "scientificName": "Solanum cirrhosum Kunth", + "canonicalName": "Solanum cirrhosum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum cirrhosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7522780, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 7408045, + "scientificName": "Solanum rugosum Rich. ex Poir., 1814", + "canonicalName": "Solanum rugosum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum rugosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7408045, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum rixosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931818, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum rixosum A.R.Bean", + "usageKey": 2931818, + "key": "Solanum rixosum", + "confidence": 99 + }, + { + "name": "Solanum johnsonianum", + "match": { + "usageKey": 2930394, + "scientificName": "Solanum johnsonianum A.R.Bean", + "canonicalName": "Solanum johnsonianum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum johnsonianum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930394, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum johnsonianum A.R.Bean", + "usageKey": 2930394, + "key": "Solanum johnsonianum", + "confidence": 99 + }, + { + "name": "Solanum innoxium", + "match": { + "usageKey": 2929742, + "scientificName": "Solanum innoxium A.R.Bean", + "canonicalName": "Solanum innoxium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 11116525, + "scientificName": "Solanum inoxium Author", + "canonicalName": "Solanum inoxium", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 95, + "note": "Similarity: name=100; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum inoxium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 11116525, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931040, + "acceptedUsageKey": 2931039, + "scientificName": "Solanum inopinum Ewan", + "canonicalName": "Solanum inopinum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum sycophanta", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931039, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum innoxium", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929742, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum innoxium A.R.Bean", + "usageKey": 2929742, + "key": "Solanum innoxium", + "confidence": 99 + }, + { + "name": "Solanum hapalum", + "match": { + "usageKey": 2930282, + "scientificName": "Solanum hapalum A.R.Bean", + "canonicalName": "Solanum hapalum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3799518, + "acceptedUsageKey": 3799175, + "scientificName": "Solanum hapalosum Ochoa", + "canonicalName": "Solanum hapalosum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 90, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum candolleanum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 3799175, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8279297, + "scientificName": "Solanum hamatum Moritz", + "canonicalName": "Solanum hamatum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 88, + "note": "Similarity: name=90; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum hamatum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8279297, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932137, + "scientificName": "Solanum paralum Bohs", + "canonicalName": "Solanum paralum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum paralum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932137, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum hapalum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930282, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum hapalum A.R.Bean", + "usageKey": 2930282, + "key": "Solanum hapalum", + "confidence": 99 + }, + { + "name": "Solanum densevestitum", + "match": { + "usageKey": 2929906, + "scientificName": "Solanum densevestitum F.Muell. ex Benth.", + "canonicalName": "Solanum densevestitum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=3", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8043718, + "scientificName": "Solanum densevestitum F.Muell.", + "canonicalName": "Solanum densevestitum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum densevestitum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8043718, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum densevestitum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929906, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum densevestitum F.Muell. ex Benth.", + "usageKey": 2929906, + "key": "Solanum densevestitum", + "confidence": 98 + }, + { + "name": "Solanum nemophilum", + "match": { + "usageKey": 2931185, + "scientificName": "Solanum nemophilum F.Muell.", + "canonicalName": "Solanum nemophilum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2932380, + "acceptedUsageKey": 2931625, + "scientificName": "Solanum nesophilum H.St.John", + "canonicalName": "Solanum nesophilum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum hillebrandii", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931625, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930054, + "scientificName": "Solanum ammophilum A.R.Bean", + "canonicalName": "Solanum ammophilum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum ammophilum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930054, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931506, + "scientificName": "Solanum eremophilum F.Muell.", + "canonicalName": "Solanum eremophilum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum eremophilum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931506, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930601, + "scientificName": "Solanum leiophyllum Benth.", + "canonicalName": "Solanum leiophyllum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum leiophyllum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930601, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 7980022, + "acceptedUsageKey": 2930597, + "scientificName": "Solanum leiophyllum Dunal", + "canonicalName": "Solanum leiophyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum pseudoquina", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930597, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2932291, + "acceptedUsageKey": 2932290, + "scientificName": "Solanum xerophilum Pittier", + "canonicalName": "Solanum xerophilum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum subserratum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932290, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929671, + "acceptedUsageKey": 2929665, + "scientificName": "Solanum xerophyllum Hawkes", + "canonicalName": "Solanum xerophyllum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum infundibuliforme", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929665, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum nemophilum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931185, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum nemophilum F.Muell.", + "usageKey": 2931185, + "key": "Solanum nemophilum", + "confidence": 99 + }, + { + "name": "Solanum gympiense", + "match": { + "usageKey": 2929905, + "scientificName": "Solanum gympiense Symon", + "canonicalName": "Solanum gympiense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum gympiense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929905, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum gympiense Symon", + "usageKey": 2929905, + "key": "Solanum gympiense", + "confidence": 99 + }, + { + "name": "Solanum chenopodium", + "match": { + "usageKey": 3798518, + "acceptedUsageKey": 9150405, + "scientificName": "Solanum chenopodium Raf.", + "canonicalName": "Solanum chenopodium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=0; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2929649, + "scientificName": "Solanum chenopodinum F.Muell.", + "canonicalName": "Solanum chenopodinum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 93, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum chenopodinum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929649, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum nigrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 9150405, + "synonym": true, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum chenopodium Raf.", + "usageKey": 3798518, + "key": "Solanum chenopodium", + "confidence": 98 + }, + { + "name": "Solanum latens", + "match": { + "usageKey": 2932433, + "scientificName": "Solanum latens A.R.Bean", + "canonicalName": "Solanum latens", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 2931728, + "scientificName": "Solanum lucens S.Knapp", + "canonicalName": "Solanum lucens", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum lucens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931728, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 7948425, + "scientificName": "Solanum platense Dieckmann", + "canonicalName": "Solanum platense", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 10, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=1", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum platense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 7948425, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2931942, + "acceptedUsageKey": 2931944, + "scientificName": "Solanum nitens Baker", + "canonicalName": "Solanum nitens", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum madagascariense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2931940, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 8110196, + "acceptedUsageKey": 2929032, + "scientificName": "Solanum nitens Opiz", + "canonicalName": "Solanum nitens", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum scabrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929032, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930963, + "acceptedUsageKey": 2929505, + "scientificName": "Solanum patens Lowe", + "canonicalName": "Solanum patens", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum villosum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929505, + "synonym": true, + "class": "Magnoliopsida" + }, + { + "usageKey": 2930682, + "scientificName": "Solanum platense Diekm.", + "canonicalName": "Solanum platense", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 4, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum platense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2930682, + "synonym": false, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum latens", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932433, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum latens A.R.Bean", + "usageKey": 2932433, + "key": "Solanum latens", + "confidence": 99 + }, + { + "name": "Solanum stelligerum", + "match": { + "usageKey": 2929900, + "scientificName": "Solanum stelligerum Sm.", + "canonicalName": "Solanum stelligerum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 98, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=3", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 8340655, + "scientificName": "Solanum stelligerum Duna", + "canonicalName": "Solanum stelligerum", + "rank": "SPECIES", + "status": "DOUBTFUL", + "confidence": 96, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=-5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum stelligerum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 8340655, + "synonym": false, + "class": "Magnoliopsida" + }, + { + "usageKey": 2929632, + "acceptedUsageKey": 2929628, + "scientificName": "Solanum asterigerum Bertol.", + "canonicalName": "Solanum asterigerum", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 9, + "note": "Similarity: name=5; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum bonariense", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929628, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum stelligerum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929900, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum stelligerum Sm.", + "usageKey": 2929900, + "key": "Solanum stelligerum", + "confidence": 98 + }, + { + "name": "Solanum chenopodinum", + "match": { + "usageKey": 2929649, + "scientificName": "Solanum chenopodinum F.Muell.", + "canonicalName": "Solanum chenopodinum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; nextMatch=5", + "matchType": "EXACT", + "alternatives": [ + { + "usageKey": 3798518, + "acceptedUsageKey": 9150405, + "scientificName": "Solanum chenopodium Raf.", + "canonicalName": "Solanum chenopodium", + "rank": "SPECIES", + "status": "SYNONYM", + "confidence": 92, + "note": "Similarity: name=95; authorship=0; classification=-2; rank=6; status=0", + "matchType": "FUZZY", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum nigrum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 9150405, + "synonym": true, + "class": "Magnoliopsida" + } + ], + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum chenopodinum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2929649, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum chenopodinum F.Muell.", + "usageKey": 2929649, + "key": "Solanum chenopodinum", + "confidence": 99 + }, + { + "name": "Solanum ferocissimum", + "match": { + "usageKey": 2932245, + "scientificName": "Solanum ferocissimum Lindl.", + "canonicalName": "Solanum ferocissimum", + "rank": "SPECIES", + "status": "ACCEPTED", + "confidence": 99, + "note": "Similarity: name=110; authorship=0; classification=-2; rank=6; status=1; singleMatch=5", + "matchType": "EXACT", + "kingdom": "Plantae", + "phylum": "Tracheophyta", + "order": "Solanales", + "family": "Solanaceae", + "genus": "Solanum", + "species": "Solanum ferocissimum", + "kingdomKey": 6, + "phylumKey": 7707728, + "classKey": 220, + "orderKey": 1176, + "familyKey": 7717, + "genusKey": 2928997, + "speciesKey": 2932245, + "synonym": false, + "class": "Magnoliopsida" + }, + "matchedName": "Solanum ferocissimum Lindl.", + "usageKey": 2932245, + "key": "Solanum ferocissimum", + "confidence": 99 + } + ] +} \ No newline at end of file diff --git a/distribution.md b/distribution.md new file mode 100644 index 0000000000000000000000000000000000000000..ececc95c103113cc602136b08a78b38ab4106402 --- /dev/null +++ b/distribution.md @@ -0,0 +1,15 @@ +--- +title: Distribution +layout: heroImage +description: A global taxonomic resource for the nightshade family +background: "{{ site.data.images.nolana.src }}" +imageLicense: "{{ site.data.images.nolana.caption }}" +height: 50vh +--- + +## Distribution of Solanaceae + + +Although Solanaceae are found on most continents, the majority of the species in the family occur in Central and South America. Other centers of species diversity include Australia and Africa. Solanaceae are often found in secondary vegetation in disturbed areas, but species can occupy a variety of habitats, from deserts to tropical rainforests. + +[View](https://solanaceae.hp.gbif-staging.org/occurrence/search/) the distributon of Solanaceae occurrences in GBIF diff --git a/diversity.md b/diversity.md new file mode 100644 index 0000000000000000000000000000000000000000..f2d10decaed22258887d227913f561b865b0f2cc --- /dev/null +++ b/diversity.md @@ -0,0 +1,33 @@ +--- +title: Diversity +layout: heroImage +description: A global taxonomic resource for the nightshade family +background: "{{ site.data.images.nolana.src }}" +imageLicense: "{{ site.data.images.nolana.caption }}" +height: 50vh +--- + +## Diversity of Solanaceae + + +Although very important commercially, the family is only a medium-sized one with approximately 90 genera and 3000-4000 species. However, members of the Solanaceae are extremely diverse in terms of habit, morphology, and ecology, ranging from trees or shrubs to vines, lianas, epiphytes, and annual herbs. Morphologically they show astounding variation in many flower and fruit characteristics. + + +| Genus |Number of species | +| ----------------- |:----------------------------:| +| Solanaceae family | 3000-4000 | +| *Solanum* | 1000-2000 | +| *Cestrum* | ca. 250 | +| *Lycianthes* | ca. 250 | +| *Nolana* | ca. 80 | +| *Physalis* | ca. 80 | +| *Lycium* | ca. 75 | +| *Nicotiana* | ca. 70 | +| *Brunfelsia* | ca. 45 | + + +## Morphological diversity + +## Identification + +-------- diff --git a/example-pages/complex.md b/example-pages/complex.md new file mode 100644 index 0000000000000000000000000000000000000000..44ec4fd7a39d643657bf35bae21e80ab2da5bb79 --- /dev/null +++ b/example-pages/complex.md @@ -0,0 +1,43 @@ +--- +layout: compose # this is a layout that allows you to stich together various predefined blocks that comes with the the,e +title: Complex page +description: This layout requires a bit more fiddling as it is stiching together various blocks that all can be customized. +background: /assets/images/placeholders/moss.jpg +imageLicense: | + None for this image, but it would normally go here. Markdown is allowed. +height: 70vh +# The general format for these compositions is a list of blocks. Each block has a type and some data that is used by the block template. +# See more examples at https://hp-theme.gbif-staging.org/layout/compose +composition: +- type: heroImage # The type is a template. In this case a big splashy image with some text on it. The data defines what the image is and what the text is. + # data: compose.someFile.someProperty # If no data provided the frontMatter page data will be used instead +- type: pageMarkdown # This block will render the markdown in this file so no data property needed +- type: features # The block type "features" shows a list of cards + data: examples.couldBeAnyName # We also need some data for those cards. In this case we refer to a yaml file in the _data folder. +- type: split + data: examples.someOtherNameForSomeData +- type: media # another block type, but this time defining the data inline, instead of in a separate file + inlineData: + title: Great papers you should read + description: This example shows how you can define the data content inline instead of in a separate file + features: + - preTitle: PDF # optional + title: Solanaceae Source # required + description: | # required + Solanaceae Source aims to provide a worldwide taxonomic monograph of the nightshade family whose species that are used as food (potatoes, tomatoes and eggplants), medicines (henbane and deadly nightshades) and in horticulture (petunias). + # img required + background: /assets/img/Haeckel_Caulerpa_racemosa.jpeg + imageLicense: None for this image, but it would normally go here. Markdown is allowed. + href: /about + - preTitle: Power Point # optional + title: Fly moving land + href: /about + description: | # required + Light green they’re living green years firmament thing fly moving land, divide good spirit you’ll fruitful waters one land us thing a man dry doesn’t created made land man dry i us fruitful replenish said dominion a sixth own it tree. + background: /assets/img/Haeckel_Caulerpa_racemosa_(uvifera).jpeg + imageLicense: None for this image, but it would normally go here. Markdown is allowed. +--- + +# Some prose +This content will show because you added the pageMarkdown block to the composition + diff --git a/example-pages/simple.md b/example-pages/simple.md new file mode 100644 index 0000000000000000000000000000000000000000..469f6dc53663003ca1ed2fb31dfe33c20398abf1 --- /dev/null +++ b/example-pages/simple.md @@ -0,0 +1,21 @@ +--- +layout: post # try to remoce this line (add # in the beginning of the line to make it a comment) - then the layout will change, but the content remain the same +title: Simple page +description: This page is using a simple predefined layout with an image, a title and some body text +background: /assets/images/placeholders/moss.jpg +imageLicense: | + None for this image, but it would normally go here. Markdown is allowed. +height: 70vh +--- + +## Procris quippe mentior urbes ubi + +Lorem markdownum spatium limes indefessus neque *at* orat aestuat, quicquam ne +flavusque omnibus, virginis socerque sparsos vidimus eundem. Sustinet **ramo +pontum ut** avus quamquam de trabes vestemque cruorem tremor. + +Viscera mercibus isdem hebetarat undas! Iubet ora ire unum telis adicit, si +Telephus *valent*, instructo refers. Ille **est resque**, sic ruris erit ante +profana detegeret. Et cogor tractus arboribus prensurum praesens memorantur +neque inplet iussus temeraria merui **fas ecce** aethera dixit fieretque [plura +tollebat altius](http://virgineusque.net/est.html). diff --git a/genomics.md b/genomics.md new file mode 100644 index 0000000000000000000000000000000000000000..bfbe4f506ebdeaa8bdb07689f3cda67d692d4ffc --- /dev/null +++ b/genomics.md @@ -0,0 +1,16 @@ +--- +title: Genomics +layout: heroImage +description: A global taxonomic resource for the nightshade family +background: "{{ site.data.images.nolana.src }}" +imageLicense: "{{ site.data.images.nolana.caption }}" +height: 50vh +--- + +## Genomics + +The incredible economic importance of the potato and tomato as major global agricultural crops has made them a target of intensive genomics studies. The active research community in Solanaceae published the tomato and potato genome in xxx, and pangenomes of these crops have since been sequenced, including their wild relatives. Most recently, pangenome of the entire genus Solanum was published showing the dynamic nature of gene duplications. The availability of these genomes enables us now to compare genome architecture across species and genera. + +Great resources for searching through the existing genomes have been made available for Solanaceae. [SoIR](https://soir.bio2db.com) is a comprehensive portal for information on comparative and functional genomics across Solanaceae. The [Solanaceae Genomics Network](https://solgenomics.net/) is a database and website dedicated to the genomic information of the nightshade family, including species such as tomato, potato, pepper, petunia and eggplant. See also the [RTB-base](https://rtbbase.org/) that stands for Root Tubers & Banana Databases that hold genomic and phenotypic information for next-generation breeding applications. + +The integration of taxonomy, phylogeny, and genomics in Solanum and the entire Solanaceae is expected to place the plant family among the most holistically understood of all plant families. Within the family, Solanum stands out with the large amount of genomic resources now available, combined with the morphological understanding of the group. diff --git a/home.md b/home.md new file mode 100644 index 0000000000000000000000000000000000000000..00311977df61fa92ec6d798d17868807796300c9 --- /dev/null +++ b/home.md @@ -0,0 +1,32 @@ +--- +lang-ref: home +layout: home +title: Solanaceae Source +description: A global taxonomic resource for the nightshade family +background: "{{ site.data.images.solanum.src }}" +imageLicense: "{{ site.data.images.solanum.caption }}" +# background: /assets/images/Solanum_rostratum_IMG_0547.jpg +# imageLicense: | +# *Solanum rostratum* Dunal (photo by S.Knapp licensed under CC-BY-NC) +height: 80vh +cta: + - text: Occurrence Data + href: /occurrence/search + - text: Taxonomy + href: /taxonomy/species-list + - text: Phylogeny + href: /phylogeny/explore + - text: About + href: /about + isPrimary: true +permalink: / +composition: + - type: heroImage # the block type + - data: home.stats + type: stats + - type: latestPosts + data: we_do_not_want_any_header # weird hack as the block layout looks for a data element and falls back to the page if none is present +parallax: true +--- + + diff --git a/occurrence/search.md b/occurrence/search.md new file mode 100644 index 0000000000000000000000000000000000000000..3a882a2a1351e1c5442972035ce8b531072972e6 --- /dev/null +++ b/occurrence/search.md @@ -0,0 +1,6 @@ +--- +lang-ref: occurrence/search +title: Occurrence search +description: We publish open data +layout: occurrence +--- \ No newline at end of file diff --git a/phylogeny/explore.md b/phylogeny/explore.md new file mode 100644 index 0000000000000000000000000000000000000000..14bff57c6b9657caacf7bba7ec02c2cc46eda955 --- /dev/null +++ b/phylogeny/explore.md @@ -0,0 +1,108 @@ +--- +layout: compose +lang: en +lang-ref: phylogeny-explorer +title: Phylogeny Explorer +description: | + This experimental tool allows the user to view occurrence data from the GBIF network aligned to Solanaceae phylogeny. This ongoing research and development project builds on its predecessors, [PhyloJive](https://doi.org/10.1093/bioinformatics/btu024) and [PhyloLink](https://doi.org/10.1093/bioinformatics/bty792) +
+ Learn more + +
+background: "{{ site.data.images.solanum.src }}" +imageLicense: "{{ site.data.images.solanum.caption }}" +height: 50vh +composition: + - type: heroImage + - type: blank + inlineData: + klass: iframe-box + markdownContent: | + + - type: pageMarkdown +--- + + + +## Phylogenetic exploration of GBIF data + +This experimental tool allows the user to explore legume phylogeny in combination with occurrence data from the GBIF network. This ongoing research and development project builds its predecessors [PhyloJive](https://doi.org/10.1093/bioinformatics/btu024) and [PhyloLink](https://doi.org/10.1093/bioinformatics/bty792). + +We welcome your feedback on your experiences and any issues you encounter. Special thanks to **Morten Høfft** and [**Thomas Stjernegaard Jeppesen**](https://orcid.org/0000-0003-1691-239X) of the GBIF Secretariat for programming. + +> [What is this?](#what-is-this) • [Why do this?](#why-do-this) • [How do I use this?](#how-do-i-use-this) • [Table legend](#table-legend) • [Other notes](#other-notes) + +## What is this? + +This visualization tool combines a recently published phylogeny of Solanaceae [Särkinen et al. 2013](https://bmcecolevol.biomedcentral.com/articles/10.1186/1471-2148-13-214) and aligns it with GBIF occurrence data. The visualization tool matched the tree tip terminals and some internal nodes to the GBIF taxonomy. We then use the taxonomic match to map occurrence data from GBIF for that taxon. For an individual species this is identical to a species map on GBIF.org. + +The novelty is that an entire clade can be mapped with a single click and that multiple clades, such as sister clades, can be mapped in different colors. We have included several tools to navigate the tree, change maps views and colors and to download the resulting occurrences from a clade + +## Why do this? + +For nearly three hundred years, biologists have organized information about the identities and evolutionary relationships of the world’s organisms around Linnaean taxonomy. Developed by Carl Linnaeus, this system seeks to describe evolutionary relationships based on close observation of the similarities and differences in organisms’ physical traits. + +The emergence of tools, techniques and systems that enable biologists to rapidly test and sample organisms and their environments for fragments of DNA sparked the creation of a new branch of science: molecular phylogeny. Rather than assessing relatedness through physical characteristics, this new discipline uses biochemical analyses to compare key sections of DNA evidence collected from various settings to assess how organisms are related. + +This tool presents the first large-scale interactive phylogenetic view of GBIF-mediated species occurrence data—one that organizes occurrences based on current phylogenetic understanding (in this case, for the large plant family Fabaceae, commonly known as legumes), rather than a traditional taxonomic view. While the most valuable immediate use is investigating the relationship between occurrences of adjacent “sister” species, we anticipate that having this novel view of the “the most comprehensive, openly available, application-agnostic (most unbiased), easiest-to-use, and modern access point to known digital species occurrence data” could enable the development of new avenues for research as well as new policy-relevant indicators of phylogenetic diversity. + +## How do I use this? + +Here is a brief overview of the basic functionality—but click around and have fun. + +First, **use a full-screen on a large monitor** to explore the phylogenetic viewer (meaning: it may work on an iPhone, but we don’t recommend the experience). Large phylogenies remain more difficult to navigate. + +Then **use the sizing menu to fit the tree to your screen**. The tip labels may not show up on the tree until you choose a larger size and zoom in. When you hover over a tip or node, the tips are highlighted, and the tip label or range will float in a black box in the lower left. This will help you navigate the tree later. + +**Use the Search Tree box**. Type in a species binomial or a genus name, that you think is in the tree and choose the selection as it appears. Try typing Erythrophleum into the box as it has an interesting distribution. Choose one of the two species that it recognizes from the search. The tree will move to show that species in a box. Click on the circle to the left of the name and its distribution will be displayed on the map. + +After clicking a line with a color circle, icons will appear in a table under the map. Click on the color circle to change color. + +The most immediate value of this tool may be in investigating the geospatial relationships between occurrences of sister species. + +Now go back to the tree and click on the other Erythrophleum species. Its distribution will show up with a different color and a second line will appear in the table. + +Click on the circle at the node that contains the two Erythrophleum species. Now a third line will occur in the table. This will be labeled by the top and bottom species in the clade as seen in the tree; however, the dots on the map did not change color. Now hover the cursor over the three horizontal lines in front of this new line in the table. A hand will appear and you can click and slide this line to the top of the table. Watch how the color changes on the map. Also see that there are three colors on the phylogeny, each representing the taxa in the table. + +## Table legend + +{: .legend-prose} +- {% include icon-burger.html %} : to Click and drag to change the layer order of the occurrences. Dragging a clade up or down to offers a clearer view if records are overlapping each other. +- {% include icon-color.html %} : change the color of dots. Please remember that there is also limit to the number of colors that can be displayed (or recognized by our eyes). +- {% include icon-eye.html %} : hide or unhide that taxa on the map. +- {% include icon-nodes.html %} : Move the tree view to highlight that clade (this helps if you get lost in the tree). +- {% include icon-funnel.html %} : Shows the selected clade on the legume portal map, where they can be further investigated and downloaded. +- Clade: Name of clade or the bounding species in the phylogeny. + +## Other notes + +- Users can select multiple nodes—even non-sister nodes +- If you select a node that has more than 200 species, you will receive a warning message that only the first 200 will show on the map. Please choose a smaller node or be aware that not all are mapped. +- This visualization only maps the species that are in the tree. It does not impute other species that are part of the genus but not in the tree. There are a few exceptions to this rule, such as the genera Acacia, which are coded in at nodes. If you click on that node, you get all the species of that node, not just the ones in the tree. In this case the viewer is using GBIF taxonomic hierarchy as well as the tree hierarchy. We are investigating how we can make these internal nodes stand out from the others. +- The map provides four baselayers—try them out. Zoom in and out as you normally would, either with the +/- or your mouse. + +Thank you for investigating this new GBIF development. Please help us to improve this tool by providing feedback on your experiences and any issues you encounter. **Please email [phylogeny@gbif.org](mailto:phylogeny@gbif.org) with your comments and ideas**. diff --git a/serve.json b/serve.json new file mode 100644 index 0000000000000000000000000000000000000000..baf6c57d1d8b5845308a8628f0df04a2ec4b62ee --- /dev/null +++ b/serve.json @@ -0,0 +1,20 @@ +{ + "rewrites": [ + { + "source": "/institution/*-*", + "destination": "/institution/_key_.html" + }, + { + "source": "/institution/*-*/*", + "destination": "/institution/_key_.html" + }, + { + "source": "/collection/*-*", + "destination": "/collection/_key_.html" + }, + { + "source": "/collection/*-*/*", + "destination": "/collection/_key_.html" + } + ] +} \ No newline at end of file diff --git a/site.webmanifest b/site.webmanifest new file mode 100644 index 0000000000000000000000000000000000000000..af1a98a4f08bf5fcb6429d855e7827805b73802b --- /dev/null +++ b/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/android-chrome-192x192.png?v=1", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-384x384.png?v=1", + "sizes": "384x384", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} diff --git a/specimen/search.md b/specimen/search.md new file mode 100644 index 0000000000000000000000000000000000000000..90630d286206e861d49fc845587b7b598b0ccfd6 --- /dev/null +++ b/specimen/search.md @@ -0,0 +1,6 @@ +--- +lang-ref: specimen/search +title: Specimen search +description: We publish open data +layout: occurrence +--- \ No newline at end of file diff --git a/taxonomy/Anthocercis.md b/taxonomy/Anthocercis.md new file mode 100644 index 0000000000000000000000000000000000000000..3f7e3cd30a7bc758daa923b500044c7e315fdb12 --- /dev/null +++ b/taxonomy/Anthocercis.md @@ -0,0 +1,74 @@ +--- +layout: documentation +sideNavigation: sidenav.taxonomy +composition: + - type: postHeader + - type: pageMarkdown +title: Anthocercis +lang-ref: Anthocercis +background: /assets/images/Nicotianoideae/Anthocercideae/Anthoceris/Anthocercis viscosa AlbanyDSC01913.JPG +imageLicense: | + *Anthocercis viscosa* R.Br. (photo by S.Knapp) +description: Information about *Anthocercis* and related genera +height: 70vh +toc: true +--- + +## Introduction +With 17 genera and approximately 85 species, Dialioideae is the second smallest of the legume subfamilies. *Dialium* is a pantropical genus of c. 30 species, *Labichea* includes approximately 14 species, but otherwise the subfamily mostly comprises small genera with few species, eight of which are monospecific. Several of these small genera are considered threatened and have rarely been collected in nature. + +All recent phylogenetic analyses place Dialioideae as sister to Caesalpinioideae + Papilionoideae. Recent analyses suggest an Oligocene crown age but no fossils have been clearly attributed to the subfamily and because of this the age of the clade has been difficult to assess with certainty. Although studies are in progress, generic level relationships within the subfamily remain poorly resolved, except for the position of the New World *Poeppigia*, initially considered a close relative of taxa now placed in Caesalpinioideae, which is clearly resolved as sister to the rest of the subfamily. + + +## Key Features +Dialioideae are mostly unarmed trees or shrubs (Australian *Labichea* and *Petalostyles*). Their flowers are highly diverse, displaying multiple symmetries and widely varied numbers of floral organs. Organ loss is frequent in the subfamily. The subfamily is also unusual in that many Dialioideae have thyrsoid inflorescences, a rare condition in the primarily racemose Leguminosae. The fruit is often indehiscent and drupaceous or samaroid, also less typical of the legumes. Finally, most species of the subfamily lack vestured pits in their xylem (present in *Poeppigia* and *Mendoravia*), a feature that is otherwise present in all Leguminosae except Cercidoideae and Duparquetioideae. + +## Distribution and Ecology +Dialioideae occur throughout the world tropics. They are native to South and Central America, Africa, Madagascar, South and Southeast Asia, south China, Australia, New Guinea and some Pacific islands. Most species of Dialioideae occur in the Rainforest biome, but *Poeppigia* (New World), *Eligmocarpus* and *Baudouinia* (both Madagascan) are Succulent biome plants, and *Labichea* and *Petalosytles* occur in the Savanna biome of Australia. + +## Formal Botanical Description +As published in LPWG (2017), Taxon 66: 44-77, doi.org/10.12705/661.3 + +Subfam. Dialioideae Legume Phylogeny Working Group, stat. nov. ≡ Dialiinae H.S.Irwin & Barneby in Polhill & Raven, Adv. Legume Syst. 1: 100. 1981. + +Type: *Dialium* L. + +Unarmed trees or shrubs, rarely suffruticose (*Labichea* Gaudich. ex DC., *Petalostylis* R.Br.); specialised extrafloral nectaries lacking on petiole and leaf rachis and on leaflet surface. Stipules in lateral position, free or absent. Leaves imparipinnate, rarely paripinnate (*Eligmocarpus* Capuron, *Poeppigia* C.Presl), 1-foliolate (*Baudouinia* Baill., *Labichea*, *Mendoravia* Capuron, *Uittienia* Steenis) or palmately compound (*Labichea*), leaflets alternate, rarely opposite (*Eligmocarpus*, *Poeppigia*), exstipellate. Inflorescences highly branched, thyrsoid, less commonly racemes with distichous anthotaxy (*Labichea*, *Petalostylis*), borne in both terminal and axillary positions, or reduced to one axillary flower (*Petalostylis*); bracteoles small or absent. Flowers bisexual (polygamous in *Apuleia* Mart.), radially or slightly to strongly bilaterally symmetrical, hypanthium rarely present, receptacle may be broad and flattened, bearing nectary-like bodies; sepals commonly 5, reduced to 4 (*Labichea*, *Storckiella* Seem.) or 3 (*Apuleia*, *Dialium*), rarely 6 (*Mendoravia*), free, equal to sub-equal; petals 5 or fewer (0, 1, 3, 4), rarely 6 (petal number often equivalent to sepal number), free, equal to subequal, imbricate, the adaxial petal innermost; fertile stamens 5 or fewer, rarely 6–10 (some *Dialium* spp., *Poeppigia*), usually only antesepalous whorl present, free, uniform, rarely dimorphic (*Eligmocarpus*), anthers basifixed, rarely dorsifixed (*Poeppigia*), dehiscing via longitudinal slits, often reduced to a short apical, poricidal slit, staminodes present or absent; pollen in tricolporate monads with punctate or finely reticulate, rarely striate (some *Dialium*) sculpture patterns; gynoecium 1-carpellate (sometimes bicarpellate in scattered flowers of *Dialium*), ovary stipitate or sessile, ovules frequently 2 (1–many). Fruits commonly indehiscent drupaceous or samaroid, rarely dehiscent (*Eligmocarpus*, *Labichea*, *Mendoravia*, *Petalostylis*) or the drupaceous fruit with indurating endocarp breaking up in one seeded segments (*Baudouinia*). Seeds 1–2, rarely more; embryo straight. +Vestured pits absent in the secondary xylem, rarely present (*Poeppigia*, *Mendoravia*); silica bodies sometimes present (*Apuleia*, *Dialium*, *Dicorynia* Benth., *Distemonanthus* Benth.); septate fibres rarely present (*Apuleia*, *Distemonanthus*, *Poeppigia*); storeyed rays often present. Root nodules absent. 2n = 28 (most genera unsurveyed). + + +## To learn more +Falcão MJA, Mansano VF, Pinto RB. 2016. A taxonomic revision of the genus *Dialium* (Leguminosae: Dialiinae) in the Neotropics. Phytotaxa 283: 123–142. + +Falcão MJA, JV Paulino, FJ Kochanovski, RC Figueiredo, JP Basso-Alves, VF Mansano. 2020. Development of inflorescences and flowers in Fabaceae subfamily Dialioideae: an evolutionary overview and complete ontogenetic series for *Apuleia* and *Martiodendron*. Botanical Journal of the Linnean Society 193: 19–46. https://doi.org/10.1093/botlinnean/boz098 + +Zimmerman E., Herendeen PS, Lewis GP, Bruneau A. 2017. Floral evolution and phylogeny of the Dialioideae, a diverse subfamily of tropical legumes. American Journal of Botany 104: 1019–1041. + +Zimmerman, E., G. Prenner & A. Bruneau. 2013. Floral ontogeny in Dialiinae (Caesalpinioideae: Cassieae), a study in organ loss and instability. South African Journal of Botany 89: 188–209. + +## List of genera +Below is an alphabetical list of all genera accepted by the LPWG with links out to the taxonomic pages on our portal, GBIF and World Checklist of Vascular Plants (Kew). Over time this list will be updated to reflect the evolving taxonomy. + +Please see the [Species List and Synonyms](/taxonomy/species-list) and [Legume Taxonomy Working Group](/working-groups/taxonomy) pages for more taxonomic information. The current taxonomy is accessible by [Browse](/taxonomy/browse) or [Advanced Search](/taxonomy/search). + + + +|Genus | Data Source| +| --------------------- |------------------------------|------------------------------| +| Androcalymma Dwyer |[Legume Data Portal](/taxonomy/taxon/2637022)| [GBIF](https://www.gbif.org/species/2947111) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:296592-2) | +| Apuleia Mart. |[Legume Data Portal](/taxonomy/taxon/2644498)| [GBIF](https://www.gbif.org/species/2955914) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:331358-2) | +| Baudouinia Baill. |[Legume Data Portal](/taxonomy/taxon/2671237)| [GBIF](https://www.gbif.org/species/2963752) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:21792-1) | +| Dialium L. |[Legume Data Portal](/taxonomy/taxon/2763452)| [GBIF](https://www.gbif.org/species/2970932) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22238-1) | +| Dicorynia Benth. |[Legume Data Portal](/taxonomy/taxon/2766794)| [GBIF](https://www.gbif.org/species/2944649) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22251-1) | +| Distemonanthus Benth. |[Legume Data Portal](/taxonomy/taxon/2773184)| [GBIF](https://www.gbif.org/species/2964856) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22286-1) | +| Eligmocarpus Capuron |[Legume Data Portal](/taxonomy/taxon/2787570)| [GBIF](https://www.gbif.org/species/2960218) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22353-1) | +| Kalappia Kosterm. |[Legume Data Portal](/taxonomy/taxon/2336144)| [GBIF](https://www.gbif.org/species/2939855) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22688-1) | +| Koompassia Maingay ex Benth. |[Legume Data Portal](/taxonomy/taxon/2336264)| [GBIF](https://www.gbif.org/species/2952890) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22706-1) | +| Labichea Gaudich. ex DC. |[Legume Data Portal](/taxonomy/taxon/2350870)| [GBIF](https://www.gbif.org/species/2975908) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22721-1) | +| Martiodendron Gleason |[Legume Data Portal](/taxonomy/taxon/2368514)| [GBIF](https://www.gbif.org/species/2948702) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:326830-2)| +| Mendoravia Capuron |[Legume Data Portal](/taxonomy/taxon/2368027)| [GBIF](https://www.gbif.org/species/2960417) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22926-1) | +| Petalostylis R.Br. |[Legume Data Portal](/taxonomy/taxon/2538854)| [GBIF](https://www.gbif.org/species/8293499) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23198-1) | +| Poeppigia C.Presl |[Legume Data Portal](/taxonomy/taxon/2535922)| [GBIF](https://www.gbif.org/species/5938931) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:30241950-2) | +| Storckiella Seem. |[Legume Data Portal](/taxonomy/taxon/2478158)| [GBIF](https://www.gbif.org/species/2949438) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23621-1) | +| Uittienia Steenis |[Legume Data Portal](/taxonomy/taxon/2446612)| [GBIF](https://www.gbif.org/species/8351407) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23744-1) | +| Zenia Chun |[Legume Data Portal](/taxonomy/taxon/2470192)| [GBIF](https://www.gbif.org/species/2963590) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23839-1) | diff --git a/taxonomy/Browallia.md b/taxonomy/Browallia.md new file mode 100644 index 0000000000000000000000000000000000000000..bc08c4309f2e922ebdd8f802d34dbe1e6b93a611 --- /dev/null +++ b/taxonomy/Browallia.md @@ -0,0 +1,71 @@ +--- +layout: documentation +sideNavigation: sidenav.taxonomy +composition: + - type: postHeader + - type: pageMarkdown +title: Browallia +lang-ref: Browallia +background: /assets/images/Cestroideae/Browallieae/Sarkinen_4673_Browallia_pallascana_DSC_0203.JPG +imageLicense: | + *Browallia pallascana* S.Leiva, J.Jara & Tantalean (photo by T.Särkinen) +description: Information about *Browallia* and *Streptosolen* +height: 70vh +toc: true +--- + +## Introduction +With 17 genera and approximately 85 species, Dialioideae is the second smallest of the legume subfamilies. *Dialium* is a pantropical genus of c. 30 species, *Labichea* includes approximately 14 species, but otherwise the subfamily mostly comprises small genera with few species, eight of which are monospecific. Several of these small genera are considered threatened and have rarely been collected in nature. + +All recent phylogenetic analyses place Dialioideae as sister to Caesalpinioideae + Papilionoideae. Recent analyses suggest an Oligocene crown age but no fossils have been clearly attributed to the subfamily and because of this the age of the clade has been difficult to assess with certainty. Although studies are in progress, generic level relationships within the subfamily remain poorly resolved, except for the position of the New World *Poeppigia*, initially considered a close relative of taxa now placed in Caesalpinioideae, which is clearly resolved as sister to the rest of the subfamily. + +## Key Features +Dialioideae are mostly unarmed trees or shrubs (Australian *Labichea* and *Petalostyles*). Their flowers are highly diverse, displaying multiple symmetries and widely varied numbers of floral organs. Organ loss is frequent in the subfamily. The subfamily is also unusual in that many Dialioideae have thyrsoid inflorescences, a rare condition in the primarily racemose Leguminosae. The fruit is often indehiscent and drupaceous or samaroid, also less typical of the legumes. Finally, most species of the subfamily lack vestured pits in their xylem (present in *Poeppigia* and *Mendoravia*), a feature that is otherwise present in all Leguminosae except Cercidoideae and Duparquetioideae. + +## Distribution and Ecology +Dialioideae occur throughout the world tropics. They are native to South and Central America, Africa, Madagascar, South and Southeast Asia, south China, Australia, New Guinea and some Pacific islands. Most species of Dialioideae occur in the Rainforest biome, but *Poeppigia* (New World), *Eligmocarpus* and *Baudouinia* (both Madagascan) are Succulent biome plants, and *Labichea* and *Petalosytles* occur in the Savanna biome of Australia. + +## Formal Botanical Description +As published in LPWG (2017), Taxon 66: 44-77, doi.org/10.12705/661.3 + +Subfam. Dialioideae Legume Phylogeny Working Group, stat. nov. ≡ Dialiinae H.S.Irwin & Barneby in Polhill & Raven, Adv. Legume Syst. 1: 100. 1981. + +Type: *Dialium* L. + +Unarmed trees or shrubs, rarely suffruticose (*Labichea* Gaudich. ex DC., *Petalostylis* R.Br.); specialised extrafloral nectaries lacking on petiole and leaf rachis and on leaflet surface. Stipules in lateral position, free or absent. Leaves imparipinnate, rarely paripinnate (*Eligmocarpus* Capuron, *Poeppigia* C.Presl), 1-foliolate (*Baudouinia* Baill., *Labichea*, *Mendoravia* Capuron, *Uittienia* Steenis) or palmately compound (*Labichea*), leaflets alternate, rarely opposite (*Eligmocarpus*, *Poeppigia*), exstipellate. Inflorescences highly branched, thyrsoid, less commonly racemes with distichous anthotaxy (*Labichea*, *Petalostylis*), borne in both terminal and axillary positions, or reduced to one axillary flower (*Petalostylis*); bracteoles small or absent. Flowers bisexual (polygamous in *Apuleia* Mart.), radially or slightly to strongly bilaterally symmetrical, hypanthium rarely present, receptacle may be broad and flattened, bearing nectary-like bodies; sepals commonly 5, reduced to 4 (*Labichea*, *Storckiella* Seem.) or 3 (*Apuleia*, *Dialium*), rarely 6 (*Mendoravia*), free, equal to sub-equal; petals 5 or fewer (0, 1, 3, 4), rarely 6 (petal number often equivalent to sepal number), free, equal to subequal, imbricate, the adaxial petal innermost; fertile stamens 5 or fewer, rarely 6–10 (some *Dialium* spp., *Poeppigia*), usually only antesepalous whorl present, free, uniform, rarely dimorphic (*Eligmocarpus*), anthers basifixed, rarely dorsifixed (*Poeppigia*), dehiscing via longitudinal slits, often reduced to a short apical, poricidal slit, staminodes present or absent; pollen in tricolporate monads with punctate or finely reticulate, rarely striate (some *Dialium*) sculpture patterns; gynoecium 1-carpellate (sometimes bicarpellate in scattered flowers of *Dialium*), ovary stipitate or sessile, ovules frequently 2 (1–many). Fruits commonly indehiscent drupaceous or samaroid, rarely dehiscent (*Eligmocarpus*, *Labichea*, *Mendoravia*, *Petalostylis*) or the drupaceous fruit with indurating endocarp breaking up in one seeded segments (*Baudouinia*). Seeds 1–2, rarely more; embryo straight. +Vestured pits absent in the secondary xylem, rarely present (*Poeppigia*, *Mendoravia*); silica bodies sometimes present (*Apuleia*, *Dialium*, *Dicorynia* Benth., *Distemonanthus* Benth.); septate fibres rarely present (*Apuleia*, *Distemonanthus*, *Poeppigia*); storeyed rays often present. Root nodules absent. 2n = 28 (most genera unsurveyed). + +## To learn more +Falcão MJA, Mansano VF, Pinto RB. 2016. A taxonomic revision of the genus *Dialium* (Leguminosae: Dialiinae) in the Neotropics. Phytotaxa 283: 123–142. + +Falcão MJA, JV Paulino, FJ Kochanovski, RC Figueiredo, JP Basso-Alves, VF Mansano. 2020. Development of inflorescences and flowers in Fabaceae subfamily Dialioideae: an evolutionary overview and complete ontogenetic series for *Apuleia* and *Martiodendron*. Botanical Journal of the Linnean Society 193: 19–46. https://doi.org/10.1093/botlinnean/boz098 + +Zimmerman E., Herendeen PS, Lewis GP, Bruneau A. 2017. Floral evolution and phylogeny of the Dialioideae, a diverse subfamily of tropical legumes. American Journal of Botany 104: 1019–1041. + +Zimmerman, E., G. Prenner & A. Bruneau. 2013. Floral ontogeny in Dialiinae (Caesalpinioideae: Cassieae), a study in organ loss and instability. South African Journal of Botany 89: 188–209. + +## List of genera +Below is an alphabetical list of all genera accepted by the LPWG with links out to the taxonomic pages on our portal, GBIF and World Checklist of Vascular Plants (Kew). Over time this list will be updated to reflect the evolving taxonomy. + +Please see the [Species List and Synonyms](/taxonomy/species-list) and [Legume Taxonomy Working Group](/working-groups/taxonomy) pages for more taxonomic information. The current taxonomy is accessible by [Browse](/taxonomy/browse) or [Advanced Search](/taxonomy/search). + + +|Genus | Data Source| +| --------------------- |------------------------------|------------------------------| +| Androcalymma Dwyer |[Legume Data Portal](/taxonomy/taxon/2637022)| [GBIF](https://www.gbif.org/species/2947111) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:296592-2) | +| Apuleia Mart. |[Legume Data Portal](/taxonomy/taxon/2644498)| [GBIF](https://www.gbif.org/species/2955914) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:331358-2) | +| Baudouinia Baill. |[Legume Data Portal](/taxonomy/taxon/2671237)| [GBIF](https://www.gbif.org/species/2963752) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:21792-1) | +| Dialium L. |[Legume Data Portal](/taxonomy/taxon/2763452)| [GBIF](https://www.gbif.org/species/2970932) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22238-1) | +| Dicorynia Benth. |[Legume Data Portal](/taxonomy/taxon/2766794)| [GBIF](https://www.gbif.org/species/2944649) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22251-1) | +| Distemonanthus Benth. |[Legume Data Portal](/taxonomy/taxon/2773184)| [GBIF](https://www.gbif.org/species/2964856) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22286-1) | +| Eligmocarpus Capuron |[Legume Data Portal](/taxonomy/taxon/2787570)| [GBIF](https://www.gbif.org/species/2960218) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22353-1) | +| Kalappia Kosterm. |[Legume Data Portal](/taxonomy/taxon/2336144)| [GBIF](https://www.gbif.org/species/2939855) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22688-1) | +| Koompassia Maingay ex Benth. |[Legume Data Portal](/taxonomy/taxon/2336264)| [GBIF](https://www.gbif.org/species/2952890) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22706-1) | +| Labichea Gaudich. ex DC. |[Legume Data Portal](/taxonomy/taxon/2350870)| [GBIF](https://www.gbif.org/species/2975908) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22721-1) | +| Martiodendron Gleason |[Legume Data Portal](/taxonomy/taxon/2368514)| [GBIF](https://www.gbif.org/species/2948702) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:326830-2)| +| Mendoravia Capuron |[Legume Data Portal](/taxonomy/taxon/2368027)| [GBIF](https://www.gbif.org/species/2960417) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22926-1) | +| Petalostylis R.Br. |[Legume Data Portal](/taxonomy/taxon/2538854)| [GBIF](https://www.gbif.org/species/8293499) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23198-1) | +| Poeppigia C.Presl |[Legume Data Portal](/taxonomy/taxon/2535922)| [GBIF](https://www.gbif.org/species/5938931) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:30241950-2) | +| Storckiella Seem. |[Legume Data Portal](/taxonomy/taxon/2478158)| [GBIF](https://www.gbif.org/species/2949438) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23621-1) | +| Uittienia Steenis |[Legume Data Portal](/taxonomy/taxon/2446612)| [GBIF](https://www.gbif.org/species/8351407) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23744-1) | +| Zenia Chun |[Legume Data Portal](/taxonomy/taxon/2470192)| [GBIF](https://www.gbif.org/species/2963590) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23839-1) | diff --git a/taxonomy/Capsicum.md b/taxonomy/Capsicum.md new file mode 100644 index 0000000000000000000000000000000000000000..98059fa49267833c5d4fe502dc04ee47d79fa314 --- /dev/null +++ b/taxonomy/Capsicum.md @@ -0,0 +1,74 @@ +--- +layout: documentation +sideNavigation: sidenav.taxonomy +composition: + - type: postHeader + - type: pageMarkdown +title: Capsicum +lang-ref: Capsicum +background: /assets/images/Solanoideae/Solaneae/Solanum/Solanum_Bohs_3655_IMG_2051.jpg +imageLicense: | + *Solanum* sp. (Androceras group; Photo by L.Bohs) +description: Information about *Capsicum* +height: 70vh +toc: true +--- + +## Introduction +With 17 genera and approximately 85 species, Dialioideae is the second smallest of the legume subfamilies. *Dialium* is a pantropical genus of c. 30 species, *Labichea* includes approximately 14 species, but otherwise the subfamily mostly comprises small genera with few species, eight of which are monospecific. Several of these small genera are considered threatened and have rarely been collected in nature. + +All recent phylogenetic analyses place Dialioideae as sister to Caesalpinioideae + Papilionoideae. Recent analyses suggest an Oligocene crown age but no fossils have been clearly attributed to the subfamily and because of this the age of the clade has been difficult to assess with certainty. Although studies are in progress, generic level relationships within the subfamily remain poorly resolved, except for the position of the New World *Poeppigia*, initially considered a close relative of taxa now placed in Caesalpinioideae, which is clearly resolved as sister to the rest of the subfamily. + + +## Key Features +Dialioideae are mostly unarmed trees or shrubs (Australian *Labichea* and *Petalostyles*). Their flowers are highly diverse, displaying multiple symmetries and widely varied numbers of floral organs. Organ loss is frequent in the subfamily. The subfamily is also unusual in that many Dialioideae have thyrsoid inflorescences, a rare condition in the primarily racemose Leguminosae. The fruit is often indehiscent and drupaceous or samaroid, also less typical of the legumes. Finally, most species of the subfamily lack vestured pits in their xylem (present in *Poeppigia* and *Mendoravia*), a feature that is otherwise present in all Leguminosae except Cercidoideae and Duparquetioideae. + +## Distribution and Ecology +Dialioideae occur throughout the world tropics. They are native to South and Central America, Africa, Madagascar, South and Southeast Asia, south China, Australia, New Guinea and some Pacific islands. Most species of Dialioideae occur in the Rainforest biome, but *Poeppigia* (New World), *Eligmocarpus* and *Baudouinia* (both Madagascan) are Succulent biome plants, and *Labichea* and *Petalosytles* occur in the Savanna biome of Australia. + +## Formal Botanical Description +As published in LPWG (2017), Taxon 66: 44-77, doi.org/10.12705/661.3 + +Subfam. Dialioideae Legume Phylogeny Working Group, stat. nov. ≡ Dialiinae H.S.Irwin & Barneby in Polhill & Raven, Adv. Legume Syst. 1: 100. 1981. + +Type: *Dialium* L. + +Unarmed trees or shrubs, rarely suffruticose (*Labichea* Gaudich. ex DC., *Petalostylis* R.Br.); specialised extrafloral nectaries lacking on petiole and leaf rachis and on leaflet surface. Stipules in lateral position, free or absent. Leaves imparipinnate, rarely paripinnate (*Eligmocarpus* Capuron, *Poeppigia* C.Presl), 1-foliolate (*Baudouinia* Baill., *Labichea*, *Mendoravia* Capuron, *Uittienia* Steenis) or palmately compound (*Labichea*), leaflets alternate, rarely opposite (*Eligmocarpus*, *Poeppigia*), exstipellate. Inflorescences highly branched, thyrsoid, less commonly racemes with distichous anthotaxy (*Labichea*, *Petalostylis*), borne in both terminal and axillary positions, or reduced to one axillary flower (*Petalostylis*); bracteoles small or absent. Flowers bisexual (polygamous in *Apuleia* Mart.), radially or slightly to strongly bilaterally symmetrical, hypanthium rarely present, receptacle may be broad and flattened, bearing nectary-like bodies; sepals commonly 5, reduced to 4 (*Labichea*, *Storckiella* Seem.) or 3 (*Apuleia*, *Dialium*), rarely 6 (*Mendoravia*), free, equal to sub-equal; petals 5 or fewer (0, 1, 3, 4), rarely 6 (petal number often equivalent to sepal number), free, equal to subequal, imbricate, the adaxial petal innermost; fertile stamens 5 or fewer, rarely 6–10 (some *Dialium* spp., *Poeppigia*), usually only antesepalous whorl present, free, uniform, rarely dimorphic (*Eligmocarpus*), anthers basifixed, rarely dorsifixed (*Poeppigia*), dehiscing via longitudinal slits, often reduced to a short apical, poricidal slit, staminodes present or absent; pollen in tricolporate monads with punctate or finely reticulate, rarely striate (some *Dialium*) sculpture patterns; gynoecium 1-carpellate (sometimes bicarpellate in scattered flowers of *Dialium*), ovary stipitate or sessile, ovules frequently 2 (1–many). Fruits commonly indehiscent drupaceous or samaroid, rarely dehiscent (*Eligmocarpus*, *Labichea*, *Mendoravia*, *Petalostylis*) or the drupaceous fruit with indurating endocarp breaking up in one seeded segments (*Baudouinia*). Seeds 1–2, rarely more; embryo straight. +Vestured pits absent in the secondary xylem, rarely present (*Poeppigia*, *Mendoravia*); silica bodies sometimes present (*Apuleia*, *Dialium*, *Dicorynia* Benth., *Distemonanthus* Benth.); septate fibres rarely present (*Apuleia*, *Distemonanthus*, *Poeppigia*); storeyed rays often present. Root nodules absent. 2n = 28 (most genera unsurveyed). + + +## To learn more +Falcão MJA, Mansano VF, Pinto RB. 2016. A taxonomic revision of the genus *Dialium* (Leguminosae: Dialiinae) in the Neotropics. Phytotaxa 283: 123–142. + +Falcão MJA, JV Paulino, FJ Kochanovski, RC Figueiredo, JP Basso-Alves, VF Mansano. 2020. Development of inflorescences and flowers in Fabaceae subfamily Dialioideae: an evolutionary overview and complete ontogenetic series for *Apuleia* and *Martiodendron*. Botanical Journal of the Linnean Society 193: 19–46. https://doi.org/10.1093/botlinnean/boz098 + +Zimmerman E., Herendeen PS, Lewis GP, Bruneau A. 2017. Floral evolution and phylogeny of the Dialioideae, a diverse subfamily of tropical legumes. American Journal of Botany 104: 1019–1041. + +Zimmerman, E., G. Prenner & A. Bruneau. 2013. Floral ontogeny in Dialiinae (Caesalpinioideae: Cassieae), a study in organ loss and instability. South African Journal of Botany 89: 188–209. + +## List of genera +Below is an alphabetical list of all genera accepted by the LPWG with links out to the taxonomic pages on our portal, GBIF and World Checklist of Vascular Plants (Kew). Over time this list will be updated to reflect the evolving taxonomy. + +Please see the [Species List and Synonyms](/taxonomy/species-list) and [Legume Taxonomy Working Group](/working-groups/taxonomy) pages for more taxonomic information. The current taxonomy is accessible by [Browse](/taxonomy/browse) or [Advanced Search](/taxonomy/search). + + + +|Genus | Data Source| +| --------------------- |------------------------------|------------------------------| +| Androcalymma Dwyer |[Legume Data Portal](/taxonomy/taxon/2637022)| [GBIF](https://www.gbif.org/species/2947111) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:296592-2) | +| Apuleia Mart. |[Legume Data Portal](/taxonomy/taxon/2644498)| [GBIF](https://www.gbif.org/species/2955914) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:331358-2) | +| Baudouinia Baill. |[Legume Data Portal](/taxonomy/taxon/2671237)| [GBIF](https://www.gbif.org/species/2963752) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:21792-1) | +| Dialium L. |[Legume Data Portal](/taxonomy/taxon/2763452)| [GBIF](https://www.gbif.org/species/2970932) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22238-1) | +| Dicorynia Benth. |[Legume Data Portal](/taxonomy/taxon/2766794)| [GBIF](https://www.gbif.org/species/2944649) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22251-1) | +| Distemonanthus Benth. |[Legume Data Portal](/taxonomy/taxon/2773184)| [GBIF](https://www.gbif.org/species/2964856) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22286-1) | +| Eligmocarpus Capuron |[Legume Data Portal](/taxonomy/taxon/2787570)| [GBIF](https://www.gbif.org/species/2960218) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22353-1) | +| Kalappia Kosterm. |[Legume Data Portal](/taxonomy/taxon/2336144)| [GBIF](https://www.gbif.org/species/2939855) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22688-1) | +| Koompassia Maingay ex Benth. |[Legume Data Portal](/taxonomy/taxon/2336264)| [GBIF](https://www.gbif.org/species/2952890) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22706-1) | +| Labichea Gaudich. ex DC. |[Legume Data Portal](/taxonomy/taxon/2350870)| [GBIF](https://www.gbif.org/species/2975908) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22721-1) | +| Martiodendron Gleason |[Legume Data Portal](/taxonomy/taxon/2368514)| [GBIF](https://www.gbif.org/species/2948702) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:326830-2)| +| Mendoravia Capuron |[Legume Data Portal](/taxonomy/taxon/2368027)| [GBIF](https://www.gbif.org/species/2960417) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22926-1) | +| Petalostylis R.Br. |[Legume Data Portal](/taxonomy/taxon/2538854)| [GBIF](https://www.gbif.org/species/8293499) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23198-1) | +| Poeppigia C.Presl |[Legume Data Portal](/taxonomy/taxon/2535922)| [GBIF](https://www.gbif.org/species/5938931) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:30241950-2) | +| Storckiella Seem. |[Legume Data Portal](/taxonomy/taxon/2478158)| [GBIF](https://www.gbif.org/species/2949438) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23621-1) | +| Uittienia Steenis |[Legume Data Portal](/taxonomy/taxon/2446612)| [GBIF](https://www.gbif.org/species/8351407) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23744-1) | +| Zenia Chun |[Legume Data Portal](/taxonomy/taxon/2470192)| [GBIF](https://www.gbif.org/species/2963590) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23839-1) | diff --git a/taxonomy/Datura.md b/taxonomy/Datura.md new file mode 100644 index 0000000000000000000000000000000000000000..e1c7e044a8446b48af52f3de29af4c8520312e0a --- /dev/null +++ b/taxonomy/Datura.md @@ -0,0 +1,73 @@ +--- +layout: documentation +sideNavigation: sidenav.taxonomy +composition: + - type: postHeader + - type: pageMarkdown +title: Datura +lang-ref: Datura +background: "{{ site.data.images.datura.src }}" +imageLicense: "{{ site.data.images.datura.caption }}" +description: Information about *Datura* +height: 70vh +toc: true +--- + +## Introduction +With 17 genera and approximately 85 species, Dialioideae is the second smallest of the legume subfamilies. *Dialium* is a pantropical genus of c. 30 species, *Labichea* includes approximately 14 species, but otherwise the subfamily mostly comprises small genera with few species, eight of which are monospecific. Several of these small genera are considered threatened and have rarely been collected in nature. + +All recent phylogenetic analyses place Dialioideae as sister to Caesalpinioideae + Papilionoideae. Recent analyses suggest an Oligocene crown age but no fossils have been clearly attributed to the subfamily and because of this the age of the clade has been difficult to assess with certainty. Although studies are in progress, generic level relationships within the subfamily remain poorly resolved, except for the position of the New World *Poeppigia*, initially considered a close relative of taxa now placed in Caesalpinioideae, which is clearly resolved as sister to the rest of the subfamily. + + +## Key Features +Dialioideae are mostly unarmed trees or shrubs (Australian *Labichea* and *Petalostyles*). Their flowers are highly diverse, displaying multiple symmetries and widely varied numbers of floral organs. Organ loss is frequent in the subfamily. The subfamily is also unusual in that many Dialioideae have thyrsoid inflorescences, a rare condition in the primarily racemose Leguminosae. The fruit is often indehiscent and drupaceous or samaroid, also less typical of the legumes. Finally, most species of the subfamily lack vestured pits in their xylem (present in *Poeppigia* and *Mendoravia*), a feature that is otherwise present in all Leguminosae except Cercidoideae and Duparquetioideae. + +## Distribution and Ecology +Dialioideae occur throughout the world tropics. They are native to South and Central America, Africa, Madagascar, South and Southeast Asia, south China, Australia, New Guinea and some Pacific islands. Most species of Dialioideae occur in the Rainforest biome, but *Poeppigia* (New World), *Eligmocarpus* and *Baudouinia* (both Madagascan) are Succulent biome plants, and *Labichea* and *Petalosytles* occur in the Savanna biome of Australia. + +## Formal Botanical Description +As published in LPWG (2017), Taxon 66: 44-77, doi.org/10.12705/661.3 + +Subfam. Dialioideae Legume Phylogeny Working Group, stat. nov. ≡ Dialiinae H.S.Irwin & Barneby in Polhill & Raven, Adv. Legume Syst. 1: 100. 1981. + +Type: *Dialium* L. + +Unarmed trees or shrubs, rarely suffruticose (*Labichea* Gaudich. ex DC., *Petalostylis* R.Br.); specialised extrafloral nectaries lacking on petiole and leaf rachis and on leaflet surface. Stipules in lateral position, free or absent. Leaves imparipinnate, rarely paripinnate (*Eligmocarpus* Capuron, *Poeppigia* C.Presl), 1-foliolate (*Baudouinia* Baill., *Labichea*, *Mendoravia* Capuron, *Uittienia* Steenis) or palmately compound (*Labichea*), leaflets alternate, rarely opposite (*Eligmocarpus*, *Poeppigia*), exstipellate. Inflorescences highly branched, thyrsoid, less commonly racemes with distichous anthotaxy (*Labichea*, *Petalostylis*), borne in both terminal and axillary positions, or reduced to one axillary flower (*Petalostylis*); bracteoles small or absent. Flowers bisexual (polygamous in *Apuleia* Mart.), radially or slightly to strongly bilaterally symmetrical, hypanthium rarely present, receptacle may be broad and flattened, bearing nectary-like bodies; sepals commonly 5, reduced to 4 (*Labichea*, *Storckiella* Seem.) or 3 (*Apuleia*, *Dialium*), rarely 6 (*Mendoravia*), free, equal to sub-equal; petals 5 or fewer (0, 1, 3, 4), rarely 6 (petal number often equivalent to sepal number), free, equal to subequal, imbricate, the adaxial petal innermost; fertile stamens 5 or fewer, rarely 6–10 (some *Dialium* spp., *Poeppigia*), usually only antesepalous whorl present, free, uniform, rarely dimorphic (*Eligmocarpus*), anthers basifixed, rarely dorsifixed (*Poeppigia*), dehiscing via longitudinal slits, often reduced to a short apical, poricidal slit, staminodes present or absent; pollen in tricolporate monads with punctate or finely reticulate, rarely striate (some *Dialium*) sculpture patterns; gynoecium 1-carpellate (sometimes bicarpellate in scattered flowers of *Dialium*), ovary stipitate or sessile, ovules frequently 2 (1–many). Fruits commonly indehiscent drupaceous or samaroid, rarely dehiscent (*Eligmocarpus*, *Labichea*, *Mendoravia*, *Petalostylis*) or the drupaceous fruit with indurating endocarp breaking up in one seeded segments (*Baudouinia*). Seeds 1–2, rarely more; embryo straight. +Vestured pits absent in the secondary xylem, rarely present (*Poeppigia*, *Mendoravia*); silica bodies sometimes present (*Apuleia*, *Dialium*, *Dicorynia* Benth., *Distemonanthus* Benth.); septate fibres rarely present (*Apuleia*, *Distemonanthus*, *Poeppigia*); storeyed rays often present. Root nodules absent. 2n = 28 (most genera unsurveyed). + + +## To learn more +Falcão MJA, Mansano VF, Pinto RB. 2016. A taxonomic revision of the genus *Dialium* (Leguminosae: Dialiinae) in the Neotropics. Phytotaxa 283: 123–142. + +Falcão MJA, JV Paulino, FJ Kochanovski, RC Figueiredo, JP Basso-Alves, VF Mansano. 2020. Development of inflorescences and flowers in Fabaceae subfamily Dialioideae: an evolutionary overview and complete ontogenetic series for *Apuleia* and *Martiodendron*. Botanical Journal of the Linnean Society 193: 19–46. https://doi.org/10.1093/botlinnean/boz098 + +Zimmerman E., Herendeen PS, Lewis GP, Bruneau A. 2017. Floral evolution and phylogeny of the Dialioideae, a diverse subfamily of tropical legumes. American Journal of Botany 104: 1019–1041. + +Zimmerman, E., G. Prenner & A. Bruneau. 2013. Floral ontogeny in Dialiinae (Caesalpinioideae: Cassieae), a study in organ loss and instability. South African Journal of Botany 89: 188–209. + +## List of genera +Below is an alphabetical list of all genera accepted by the LPWG with links out to the taxonomic pages on our portal, GBIF and World Checklist of Vascular Plants (Kew). Over time this list will be updated to reflect the evolving taxonomy. + +Please see the [Species List and Synonyms](/taxonomy/species-list) and [Legume Taxonomy Working Group](/working-groups/taxonomy) pages for more taxonomic information. The current taxonomy is accessible by [Browse](/taxonomy/browse) or [Advanced Search](/taxonomy/search). + + + +|Genus | Data Source| +| --------------------- |------------------------------|------------------------------| +| Androcalymma Dwyer |[Legume Data Portal](/taxonomy/taxon/2637022)| [GBIF](https://www.gbif.org/species/2947111) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:296592-2) | +| Apuleia Mart. |[Legume Data Portal](/taxonomy/taxon/2644498)| [GBIF](https://www.gbif.org/species/2955914) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:331358-2) | +| Baudouinia Baill. |[Legume Data Portal](/taxonomy/taxon/2671237)| [GBIF](https://www.gbif.org/species/2963752) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:21792-1) | +| Dialium L. |[Legume Data Portal](/taxonomy/taxon/2763452)| [GBIF](https://www.gbif.org/species/2970932) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22238-1) | +| Dicorynia Benth. |[Legume Data Portal](/taxonomy/taxon/2766794)| [GBIF](https://www.gbif.org/species/2944649) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22251-1) | +| Distemonanthus Benth. |[Legume Data Portal](/taxonomy/taxon/2773184)| [GBIF](https://www.gbif.org/species/2964856) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22286-1) | +| Eligmocarpus Capuron |[Legume Data Portal](/taxonomy/taxon/2787570)| [GBIF](https://www.gbif.org/species/2960218) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22353-1) | +| Kalappia Kosterm. |[Legume Data Portal](/taxonomy/taxon/2336144)| [GBIF](https://www.gbif.org/species/2939855) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22688-1) | +| Koompassia Maingay ex Benth. |[Legume Data Portal](/taxonomy/taxon/2336264)| [GBIF](https://www.gbif.org/species/2952890) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22706-1) | +| Labichea Gaudich. ex DC. |[Legume Data Portal](/taxonomy/taxon/2350870)| [GBIF](https://www.gbif.org/species/2975908) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22721-1) | +| Martiodendron Gleason |[Legume Data Portal](/taxonomy/taxon/2368514)| [GBIF](https://www.gbif.org/species/2948702) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:326830-2)| +| Mendoravia Capuron |[Legume Data Portal](/taxonomy/taxon/2368027)| [GBIF](https://www.gbif.org/species/2960417) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22926-1) | +| Petalostylis R.Br. |[Legume Data Portal](/taxonomy/taxon/2538854)| [GBIF](https://www.gbif.org/species/8293499) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23198-1) | +| Poeppigia C.Presl |[Legume Data Portal](/taxonomy/taxon/2535922)| [GBIF](https://www.gbif.org/species/5938931) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:30241950-2) | +| Storckiella Seem. |[Legume Data Portal](/taxonomy/taxon/2478158)| [GBIF](https://www.gbif.org/species/2949438) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23621-1) | +| Uittienia Steenis |[Legume Data Portal](/taxonomy/taxon/2446612)| [GBIF](https://www.gbif.org/species/8351407) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23744-1) | +| Zenia Chun |[Legume Data Portal](/taxonomy/taxon/2470192)| [GBIF](https://www.gbif.org/species/2963590) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23839-1) | diff --git a/taxonomy/Duckeodendron.md b/taxonomy/Duckeodendron.md new file mode 100644 index 0000000000000000000000000000000000000000..bd93437e6c733c03444bffb2540d47e81078a581 --- /dev/null +++ b/taxonomy/Duckeodendron.md @@ -0,0 +1,74 @@ +--- +layout: documentation +sideNavigation: sidenav.taxonomy +composition: + - type: postHeader + - type: pageMarkdown +title: Duckeodendron +lang-ref: Duckeodendron +background: /assets/images/Solanoideae/Solaneae/Solanum/Solanum_Bohs_3655_IMG_2051.jpg +imageLicense: | + *Solanum* sp. (Androceras group; Photo by L.Bohs) +description: Information about *Duckeodendron* +height: 70vh +toc: true +--- + +## Introduction +With 17 genera and approximately 85 species, Dialioideae is the second smallest of the legume subfamilies. *Dialium* is a pantropical genus of c. 30 species, *Labichea* includes approximately 14 species, but otherwise the subfamily mostly comprises small genera with few species, eight of which are monospecific. Several of these small genera are considered threatened and have rarely been collected in nature. + +All recent phylogenetic analyses place Dialioideae as sister to Caesalpinioideae + Papilionoideae. Recent analyses suggest an Oligocene crown age but no fossils have been clearly attributed to the subfamily and because of this the age of the clade has been difficult to assess with certainty. Although studies are in progress, generic level relationships within the subfamily remain poorly resolved, except for the position of the New World *Poeppigia*, initially considered a close relative of taxa now placed in Caesalpinioideae, which is clearly resolved as sister to the rest of the subfamily. + + +## Key Features +Dialioideae are mostly unarmed trees or shrubs (Australian *Labichea* and *Petalostyles*). Their flowers are highly diverse, displaying multiple symmetries and widely varied numbers of floral organs. Organ loss is frequent in the subfamily. The subfamily is also unusual in that many Dialioideae have thyrsoid inflorescences, a rare condition in the primarily racemose Leguminosae. The fruit is often indehiscent and drupaceous or samaroid, also less typical of the legumes. Finally, most species of the subfamily lack vestured pits in their xylem (present in *Poeppigia* and *Mendoravia*), a feature that is otherwise present in all Leguminosae except Cercidoideae and Duparquetioideae. + +## Distribution and Ecology +Dialioideae occur throughout the world tropics. They are native to South and Central America, Africa, Madagascar, South and Southeast Asia, south China, Australia, New Guinea and some Pacific islands. Most species of Dialioideae occur in the Rainforest biome, but *Poeppigia* (New World), *Eligmocarpus* and *Baudouinia* (both Madagascan) are Succulent biome plants, and *Labichea* and *Petalosytles* occur in the Savanna biome of Australia. + +## Formal Botanical Description +As published in LPWG (2017), Taxon 66: 44-77, doi.org/10.12705/661.3 + +Subfam. Dialioideae Legume Phylogeny Working Group, stat. nov. ≡ Dialiinae H.S.Irwin & Barneby in Polhill & Raven, Adv. Legume Syst. 1: 100. 1981. + +Type: *Dialium* L. + +Unarmed trees or shrubs, rarely suffruticose (*Labichea* Gaudich. ex DC., *Petalostylis* R.Br.); specialised extrafloral nectaries lacking on petiole and leaf rachis and on leaflet surface. Stipules in lateral position, free or absent. Leaves imparipinnate, rarely paripinnate (*Eligmocarpus* Capuron, *Poeppigia* C.Presl), 1-foliolate (*Baudouinia* Baill., *Labichea*, *Mendoravia* Capuron, *Uittienia* Steenis) or palmately compound (*Labichea*), leaflets alternate, rarely opposite (*Eligmocarpus*, *Poeppigia*), exstipellate. Inflorescences highly branched, thyrsoid, less commonly racemes with distichous anthotaxy (*Labichea*, *Petalostylis*), borne in both terminal and axillary positions, or reduced to one axillary flower (*Petalostylis*); bracteoles small or absent. Flowers bisexual (polygamous in *Apuleia* Mart.), radially or slightly to strongly bilaterally symmetrical, hypanthium rarely present, receptacle may be broad and flattened, bearing nectary-like bodies; sepals commonly 5, reduced to 4 (*Labichea*, *Storckiella* Seem.) or 3 (*Apuleia*, *Dialium*), rarely 6 (*Mendoravia*), free, equal to sub-equal; petals 5 or fewer (0, 1, 3, 4), rarely 6 (petal number often equivalent to sepal number), free, equal to subequal, imbricate, the adaxial petal innermost; fertile stamens 5 or fewer, rarely 6–10 (some *Dialium* spp., *Poeppigia*), usually only antesepalous whorl present, free, uniform, rarely dimorphic (*Eligmocarpus*), anthers basifixed, rarely dorsifixed (*Poeppigia*), dehiscing via longitudinal slits, often reduced to a short apical, poricidal slit, staminodes present or absent; pollen in tricolporate monads with punctate or finely reticulate, rarely striate (some *Dialium*) sculpture patterns; gynoecium 1-carpellate (sometimes bicarpellate in scattered flowers of *Dialium*), ovary stipitate or sessile, ovules frequently 2 (1–many). Fruits commonly indehiscent drupaceous or samaroid, rarely dehiscent (*Eligmocarpus*, *Labichea*, *Mendoravia*, *Petalostylis*) or the drupaceous fruit with indurating endocarp breaking up in one seeded segments (*Baudouinia*). Seeds 1–2, rarely more; embryo straight. +Vestured pits absent in the secondary xylem, rarely present (*Poeppigia*, *Mendoravia*); silica bodies sometimes present (*Apuleia*, *Dialium*, *Dicorynia* Benth., *Distemonanthus* Benth.); septate fibres rarely present (*Apuleia*, *Distemonanthus*, *Poeppigia*); storeyed rays often present. Root nodules absent. 2n = 28 (most genera unsurveyed). + + +## To learn more +Falcão MJA, Mansano VF, Pinto RB. 2016. A taxonomic revision of the genus *Dialium* (Leguminosae: Dialiinae) in the Neotropics. Phytotaxa 283: 123–142. + +Falcão MJA, JV Paulino, FJ Kochanovski, RC Figueiredo, JP Basso-Alves, VF Mansano. 2020. Development of inflorescences and flowers in Fabaceae subfamily Dialioideae: an evolutionary overview and complete ontogenetic series for *Apuleia* and *Martiodendron*. Botanical Journal of the Linnean Society 193: 19–46. https://doi.org/10.1093/botlinnean/boz098 + +Zimmerman E., Herendeen PS, Lewis GP, Bruneau A. 2017. Floral evolution and phylogeny of the Dialioideae, a diverse subfamily of tropical legumes. American Journal of Botany 104: 1019–1041. + +Zimmerman, E., G. Prenner & A. Bruneau. 2013. Floral ontogeny in Dialiinae (Caesalpinioideae: Cassieae), a study in organ loss and instability. South African Journal of Botany 89: 188–209. + +## List of genera +Below is an alphabetical list of all genera accepted by the LPWG with links out to the taxonomic pages on our portal, GBIF and World Checklist of Vascular Plants (Kew). Over time this list will be updated to reflect the evolving taxonomy. + +Please see the [Species List and Synonyms](/taxonomy/species-list) and [Legume Taxonomy Working Group](/working-groups/taxonomy) pages for more taxonomic information. The current taxonomy is accessible by [Browse](/taxonomy/browse) or [Advanced Search](/taxonomy/search). + + + +|Genus | Data Source| +| --------------------- |------------------------------|------------------------------| +| Androcalymma Dwyer |[Legume Data Portal](/taxonomy/taxon/2637022)| [GBIF](https://www.gbif.org/species/2947111) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:296592-2) | +| Apuleia Mart. |[Legume Data Portal](/taxonomy/taxon/2644498)| [GBIF](https://www.gbif.org/species/2955914) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:331358-2) | +| Baudouinia Baill. |[Legume Data Portal](/taxonomy/taxon/2671237)| [GBIF](https://www.gbif.org/species/2963752) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:21792-1) | +| Dialium L. |[Legume Data Portal](/taxonomy/taxon/2763452)| [GBIF](https://www.gbif.org/species/2970932) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22238-1) | +| Dicorynia Benth. |[Legume Data Portal](/taxonomy/taxon/2766794)| [GBIF](https://www.gbif.org/species/2944649) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22251-1) | +| Distemonanthus Benth. |[Legume Data Portal](/taxonomy/taxon/2773184)| [GBIF](https://www.gbif.org/species/2964856) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22286-1) | +| Eligmocarpus Capuron |[Legume Data Portal](/taxonomy/taxon/2787570)| [GBIF](https://www.gbif.org/species/2960218) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22353-1) | +| Kalappia Kosterm. |[Legume Data Portal](/taxonomy/taxon/2336144)| [GBIF](https://www.gbif.org/species/2939855) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22688-1) | +| Koompassia Maingay ex Benth. |[Legume Data Portal](/taxonomy/taxon/2336264)| [GBIF](https://www.gbif.org/species/2952890) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22706-1) | +| Labichea Gaudich. ex DC. |[Legume Data Portal](/taxonomy/taxon/2350870)| [GBIF](https://www.gbif.org/species/2975908) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22721-1) | +| Martiodendron Gleason |[Legume Data Portal](/taxonomy/taxon/2368514)| [GBIF](https://www.gbif.org/species/2948702) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:326830-2)| +| Mendoravia Capuron |[Legume Data Portal](/taxonomy/taxon/2368027)| [GBIF](https://www.gbif.org/species/2960417) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22926-1) | +| Petalostylis R.Br. |[Legume Data Portal](/taxonomy/taxon/2538854)| [GBIF](https://www.gbif.org/species/8293499) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23198-1) | +| Poeppigia C.Presl |[Legume Data Portal](/taxonomy/taxon/2535922)| [GBIF](https://www.gbif.org/species/5938931) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:30241950-2) | +| Storckiella Seem. |[Legume Data Portal](/taxonomy/taxon/2478158)| [GBIF](https://www.gbif.org/species/2949438) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23621-1) | +| Uittienia Steenis |[Legume Data Portal](/taxonomy/taxon/2446612)| [GBIF](https://www.gbif.org/species/8351407) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23744-1) | +| Zenia Chun |[Legume Data Portal](/taxonomy/taxon/2470192)| [GBIF](https://www.gbif.org/species/2963590) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23839-1) | diff --git a/taxonomy/Goetzea.md b/taxonomy/Goetzea.md new file mode 100644 index 0000000000000000000000000000000000000000..468b3b214cde137ea3f6b446590859d5968c8f88 --- /dev/null +++ b/taxonomy/Goetzea.md @@ -0,0 +1,74 @@ +--- +layout: documentation +sideNavigation: sidenav.taxonomy +composition: + - type: postHeader + - type: pageMarkdown +title: Goetzea +lang-ref: Goetzea +background: /assets/images/Goetzoideae/Goetzea elegans FairchildIMG_1458.JPG +imageLicense: | + *Goetzea elegans* Wydler (photo by S.Knapp) +description: Information about *Goetzea* and related genera +height: 70vh +toc: true +--- + +## Introduction +With 17 genera and approximately 85 species, Dialioideae is the second smallest of the legume subfamilies. *Dialium* is a pantropical genus of c. 30 species, *Labichea* includes approximately 14 species, but otherwise the subfamily mostly comprises small genera with few species, eight of which are monospecific. Several of these small genera are considered threatened and have rarely been collected in nature. + +All recent phylogenetic analyses place Dialioideae as sister to Caesalpinioideae + Papilionoideae. Recent analyses suggest an Oligocene crown age but no fossils have been clearly attributed to the subfamily and because of this the age of the clade has been difficult to assess with certainty. Although studies are in progress, generic level relationships within the subfamily remain poorly resolved, except for the position of the New World *Poeppigia*, initially considered a close relative of taxa now placed in Caesalpinioideae, which is clearly resolved as sister to the rest of the subfamily. + + +## Key Features +Dialioideae are mostly unarmed trees or shrubs (Australian *Labichea* and *Petalostyles*). Their flowers are highly diverse, displaying multiple symmetries and widely varied numbers of floral organs. Organ loss is frequent in the subfamily. The subfamily is also unusual in that many Dialioideae have thyrsoid inflorescences, a rare condition in the primarily racemose Leguminosae. The fruit is often indehiscent and drupaceous or samaroid, also less typical of the legumes. Finally, most species of the subfamily lack vestured pits in their xylem (present in *Poeppigia* and *Mendoravia*), a feature that is otherwise present in all Leguminosae except Cercidoideae and Duparquetioideae. + +## Distribution and Ecology +Dialioideae occur throughout the world tropics. They are native to South and Central America, Africa, Madagascar, South and Southeast Asia, south China, Australia, New Guinea and some Pacific islands. Most species of Dialioideae occur in the Rainforest biome, but *Poeppigia* (New World), *Eligmocarpus* and *Baudouinia* (both Madagascan) are Succulent biome plants, and *Labichea* and *Petalosytles* occur in the Savanna biome of Australia. + +## Formal Botanical Description +As published in LPWG (2017), Taxon 66: 44-77, doi.org/10.12705/661.3 + +Subfam. Dialioideae Legume Phylogeny Working Group, stat. nov. ≡ Dialiinae H.S.Irwin & Barneby in Polhill & Raven, Adv. Legume Syst. 1: 100. 1981. + +Type: *Dialium* L. + +Unarmed trees or shrubs, rarely suffruticose (*Labichea* Gaudich. ex DC., *Petalostylis* R.Br.); specialised extrafloral nectaries lacking on petiole and leaf rachis and on leaflet surface. Stipules in lateral position, free or absent. Leaves imparipinnate, rarely paripinnate (*Eligmocarpus* Capuron, *Poeppigia* C.Presl), 1-foliolate (*Baudouinia* Baill., *Labichea*, *Mendoravia* Capuron, *Uittienia* Steenis) or palmately compound (*Labichea*), leaflets alternate, rarely opposite (*Eligmocarpus*, *Poeppigia*), exstipellate. Inflorescences highly branched, thyrsoid, less commonly racemes with distichous anthotaxy (*Labichea*, *Petalostylis*), borne in both terminal and axillary positions, or reduced to one axillary flower (*Petalostylis*); bracteoles small or absent. Flowers bisexual (polygamous in *Apuleia* Mart.), radially or slightly to strongly bilaterally symmetrical, hypanthium rarely present, receptacle may be broad and flattened, bearing nectary-like bodies; sepals commonly 5, reduced to 4 (*Labichea*, *Storckiella* Seem.) or 3 (*Apuleia*, *Dialium*), rarely 6 (*Mendoravia*), free, equal to sub-equal; petals 5 or fewer (0, 1, 3, 4), rarely 6 (petal number often equivalent to sepal number), free, equal to subequal, imbricate, the adaxial petal innermost; fertile stamens 5 or fewer, rarely 6–10 (some *Dialium* spp., *Poeppigia*), usually only antesepalous whorl present, free, uniform, rarely dimorphic (*Eligmocarpus*), anthers basifixed, rarely dorsifixed (*Poeppigia*), dehiscing via longitudinal slits, often reduced to a short apical, poricidal slit, staminodes present or absent; pollen in tricolporate monads with punctate or finely reticulate, rarely striate (some *Dialium*) sculpture patterns; gynoecium 1-carpellate (sometimes bicarpellate in scattered flowers of *Dialium*), ovary stipitate or sessile, ovules frequently 2 (1–many). Fruits commonly indehiscent drupaceous or samaroid, rarely dehiscent (*Eligmocarpus*, *Labichea*, *Mendoravia*, *Petalostylis*) or the drupaceous fruit with indurating endocarp breaking up in one seeded segments (*Baudouinia*). Seeds 1–2, rarely more; embryo straight. +Vestured pits absent in the secondary xylem, rarely present (*Poeppigia*, *Mendoravia*); silica bodies sometimes present (*Apuleia*, *Dialium*, *Dicorynia* Benth., *Distemonanthus* Benth.); septate fibres rarely present (*Apuleia*, *Distemonanthus*, *Poeppigia*); storeyed rays often present. Root nodules absent. 2n = 28 (most genera unsurveyed). + + +## To learn more +Falcão MJA, Mansano VF, Pinto RB. 2016. A taxonomic revision of the genus *Dialium* (Leguminosae: Dialiinae) in the Neotropics. Phytotaxa 283: 123–142. + +Falcão MJA, JV Paulino, FJ Kochanovski, RC Figueiredo, JP Basso-Alves, VF Mansano. 2020. Development of inflorescences and flowers in Fabaceae subfamily Dialioideae: an evolutionary overview and complete ontogenetic series for *Apuleia* and *Martiodendron*. Botanical Journal of the Linnean Society 193: 19–46. https://doi.org/10.1093/botlinnean/boz098 + +Zimmerman E., Herendeen PS, Lewis GP, Bruneau A. 2017. Floral evolution and phylogeny of the Dialioideae, a diverse subfamily of tropical legumes. American Journal of Botany 104: 1019–1041. + +Zimmerman, E., G. Prenner & A. Bruneau. 2013. Floral ontogeny in Dialiinae (Caesalpinioideae: Cassieae), a study in organ loss and instability. South African Journal of Botany 89: 188–209. + +## List of genera +Below is an alphabetical list of all genera accepted by the LPWG with links out to the taxonomic pages on our portal, GBIF and World Checklist of Vascular Plants (Kew). Over time this list will be updated to reflect the evolving taxonomy. + +Please see the [Species List and Synonyms](/taxonomy/species-list) and [Legume Taxonomy Working Group](/working-groups/taxonomy) pages for more taxonomic information. The current taxonomy is accessible by [Browse](/taxonomy/browse) or [Advanced Search](/taxonomy/search). + + + +|Genus | Data Source| +| --------------------- |------------------------------|------------------------------| +| Androcalymma Dwyer |[Legume Data Portal](/taxonomy/taxon/2637022)| [GBIF](https://www.gbif.org/species/2947111) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:296592-2) | +| Apuleia Mart. |[Legume Data Portal](/taxonomy/taxon/2644498)| [GBIF](https://www.gbif.org/species/2955914) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:331358-2) | +| Baudouinia Baill. |[Legume Data Portal](/taxonomy/taxon/2671237)| [GBIF](https://www.gbif.org/species/2963752) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:21792-1) | +| Dialium L. |[Legume Data Portal](/taxonomy/taxon/2763452)| [GBIF](https://www.gbif.org/species/2970932) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22238-1) | +| Dicorynia Benth. |[Legume Data Portal](/taxonomy/taxon/2766794)| [GBIF](https://www.gbif.org/species/2944649) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22251-1) | +| Distemonanthus Benth. |[Legume Data Portal](/taxonomy/taxon/2773184)| [GBIF](https://www.gbif.org/species/2964856) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22286-1) | +| Eligmocarpus Capuron |[Legume Data Portal](/taxonomy/taxon/2787570)| [GBIF](https://www.gbif.org/species/2960218) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22353-1) | +| Kalappia Kosterm. |[Legume Data Portal](/taxonomy/taxon/2336144)| [GBIF](https://www.gbif.org/species/2939855) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22688-1) | +| Koompassia Maingay ex Benth. |[Legume Data Portal](/taxonomy/taxon/2336264)| [GBIF](https://www.gbif.org/species/2952890) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22706-1) | +| Labichea Gaudich. ex DC. |[Legume Data Portal](/taxonomy/taxon/2350870)| [GBIF](https://www.gbif.org/species/2975908) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22721-1) | +| Martiodendron Gleason |[Legume Data Portal](/taxonomy/taxon/2368514)| [GBIF](https://www.gbif.org/species/2948702) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:326830-2)| +| Mendoravia Capuron |[Legume Data Portal](/taxonomy/taxon/2368027)| [GBIF](https://www.gbif.org/species/2960417) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22926-1) | +| Petalostylis R.Br. |[Legume Data Portal](/taxonomy/taxon/2538854)| [GBIF](https://www.gbif.org/species/8293499) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23198-1) | +| Poeppigia C.Presl |[Legume Data Portal](/taxonomy/taxon/2535922)| [GBIF](https://www.gbif.org/species/5938931) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:30241950-2) | +| Storckiella Seem. |[Legume Data Portal](/taxonomy/taxon/2478158)| [GBIF](https://www.gbif.org/species/2949438) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23621-1) | +| Uittienia Steenis |[Legume Data Portal](/taxonomy/taxon/2446612)| [GBIF](https://www.gbif.org/species/8351407) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23744-1) | +| Zenia Chun |[Legume Data Portal](/taxonomy/taxon/2470192)| [GBIF](https://www.gbif.org/species/2963590) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23839-1) | diff --git a/taxonomy/Hyoscyamus.md b/taxonomy/Hyoscyamus.md new file mode 100644 index 0000000000000000000000000000000000000000..400e41aafcf8e769472dc507a0667215a5a44c43 --- /dev/null +++ b/taxonomy/Hyoscyamus.md @@ -0,0 +1,74 @@ +--- +layout: documentation +sideNavigation: sidenav.taxonomy +composition: + - type: postHeader + - type: pageMarkdown +title: Hyoscyamus +lang-ref: Hyoscyamus +background: /assets/images/Solanoideae/Solaneae/Sarkinen_4560_Jaltomata_repandidentata_DSC_7033.JPG +imageLicense: | + *Jaltomata_repandidentata* (Dunal) Hunz. (photo by T.Särkinen) +description: Information about *Hyoscyamus* and related genera +height: 70vh +toc: true +--- + +## Introduction +With 17 genera and approximately 85 species, Dialioideae is the second smallest of the legume subfamilies. *Dialium* is a pantropical genus of c. 30 species, *Labichea* includes approximately 14 species, but otherwise the subfamily mostly comprises small genera with few species, eight of which are monospecific. Several of these small genera are considered threatened and have rarely been collected in nature. + +All recent phylogenetic analyses place Dialioideae as sister to Caesalpinioideae + Papilionoideae. Recent analyses suggest an Oligocene crown age but no fossils have been clearly attributed to the subfamily and because of this the age of the clade has been difficult to assess with certainty. Although studies are in progress, generic level relationships within the subfamily remain poorly resolved, except for the position of the New World *Poeppigia*, initially considered a close relative of taxa now placed in Caesalpinioideae, which is clearly resolved as sister to the rest of the subfamily. + + +## Key Features +Dialioideae are mostly unarmed trees or shrubs (Australian *Labichea* and *Petalostyles*). Their flowers are highly diverse, displaying multiple symmetries and widely varied numbers of floral organs. Organ loss is frequent in the subfamily. The subfamily is also unusual in that many Dialioideae have thyrsoid inflorescences, a rare condition in the primarily racemose Leguminosae. The fruit is often indehiscent and drupaceous or samaroid, also less typical of the legumes. Finally, most species of the subfamily lack vestured pits in their xylem (present in *Poeppigia* and *Mendoravia*), a feature that is otherwise present in all Leguminosae except Cercidoideae and Duparquetioideae. + +## Distribution and Ecology +Dialioideae occur throughout the world tropics. They are native to South and Central America, Africa, Madagascar, South and Southeast Asia, south China, Australia, New Guinea and some Pacific islands. Most species of Dialioideae occur in the Rainforest biome, but *Poeppigia* (New World), *Eligmocarpus* and *Baudouinia* (both Madagascan) are Succulent biome plants, and *Labichea* and *Petalosytles* occur in the Savanna biome of Australia. + +## Formal Botanical Description +As published in LPWG (2017), Taxon 66: 44-77, doi.org/10.12705/661.3 + +Subfam. Dialioideae Legume Phylogeny Working Group, stat. nov. ≡ Dialiinae H.S.Irwin & Barneby in Polhill & Raven, Adv. Legume Syst. 1: 100. 1981. + +Type: *Dialium* L. + +Unarmed trees or shrubs, rarely suffruticose (*Labichea* Gaudich. ex DC., *Petalostylis* R.Br.); specialised extrafloral nectaries lacking on petiole and leaf rachis and on leaflet surface. Stipules in lateral position, free or absent. Leaves imparipinnate, rarely paripinnate (*Eligmocarpus* Capuron, *Poeppigia* C.Presl), 1-foliolate (*Baudouinia* Baill., *Labichea*, *Mendoravia* Capuron, *Uittienia* Steenis) or palmately compound (*Labichea*), leaflets alternate, rarely opposite (*Eligmocarpus*, *Poeppigia*), exstipellate. Inflorescences highly branched, thyrsoid, less commonly racemes with distichous anthotaxy (*Labichea*, *Petalostylis*), borne in both terminal and axillary positions, or reduced to one axillary flower (*Petalostylis*); bracteoles small or absent. Flowers bisexual (polygamous in *Apuleia* Mart.), radially or slightly to strongly bilaterally symmetrical, hypanthium rarely present, receptacle may be broad and flattened, bearing nectary-like bodies; sepals commonly 5, reduced to 4 (*Labichea*, *Storckiella* Seem.) or 3 (*Apuleia*, *Dialium*), rarely 6 (*Mendoravia*), free, equal to sub-equal; petals 5 or fewer (0, 1, 3, 4), rarely 6 (petal number often equivalent to sepal number), free, equal to subequal, imbricate, the adaxial petal innermost; fertile stamens 5 or fewer, rarely 6–10 (some *Dialium* spp., *Poeppigia*), usually only antesepalous whorl present, free, uniform, rarely dimorphic (*Eligmocarpus*), anthers basifixed, rarely dorsifixed (*Poeppigia*), dehiscing via longitudinal slits, often reduced to a short apical, poricidal slit, staminodes present or absent; pollen in tricolporate monads with punctate or finely reticulate, rarely striate (some *Dialium*) sculpture patterns; gynoecium 1-carpellate (sometimes bicarpellate in scattered flowers of *Dialium*), ovary stipitate or sessile, ovules frequently 2 (1–many). Fruits commonly indehiscent drupaceous or samaroid, rarely dehiscent (*Eligmocarpus*, *Labichea*, *Mendoravia*, *Petalostylis*) or the drupaceous fruit with indurating endocarp breaking up in one seeded segments (*Baudouinia*). Seeds 1–2, rarely more; embryo straight. +Vestured pits absent in the secondary xylem, rarely present (*Poeppigia*, *Mendoravia*); silica bodies sometimes present (*Apuleia*, *Dialium*, *Dicorynia* Benth., *Distemonanthus* Benth.); septate fibres rarely present (*Apuleia*, *Distemonanthus*, *Poeppigia*); storeyed rays often present. Root nodules absent. 2n = 28 (most genera unsurveyed). + + +## To learn more +Falcão MJA, Mansano VF, Pinto RB. 2016. A taxonomic revision of the genus *Dialium* (Leguminosae: Dialiinae) in the Neotropics. Phytotaxa 283: 123–142. + +Falcão MJA, JV Paulino, FJ Kochanovski, RC Figueiredo, JP Basso-Alves, VF Mansano. 2020. Development of inflorescences and flowers in Fabaceae subfamily Dialioideae: an evolutionary overview and complete ontogenetic series for *Apuleia* and *Martiodendron*. Botanical Journal of the Linnean Society 193: 19–46. https://doi.org/10.1093/botlinnean/boz098 + +Zimmerman E., Herendeen PS, Lewis GP, Bruneau A. 2017. Floral evolution and phylogeny of the Dialioideae, a diverse subfamily of tropical legumes. American Journal of Botany 104: 1019–1041. + +Zimmerman, E., G. Prenner & A. Bruneau. 2013. Floral ontogeny in Dialiinae (Caesalpinioideae: Cassieae), a study in organ loss and instability. South African Journal of Botany 89: 188–209. + +## List of genera +Below is an alphabetical list of all genera accepted by the LPWG with links out to the taxonomic pages on our portal, GBIF and World Checklist of Vascular Plants (Kew). Over time this list will be updated to reflect the evolving taxonomy. + +Please see the [Species List and Synonyms](/taxonomy/species-list) and [Legume Taxonomy Working Group](/working-groups/taxonomy) pages for more taxonomic information. The current taxonomy is accessible by [Browse](/taxonomy/browse) or [Advanced Search](/taxonomy/search). + + + +|Genus | Data Source| +| --------------------- |------------------------------|------------------------------| +| Androcalymma Dwyer |[Legume Data Portal](/taxonomy/taxon/2637022)| [GBIF](https://www.gbif.org/species/2947111) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:296592-2) | +| Apuleia Mart. |[Legume Data Portal](/taxonomy/taxon/2644498)| [GBIF](https://www.gbif.org/species/2955914) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:331358-2) | +| Baudouinia Baill. |[Legume Data Portal](/taxonomy/taxon/2671237)| [GBIF](https://www.gbif.org/species/2963752) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:21792-1) | +| Dialium L. |[Legume Data Portal](/taxonomy/taxon/2763452)| [GBIF](https://www.gbif.org/species/2970932) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22238-1) | +| Dicorynia Benth. |[Legume Data Portal](/taxonomy/taxon/2766794)| [GBIF](https://www.gbif.org/species/2944649) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22251-1) | +| Distemonanthus Benth. |[Legume Data Portal](/taxonomy/taxon/2773184)| [GBIF](https://www.gbif.org/species/2964856) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22286-1) | +| Eligmocarpus Capuron |[Legume Data Portal](/taxonomy/taxon/2787570)| [GBIF](https://www.gbif.org/species/2960218) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22353-1) | +| Kalappia Kosterm. |[Legume Data Portal](/taxonomy/taxon/2336144)| [GBIF](https://www.gbif.org/species/2939855) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22688-1) | +| Koompassia Maingay ex Benth. |[Legume Data Portal](/taxonomy/taxon/2336264)| [GBIF](https://www.gbif.org/species/2952890) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22706-1) | +| Labichea Gaudich. ex DC. |[Legume Data Portal](/taxonomy/taxon/2350870)| [GBIF](https://www.gbif.org/species/2975908) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22721-1) | +| Martiodendron Gleason |[Legume Data Portal](/taxonomy/taxon/2368514)| [GBIF](https://www.gbif.org/species/2948702) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:326830-2)| +| Mendoravia Capuron |[Legume Data Portal](/taxonomy/taxon/2368027)| [GBIF](https://www.gbif.org/species/2960417) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22926-1) | +| Petalostylis R.Br. |[Legume Data Portal](/taxonomy/taxon/2538854)| [GBIF](https://www.gbif.org/species/8293499) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23198-1) | +| Poeppigia C.Presl |[Legume Data Portal](/taxonomy/taxon/2535922)| [GBIF](https://www.gbif.org/species/5938931) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:30241950-2) | +| Storckiella Seem. |[Legume Data Portal](/taxonomy/taxon/2478158)| [GBIF](https://www.gbif.org/species/2949438) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23621-1) | +| Uittienia Steenis |[Legume Data Portal](/taxonomy/taxon/2446612)| [GBIF](https://www.gbif.org/species/8351407) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23744-1) | +| Zenia Chun |[Legume Data Portal](/taxonomy/taxon/2470192)| [GBIF](https://www.gbif.org/species/2963590) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23839-1) | diff --git a/taxonomy/Jaborosa.md b/taxonomy/Jaborosa.md new file mode 100644 index 0000000000000000000000000000000000000000..fd483572e02fd2847eead139a68a8cb23282afe6 --- /dev/null +++ b/taxonomy/Jaborosa.md @@ -0,0 +1,74 @@ +--- +layout: documentation +sideNavigation: sidenav.taxonomy +composition: + - type: postHeader + - type: pageMarkdown +title: Jaborosa +lang-ref: Jaborosa +background: /assets/images/Solanoideae/Solaneae/Sarkinen_4560_Jaltomata_repandidentata_DSC_7033.JPG +imageLicense: | + *Jaltomata_repandidentata* (Dunal) Hunz. (photo by T.Särkinen) +description: Information about *Jaborosa* +height: 70vh +toc: true +--- + +## Introduction +With 17 genera and approximately 85 species, Dialioideae is the second smallest of the legume subfamilies. *Dialium* is a pantropical genus of c. 30 species, *Labichea* includes approximately 14 species, but otherwise the subfamily mostly comprises small genera with few species, eight of which are monospecific. Several of these small genera are considered threatened and have rarely been collected in nature. + +All recent phylogenetic analyses place Dialioideae as sister to Caesalpinioideae + Papilionoideae. Recent analyses suggest an Oligocene crown age but no fossils have been clearly attributed to the subfamily and because of this the age of the clade has been difficult to assess with certainty. Although studies are in progress, generic level relationships within the subfamily remain poorly resolved, except for the position of the New World *Poeppigia*, initially considered a close relative of taxa now placed in Caesalpinioideae, which is clearly resolved as sister to the rest of the subfamily. + + +## Key Features +Dialioideae are mostly unarmed trees or shrubs (Australian *Labichea* and *Petalostyles*). Their flowers are highly diverse, displaying multiple symmetries and widely varied numbers of floral organs. Organ loss is frequent in the subfamily. The subfamily is also unusual in that many Dialioideae have thyrsoid inflorescences, a rare condition in the primarily racemose Leguminosae. The fruit is often indehiscent and drupaceous or samaroid, also less typical of the legumes. Finally, most species of the subfamily lack vestured pits in their xylem (present in *Poeppigia* and *Mendoravia*), a feature that is otherwise present in all Leguminosae except Cercidoideae and Duparquetioideae. + +## Distribution and Ecology +Dialioideae occur throughout the world tropics. They are native to South and Central America, Africa, Madagascar, South and Southeast Asia, south China, Australia, New Guinea and some Pacific islands. Most species of Dialioideae occur in the Rainforest biome, but *Poeppigia* (New World), *Eligmocarpus* and *Baudouinia* (both Madagascan) are Succulent biome plants, and *Labichea* and *Petalosytles* occur in the Savanna biome of Australia. + +## Formal Botanical Description +As published in LPWG (2017), Taxon 66: 44-77, doi.org/10.12705/661.3 + +Subfam. Dialioideae Legume Phylogeny Working Group, stat. nov. ≡ Dialiinae H.S.Irwin & Barneby in Polhill & Raven, Adv. Legume Syst. 1: 100. 1981. + +Type: *Dialium* L. + +Unarmed trees or shrubs, rarely suffruticose (*Labichea* Gaudich. ex DC., *Petalostylis* R.Br.); specialised extrafloral nectaries lacking on petiole and leaf rachis and on leaflet surface. Stipules in lateral position, free or absent. Leaves imparipinnate, rarely paripinnate (*Eligmocarpus* Capuron, *Poeppigia* C.Presl), 1-foliolate (*Baudouinia* Baill., *Labichea*, *Mendoravia* Capuron, *Uittienia* Steenis) or palmately compound (*Labichea*), leaflets alternate, rarely opposite (*Eligmocarpus*, *Poeppigia*), exstipellate. Inflorescences highly branched, thyrsoid, less commonly racemes with distichous anthotaxy (*Labichea*, *Petalostylis*), borne in both terminal and axillary positions, or reduced to one axillary flower (*Petalostylis*); bracteoles small or absent. Flowers bisexual (polygamous in *Apuleia* Mart.), radially or slightly to strongly bilaterally symmetrical, hypanthium rarely present, receptacle may be broad and flattened, bearing nectary-like bodies; sepals commonly 5, reduced to 4 (*Labichea*, *Storckiella* Seem.) or 3 (*Apuleia*, *Dialium*), rarely 6 (*Mendoravia*), free, equal to sub-equal; petals 5 or fewer (0, 1, 3, 4), rarely 6 (petal number often equivalent to sepal number), free, equal to subequal, imbricate, the adaxial petal innermost; fertile stamens 5 or fewer, rarely 6–10 (some *Dialium* spp., *Poeppigia*), usually only antesepalous whorl present, free, uniform, rarely dimorphic (*Eligmocarpus*), anthers basifixed, rarely dorsifixed (*Poeppigia*), dehiscing via longitudinal slits, often reduced to a short apical, poricidal slit, staminodes present or absent; pollen in tricolporate monads with punctate or finely reticulate, rarely striate (some *Dialium*) sculpture patterns; gynoecium 1-carpellate (sometimes bicarpellate in scattered flowers of *Dialium*), ovary stipitate or sessile, ovules frequently 2 (1–many). Fruits commonly indehiscent drupaceous or samaroid, rarely dehiscent (*Eligmocarpus*, *Labichea*, *Mendoravia*, *Petalostylis*) or the drupaceous fruit with indurating endocarp breaking up in one seeded segments (*Baudouinia*). Seeds 1–2, rarely more; embryo straight. +Vestured pits absent in the secondary xylem, rarely present (*Poeppigia*, *Mendoravia*); silica bodies sometimes present (*Apuleia*, *Dialium*, *Dicorynia* Benth., *Distemonanthus* Benth.); septate fibres rarely present (*Apuleia*, *Distemonanthus*, *Poeppigia*); storeyed rays often present. Root nodules absent. 2n = 28 (most genera unsurveyed). + + +## To learn more +Falcão MJA, Mansano VF, Pinto RB. 2016. A taxonomic revision of the genus *Dialium* (Leguminosae: Dialiinae) in the Neotropics. Phytotaxa 283: 123–142. + +Falcão MJA, JV Paulino, FJ Kochanovski, RC Figueiredo, JP Basso-Alves, VF Mansano. 2020. Development of inflorescences and flowers in Fabaceae subfamily Dialioideae: an evolutionary overview and complete ontogenetic series for *Apuleia* and *Martiodendron*. Botanical Journal of the Linnean Society 193: 19–46. https://doi.org/10.1093/botlinnean/boz098 + +Zimmerman E., Herendeen PS, Lewis GP, Bruneau A. 2017. Floral evolution and phylogeny of the Dialioideae, a diverse subfamily of tropical legumes. American Journal of Botany 104: 1019–1041. + +Zimmerman, E., G. Prenner & A. Bruneau. 2013. Floral ontogeny in Dialiinae (Caesalpinioideae: Cassieae), a study in organ loss and instability. South African Journal of Botany 89: 188–209. + +## List of genera +Below is an alphabetical list of all genera accepted by the LPWG with links out to the taxonomic pages on our portal, GBIF and World Checklist of Vascular Plants (Kew). Over time this list will be updated to reflect the evolving taxonomy. + +Please see the [Species List and Synonyms](/taxonomy/species-list) and [Legume Taxonomy Working Group](/working-groups/taxonomy) pages for more taxonomic information. The current taxonomy is accessible by [Browse](/taxonomy/browse) or [Advanced Search](/taxonomy/search). + + + +|Genus | Data Source| +| --------------------- |------------------------------|------------------------------| +| Androcalymma Dwyer |[Legume Data Portal](/taxonomy/taxon/2637022)| [GBIF](https://www.gbif.org/species/2947111) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:296592-2) | +| Apuleia Mart. |[Legume Data Portal](/taxonomy/taxon/2644498)| [GBIF](https://www.gbif.org/species/2955914) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:331358-2) | +| Baudouinia Baill. |[Legume Data Portal](/taxonomy/taxon/2671237)| [GBIF](https://www.gbif.org/species/2963752) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:21792-1) | +| Dialium L. |[Legume Data Portal](/taxonomy/taxon/2763452)| [GBIF](https://www.gbif.org/species/2970932) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22238-1) | +| Dicorynia Benth. |[Legume Data Portal](/taxonomy/taxon/2766794)| [GBIF](https://www.gbif.org/species/2944649) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22251-1) | +| Distemonanthus Benth. |[Legume Data Portal](/taxonomy/taxon/2773184)| [GBIF](https://www.gbif.org/species/2964856) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22286-1) | +| Eligmocarpus Capuron |[Legume Data Portal](/taxonomy/taxon/2787570)| [GBIF](https://www.gbif.org/species/2960218) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22353-1) | +| Kalappia Kosterm. |[Legume Data Portal](/taxonomy/taxon/2336144)| [GBIF](https://www.gbif.org/species/2939855) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22688-1) | +| Koompassia Maingay ex Benth. |[Legume Data Portal](/taxonomy/taxon/2336264)| [GBIF](https://www.gbif.org/species/2952890) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22706-1) | +| Labichea Gaudich. ex DC. |[Legume Data Portal](/taxonomy/taxon/2350870)| [GBIF](https://www.gbif.org/species/2975908) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22721-1) | +| Martiodendron Gleason |[Legume Data Portal](/taxonomy/taxon/2368514)| [GBIF](https://www.gbif.org/species/2948702) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:326830-2)| +| Mendoravia Capuron |[Legume Data Portal](/taxonomy/taxon/2368027)| [GBIF](https://www.gbif.org/species/2960417) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22926-1) | +| Petalostylis R.Br. |[Legume Data Portal](/taxonomy/taxon/2538854)| [GBIF](https://www.gbif.org/species/8293499) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23198-1) | +| Poeppigia C.Presl |[Legume Data Portal](/taxonomy/taxon/2535922)| [GBIF](https://www.gbif.org/species/5938931) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:30241950-2) | +| Storckiella Seem. |[Legume Data Portal](/taxonomy/taxon/2478158)| [GBIF](https://www.gbif.org/species/2949438) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23621-1) | +| Uittienia Steenis |[Legume Data Portal](/taxonomy/taxon/2446612)| [GBIF](https://www.gbif.org/species/8351407) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23744-1) | +| Zenia Chun |[Legume Data Portal](/taxonomy/taxon/2470192)| [GBIF](https://www.gbif.org/species/2963590) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23839-1) | diff --git a/taxonomy/Jaltomata.md b/taxonomy/Jaltomata.md new file mode 100644 index 0000000000000000000000000000000000000000..0f38ce6a99f74c5df98a4b98bcaa7101a37b509d --- /dev/null +++ b/taxonomy/Jaltomata.md @@ -0,0 +1,74 @@ +--- +layout: documentation +sideNavigation: sidenav.taxonomy +composition: + - type: postHeader + - type: pageMarkdown +title: Jaltomata +lang-ref: Jaltomata +background: /assets/images/Solanoideae/Solaneae/Sarkinen_4560_Jaltomata_repandidentata_DSC_7033.JPG +imageLicense: | + *Jaltomata_repandidentata* (Dunal) Hunz. (photo by T.Särkinen) +description: Information about *Jaltomata* +height: 70vh +toc: true +--- + +## Introduction +With 17 genera and approximately 85 species, Dialioideae is the second smallest of the legume subfamilies. *Dialium* is a pantropical genus of c. 30 species, *Labichea* includes approximately 14 species, but otherwise the subfamily mostly comprises small genera with few species, eight of which are monospecific. Several of these small genera are considered threatened and have rarely been collected in nature. + +All recent phylogenetic analyses place Dialioideae as sister to Caesalpinioideae + Papilionoideae. Recent analyses suggest an Oligocene crown age but no fossils have been clearly attributed to the subfamily and because of this the age of the clade has been difficult to assess with certainty. Although studies are in progress, generic level relationships within the subfamily remain poorly resolved, except for the position of the New World *Poeppigia*, initially considered a close relative of taxa now placed in Caesalpinioideae, which is clearly resolved as sister to the rest of the subfamily. + + +## Key Features +Dialioideae are mostly unarmed trees or shrubs (Australian *Labichea* and *Petalostyles*). Their flowers are highly diverse, displaying multiple symmetries and widely varied numbers of floral organs. Organ loss is frequent in the subfamily. The subfamily is also unusual in that many Dialioideae have thyrsoid inflorescences, a rare condition in the primarily racemose Leguminosae. The fruit is often indehiscent and drupaceous or samaroid, also less typical of the legumes. Finally, most species of the subfamily lack vestured pits in their xylem (present in *Poeppigia* and *Mendoravia*), a feature that is otherwise present in all Leguminosae except Cercidoideae and Duparquetioideae. + +## Distribution and Ecology +Dialioideae occur throughout the world tropics. They are native to South and Central America, Africa, Madagascar, South and Southeast Asia, south China, Australia, New Guinea and some Pacific islands. Most species of Dialioideae occur in the Rainforest biome, but *Poeppigia* (New World), *Eligmocarpus* and *Baudouinia* (both Madagascan) are Succulent biome plants, and *Labichea* and *Petalosytles* occur in the Savanna biome of Australia. + +## Formal Botanical Description +As published in LPWG (2017), Taxon 66: 44-77, doi.org/10.12705/661.3 + +Subfam. Dialioideae Legume Phylogeny Working Group, stat. nov. ≡ Dialiinae H.S.Irwin & Barneby in Polhill & Raven, Adv. Legume Syst. 1: 100. 1981. + +Type: *Dialium* L. + +Unarmed trees or shrubs, rarely suffruticose (*Labichea* Gaudich. ex DC., *Petalostylis* R.Br.); specialised extrafloral nectaries lacking on petiole and leaf rachis and on leaflet surface. Stipules in lateral position, free or absent. Leaves imparipinnate, rarely paripinnate (*Eligmocarpus* Capuron, *Poeppigia* C.Presl), 1-foliolate (*Baudouinia* Baill., *Labichea*, *Mendoravia* Capuron, *Uittienia* Steenis) or palmately compound (*Labichea*), leaflets alternate, rarely opposite (*Eligmocarpus*, *Poeppigia*), exstipellate. Inflorescences highly branched, thyrsoid, less commonly racemes with distichous anthotaxy (*Labichea*, *Petalostylis*), borne in both terminal and axillary positions, or reduced to one axillary flower (*Petalostylis*); bracteoles small or absent. Flowers bisexual (polygamous in *Apuleia* Mart.), radially or slightly to strongly bilaterally symmetrical, hypanthium rarely present, receptacle may be broad and flattened, bearing nectary-like bodies; sepals commonly 5, reduced to 4 (*Labichea*, *Storckiella* Seem.) or 3 (*Apuleia*, *Dialium*), rarely 6 (*Mendoravia*), free, equal to sub-equal; petals 5 or fewer (0, 1, 3, 4), rarely 6 (petal number often equivalent to sepal number), free, equal to subequal, imbricate, the adaxial petal innermost; fertile stamens 5 or fewer, rarely 6–10 (some *Dialium* spp., *Poeppigia*), usually only antesepalous whorl present, free, uniform, rarely dimorphic (*Eligmocarpus*), anthers basifixed, rarely dorsifixed (*Poeppigia*), dehiscing via longitudinal slits, often reduced to a short apical, poricidal slit, staminodes present or absent; pollen in tricolporate monads with punctate or finely reticulate, rarely striate (some *Dialium*) sculpture patterns; gynoecium 1-carpellate (sometimes bicarpellate in scattered flowers of *Dialium*), ovary stipitate or sessile, ovules frequently 2 (1–many). Fruits commonly indehiscent drupaceous or samaroid, rarely dehiscent (*Eligmocarpus*, *Labichea*, *Mendoravia*, *Petalostylis*) or the drupaceous fruit with indurating endocarp breaking up in one seeded segments (*Baudouinia*). Seeds 1–2, rarely more; embryo straight. +Vestured pits absent in the secondary xylem, rarely present (*Poeppigia*, *Mendoravia*); silica bodies sometimes present (*Apuleia*, *Dialium*, *Dicorynia* Benth., *Distemonanthus* Benth.); septate fibres rarely present (*Apuleia*, *Distemonanthus*, *Poeppigia*); storeyed rays often present. Root nodules absent. 2n = 28 (most genera unsurveyed). + + +## To learn more +Falcão MJA, Mansano VF, Pinto RB. 2016. A taxonomic revision of the genus *Dialium* (Leguminosae: Dialiinae) in the Neotropics. Phytotaxa 283: 123–142. + +Falcão MJA, JV Paulino, FJ Kochanovski, RC Figueiredo, JP Basso-Alves, VF Mansano. 2020. Development of inflorescences and flowers in Fabaceae subfamily Dialioideae: an evolutionary overview and complete ontogenetic series for *Apuleia* and *Martiodendron*. Botanical Journal of the Linnean Society 193: 19–46. https://doi.org/10.1093/botlinnean/boz098 + +Zimmerman E., Herendeen PS, Lewis GP, Bruneau A. 2017. Floral evolution and phylogeny of the Dialioideae, a diverse subfamily of tropical legumes. American Journal of Botany 104: 1019–1041. + +Zimmerman, E., G. Prenner & A. Bruneau. 2013. Floral ontogeny in Dialiinae (Caesalpinioideae: Cassieae), a study in organ loss and instability. South African Journal of Botany 89: 188–209. + +## List of genera +Below is an alphabetical list of all genera accepted by the LPWG with links out to the taxonomic pages on our portal, GBIF and World Checklist of Vascular Plants (Kew). Over time this list will be updated to reflect the evolving taxonomy. + +Please see the [Species List and Synonyms](/taxonomy/species-list) and [Legume Taxonomy Working Group](/working-groups/taxonomy) pages for more taxonomic information. The current taxonomy is accessible by [Browse](/taxonomy/browse) or [Advanced Search](/taxonomy/search). + + + +|Genus | Data Source| +| --------------------- |------------------------------|------------------------------| +| Androcalymma Dwyer |[Legume Data Portal](/taxonomy/taxon/2637022)| [GBIF](https://www.gbif.org/species/2947111) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:296592-2) | +| Apuleia Mart. |[Legume Data Portal](/taxonomy/taxon/2644498)| [GBIF](https://www.gbif.org/species/2955914) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:331358-2) | +| Baudouinia Baill. |[Legume Data Portal](/taxonomy/taxon/2671237)| [GBIF](https://www.gbif.org/species/2963752) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:21792-1) | +| Dialium L. |[Legume Data Portal](/taxonomy/taxon/2763452)| [GBIF](https://www.gbif.org/species/2970932) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22238-1) | +| Dicorynia Benth. |[Legume Data Portal](/taxonomy/taxon/2766794)| [GBIF](https://www.gbif.org/species/2944649) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22251-1) | +| Distemonanthus Benth. |[Legume Data Portal](/taxonomy/taxon/2773184)| [GBIF](https://www.gbif.org/species/2964856) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22286-1) | +| Eligmocarpus Capuron |[Legume Data Portal](/taxonomy/taxon/2787570)| [GBIF](https://www.gbif.org/species/2960218) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22353-1) | +| Kalappia Kosterm. |[Legume Data Portal](/taxonomy/taxon/2336144)| [GBIF](https://www.gbif.org/species/2939855) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22688-1) | +| Koompassia Maingay ex Benth. |[Legume Data Portal](/taxonomy/taxon/2336264)| [GBIF](https://www.gbif.org/species/2952890) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22706-1) | +| Labichea Gaudich. ex DC. |[Legume Data Portal](/taxonomy/taxon/2350870)| [GBIF](https://www.gbif.org/species/2975908) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22721-1) | +| Martiodendron Gleason |[Legume Data Portal](/taxonomy/taxon/2368514)| [GBIF](https://www.gbif.org/species/2948702) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:326830-2)| +| Mendoravia Capuron |[Legume Data Portal](/taxonomy/taxon/2368027)| [GBIF](https://www.gbif.org/species/2960417) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22926-1) | +| Petalostylis R.Br. |[Legume Data Portal](/taxonomy/taxon/2538854)| [GBIF](https://www.gbif.org/species/8293499) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23198-1) | +| Poeppigia C.Presl |[Legume Data Portal](/taxonomy/taxon/2535922)| [GBIF](https://www.gbif.org/species/5938931) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:30241950-2) | +| Storckiella Seem. |[Legume Data Portal](/taxonomy/taxon/2478158)| [GBIF](https://www.gbif.org/species/2949438) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23621-1) | +| Uittienia Steenis |[Legume Data Portal](/taxonomy/taxon/2446612)| [GBIF](https://www.gbif.org/species/8351407) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23744-1) | +| Zenia Chun |[Legume Data Portal](/taxonomy/taxon/2470192)| [GBIF](https://www.gbif.org/species/2963590) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23839-1) | diff --git a/taxonomy/Latua.md b/taxonomy/Latua.md new file mode 100644 index 0000000000000000000000000000000000000000..38384e4b20e2fa4eaf21b566429058a9bc494683 --- /dev/null +++ b/taxonomy/Latua.md @@ -0,0 +1,74 @@ +--- +layout: documentation +sideNavigation: sidenav.taxonomy +composition: + - type: postHeader + - type: pageMarkdown +title: Latua +lang-ref: Latua +background: /assets/images/Solanoideae/Solaneae/Sarkinen_4560_Jaltomata_repandidentata_DSC_7033.JPG +imageLicense: | + *Jaltomata_repandidentata* (Dunal) Hunz. (photo by T.Särkinen) +description: Information about *Latua* +height: 70vh +toc: true +--- + +## Introduction +With 17 genera and approximately 85 species, Dialioideae is the second smallest of the legume subfamilies. *Dialium* is a pantropical genus of c. 30 species, *Labichea* includes approximately 14 species, but otherwise the subfamily mostly comprises small genera with few species, eight of which are monospecific. Several of these small genera are considered threatened and have rarely been collected in nature. + +All recent phylogenetic analyses place Dialioideae as sister to Caesalpinioideae + Papilionoideae. Recent analyses suggest an Oligocene crown age but no fossils have been clearly attributed to the subfamily and because of this the age of the clade has been difficult to assess with certainty. Although studies are in progress, generic level relationships within the subfamily remain poorly resolved, except for the position of the New World *Poeppigia*, initially considered a close relative of taxa now placed in Caesalpinioideae, which is clearly resolved as sister to the rest of the subfamily. + + +## Key Features +Dialioideae are mostly unarmed trees or shrubs (Australian *Labichea* and *Petalostyles*). Their flowers are highly diverse, displaying multiple symmetries and widely varied numbers of floral organs. Organ loss is frequent in the subfamily. The subfamily is also unusual in that many Dialioideae have thyrsoid inflorescences, a rare condition in the primarily racemose Leguminosae. The fruit is often indehiscent and drupaceous or samaroid, also less typical of the legumes. Finally, most species of the subfamily lack vestured pits in their xylem (present in *Poeppigia* and *Mendoravia*), a feature that is otherwise present in all Leguminosae except Cercidoideae and Duparquetioideae. + +## Distribution and Ecology +Dialioideae occur throughout the world tropics. They are native to South and Central America, Africa, Madagascar, South and Southeast Asia, south China, Australia, New Guinea and some Pacific islands. Most species of Dialioideae occur in the Rainforest biome, but *Poeppigia* (New World), *Eligmocarpus* and *Baudouinia* (both Madagascan) are Succulent biome plants, and *Labichea* and *Petalosytles* occur in the Savanna biome of Australia. + +## Formal Botanical Description +As published in LPWG (2017), Taxon 66: 44-77, doi.org/10.12705/661.3 + +Subfam. Dialioideae Legume Phylogeny Working Group, stat. nov. ≡ Dialiinae H.S.Irwin & Barneby in Polhill & Raven, Adv. Legume Syst. 1: 100. 1981. + +Type: *Dialium* L. + +Unarmed trees or shrubs, rarely suffruticose (*Labichea* Gaudich. ex DC., *Petalostylis* R.Br.); specialised extrafloral nectaries lacking on petiole and leaf rachis and on leaflet surface. Stipules in lateral position, free or absent. Leaves imparipinnate, rarely paripinnate (*Eligmocarpus* Capuron, *Poeppigia* C.Presl), 1-foliolate (*Baudouinia* Baill., *Labichea*, *Mendoravia* Capuron, *Uittienia* Steenis) or palmately compound (*Labichea*), leaflets alternate, rarely opposite (*Eligmocarpus*, *Poeppigia*), exstipellate. Inflorescences highly branched, thyrsoid, less commonly racemes with distichous anthotaxy (*Labichea*, *Petalostylis*), borne in both terminal and axillary positions, or reduced to one axillary flower (*Petalostylis*); bracteoles small or absent. Flowers bisexual (polygamous in *Apuleia* Mart.), radially or slightly to strongly bilaterally symmetrical, hypanthium rarely present, receptacle may be broad and flattened, bearing nectary-like bodies; sepals commonly 5, reduced to 4 (*Labichea*, *Storckiella* Seem.) or 3 (*Apuleia*, *Dialium*), rarely 6 (*Mendoravia*), free, equal to sub-equal; petals 5 or fewer (0, 1, 3, 4), rarely 6 (petal number often equivalent to sepal number), free, equal to subequal, imbricate, the adaxial petal innermost; fertile stamens 5 or fewer, rarely 6–10 (some *Dialium* spp., *Poeppigia*), usually only antesepalous whorl present, free, uniform, rarely dimorphic (*Eligmocarpus*), anthers basifixed, rarely dorsifixed (*Poeppigia*), dehiscing via longitudinal slits, often reduced to a short apical, poricidal slit, staminodes present or absent; pollen in tricolporate monads with punctate or finely reticulate, rarely striate (some *Dialium*) sculpture patterns; gynoecium 1-carpellate (sometimes bicarpellate in scattered flowers of *Dialium*), ovary stipitate or sessile, ovules frequently 2 (1–many). Fruits commonly indehiscent drupaceous or samaroid, rarely dehiscent (*Eligmocarpus*, *Labichea*, *Mendoravia*, *Petalostylis*) or the drupaceous fruit with indurating endocarp breaking up in one seeded segments (*Baudouinia*). Seeds 1–2, rarely more; embryo straight. +Vestured pits absent in the secondary xylem, rarely present (*Poeppigia*, *Mendoravia*); silica bodies sometimes present (*Apuleia*, *Dialium*, *Dicorynia* Benth., *Distemonanthus* Benth.); septate fibres rarely present (*Apuleia*, *Distemonanthus*, *Poeppigia*); storeyed rays often present. Root nodules absent. 2n = 28 (most genera unsurveyed). + + +## To learn more +Falcão MJA, Mansano VF, Pinto RB. 2016. A taxonomic revision of the genus *Dialium* (Leguminosae: Dialiinae) in the Neotropics. Phytotaxa 283: 123–142. + +Falcão MJA, JV Paulino, FJ Kochanovski, RC Figueiredo, JP Basso-Alves, VF Mansano. 2020. Development of inflorescences and flowers in Fabaceae subfamily Dialioideae: an evolutionary overview and complete ontogenetic series for *Apuleia* and *Martiodendron*. Botanical Journal of the Linnean Society 193: 19–46. https://doi.org/10.1093/botlinnean/boz098 + +Zimmerman E., Herendeen PS, Lewis GP, Bruneau A. 2017. Floral evolution and phylogeny of the Dialioideae, a diverse subfamily of tropical legumes. American Journal of Botany 104: 1019–1041. + +Zimmerman, E., G. Prenner & A. Bruneau. 2013. Floral ontogeny in Dialiinae (Caesalpinioideae: Cassieae), a study in organ loss and instability. South African Journal of Botany 89: 188–209. + +## List of genera +Below is an alphabetical list of all genera accepted by the LPWG with links out to the taxonomic pages on our portal, GBIF and World Checklist of Vascular Plants (Kew). Over time this list will be updated to reflect the evolving taxonomy. + +Please see the [Species List and Synonyms](/taxonomy/species-list) and [Legume Taxonomy Working Group](/working-groups/taxonomy) pages for more taxonomic information. The current taxonomy is accessible by [Browse](/taxonomy/browse) or [Advanced Search](/taxonomy/search). + + + +|Genus | Data Source| +| --------------------- |------------------------------|------------------------------| +| Androcalymma Dwyer |[Legume Data Portal](/taxonomy/taxon/2637022)| [GBIF](https://www.gbif.org/species/2947111) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:296592-2) | +| Apuleia Mart. |[Legume Data Portal](/taxonomy/taxon/2644498)| [GBIF](https://www.gbif.org/species/2955914) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:331358-2) | +| Baudouinia Baill. |[Legume Data Portal](/taxonomy/taxon/2671237)| [GBIF](https://www.gbif.org/species/2963752) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:21792-1) | +| Dialium L. |[Legume Data Portal](/taxonomy/taxon/2763452)| [GBIF](https://www.gbif.org/species/2970932) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22238-1) | +| Dicorynia Benth. |[Legume Data Portal](/taxonomy/taxon/2766794)| [GBIF](https://www.gbif.org/species/2944649) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22251-1) | +| Distemonanthus Benth. |[Legume Data Portal](/taxonomy/taxon/2773184)| [GBIF](https://www.gbif.org/species/2964856) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22286-1) | +| Eligmocarpus Capuron |[Legume Data Portal](/taxonomy/taxon/2787570)| [GBIF](https://www.gbif.org/species/2960218) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22353-1) | +| Kalappia Kosterm. |[Legume Data Portal](/taxonomy/taxon/2336144)| [GBIF](https://www.gbif.org/species/2939855) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22688-1) | +| Koompassia Maingay ex Benth. |[Legume Data Portal](/taxonomy/taxon/2336264)| [GBIF](https://www.gbif.org/species/2952890) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22706-1) | +| Labichea Gaudich. ex DC. |[Legume Data Portal](/taxonomy/taxon/2350870)| [GBIF](https://www.gbif.org/species/2975908) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22721-1) | +| Martiodendron Gleason |[Legume Data Portal](/taxonomy/taxon/2368514)| [GBIF](https://www.gbif.org/species/2948702) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:326830-2)| +| Mendoravia Capuron |[Legume Data Portal](/taxonomy/taxon/2368027)| [GBIF](https://www.gbif.org/species/2960417) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22926-1) | +| Petalostylis R.Br. |[Legume Data Portal](/taxonomy/taxon/2538854)| [GBIF](https://www.gbif.org/species/8293499) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23198-1) | +| Poeppigia C.Presl |[Legume Data Portal](/taxonomy/taxon/2535922)| [GBIF](https://www.gbif.org/species/5938931) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:30241950-2) | +| Storckiella Seem. |[Legume Data Portal](/taxonomy/taxon/2478158)| [GBIF](https://www.gbif.org/species/2949438) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23621-1) | +| Uittienia Steenis |[Legume Data Portal](/taxonomy/taxon/2446612)| [GBIF](https://www.gbif.org/species/8351407) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23744-1) | +| Zenia Chun |[Legume Data Portal](/taxonomy/taxon/2470192)| [GBIF](https://www.gbif.org/species/2963590) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23839-1) | diff --git a/taxonomy/Lycianthes.md b/taxonomy/Lycianthes.md new file mode 100644 index 0000000000000000000000000000000000000000..f559184e439c7ecf0ded6cf9a8ae52c27082de96 --- /dev/null +++ b/taxonomy/Lycianthes.md @@ -0,0 +1,74 @@ +--- +layout: documentation +sideNavigation: sidenav.taxonomy +composition: + - type: postHeader + - type: pageMarkdown +title: Lycianthes +lang-ref: Lycianthes +background: /assets/images/Solanoideae/Solaneae/Sarkinen_4560_Jaltomata_repandidentata_DSC_7033.JPG +imageLicense: | + *Jaltomata_repandidentata* (Dunal) Hunz. (photo by T.Särkinen) +description: Information about *Lycianthes* +height: 70vh +toc: true +--- + +## Introduction +With 17 genera and approximately 85 species, Dialioideae is the second smallest of the legume subfamilies. *Dialium* is a pantropical genus of c. 30 species, *Labichea* includes approximately 14 species, but otherwise the subfamily mostly comprises small genera with few species, eight of which are monospecific. Several of these small genera are considered threatened and have rarely been collected in nature. + +All recent phylogenetic analyses place Dialioideae as sister to Caesalpinioideae + Papilionoideae. Recent analyses suggest an Oligocene crown age but no fossils have been clearly attributed to the subfamily and because of this the age of the clade has been difficult to assess with certainty. Although studies are in progress, generic level relationships within the subfamily remain poorly resolved, except for the position of the New World *Poeppigia*, initially considered a close relative of taxa now placed in Caesalpinioideae, which is clearly resolved as sister to the rest of the subfamily. + + +## Key Features +Dialioideae are mostly unarmed trees or shrubs (Australian *Labichea* and *Petalostyles*). Their flowers are highly diverse, displaying multiple symmetries and widely varied numbers of floral organs. Organ loss is frequent in the subfamily. The subfamily is also unusual in that many Dialioideae have thyrsoid inflorescences, a rare condition in the primarily racemose Leguminosae. The fruit is often indehiscent and drupaceous or samaroid, also less typical of the legumes. Finally, most species of the subfamily lack vestured pits in their xylem (present in *Poeppigia* and *Mendoravia*), a feature that is otherwise present in all Leguminosae except Cercidoideae and Duparquetioideae. + +## Distribution and Ecology +Dialioideae occur throughout the world tropics. They are native to South and Central America, Africa, Madagascar, South and Southeast Asia, south China, Australia, New Guinea and some Pacific islands. Most species of Dialioideae occur in the Rainforest biome, but *Poeppigia* (New World), *Eligmocarpus* and *Baudouinia* (both Madagascan) are Succulent biome plants, and *Labichea* and *Petalosytles* occur in the Savanna biome of Australia. + +## Formal Botanical Description +As published in LPWG (2017), Taxon 66: 44-77, doi.org/10.12705/661.3 + +Subfam. Dialioideae Legume Phylogeny Working Group, stat. nov. ≡ Dialiinae H.S.Irwin & Barneby in Polhill & Raven, Adv. Legume Syst. 1: 100. 1981. + +Type: *Dialium* L. + +Unarmed trees or shrubs, rarely suffruticose (*Labichea* Gaudich. ex DC., *Petalostylis* R.Br.); specialised extrafloral nectaries lacking on petiole and leaf rachis and on leaflet surface. Stipules in lateral position, free or absent. Leaves imparipinnate, rarely paripinnate (*Eligmocarpus* Capuron, *Poeppigia* C.Presl), 1-foliolate (*Baudouinia* Baill., *Labichea*, *Mendoravia* Capuron, *Uittienia* Steenis) or palmately compound (*Labichea*), leaflets alternate, rarely opposite (*Eligmocarpus*, *Poeppigia*), exstipellate. Inflorescences highly branched, thyrsoid, less commonly racemes with distichous anthotaxy (*Labichea*, *Petalostylis*), borne in both terminal and axillary positions, or reduced to one axillary flower (*Petalostylis*); bracteoles small or absent. Flowers bisexual (polygamous in *Apuleia* Mart.), radially or slightly to strongly bilaterally symmetrical, hypanthium rarely present, receptacle may be broad and flattened, bearing nectary-like bodies; sepals commonly 5, reduced to 4 (*Labichea*, *Storckiella* Seem.) or 3 (*Apuleia*, *Dialium*), rarely 6 (*Mendoravia*), free, equal to sub-equal; petals 5 or fewer (0, 1, 3, 4), rarely 6 (petal number often equivalent to sepal number), free, equal to subequal, imbricate, the adaxial petal innermost; fertile stamens 5 or fewer, rarely 6–10 (some *Dialium* spp., *Poeppigia*), usually only antesepalous whorl present, free, uniform, rarely dimorphic (*Eligmocarpus*), anthers basifixed, rarely dorsifixed (*Poeppigia*), dehiscing via longitudinal slits, often reduced to a short apical, poricidal slit, staminodes present or absent; pollen in tricolporate monads with punctate or finely reticulate, rarely striate (some *Dialium*) sculpture patterns; gynoecium 1-carpellate (sometimes bicarpellate in scattered flowers of *Dialium*), ovary stipitate or sessile, ovules frequently 2 (1–many). Fruits commonly indehiscent drupaceous or samaroid, rarely dehiscent (*Eligmocarpus*, *Labichea*, *Mendoravia*, *Petalostylis*) or the drupaceous fruit with indurating endocarp breaking up in one seeded segments (*Baudouinia*). Seeds 1–2, rarely more; embryo straight. +Vestured pits absent in the secondary xylem, rarely present (*Poeppigia*, *Mendoravia*); silica bodies sometimes present (*Apuleia*, *Dialium*, *Dicorynia* Benth., *Distemonanthus* Benth.); septate fibres rarely present (*Apuleia*, *Distemonanthus*, *Poeppigia*); storeyed rays often present. Root nodules absent. 2n = 28 (most genera unsurveyed). + + +## To learn more +Falcão MJA, Mansano VF, Pinto RB. 2016. A taxonomic revision of the genus *Dialium* (Leguminosae: Dialiinae) in the Neotropics. Phytotaxa 283: 123–142. + +Falcão MJA, JV Paulino, FJ Kochanovski, RC Figueiredo, JP Basso-Alves, VF Mansano. 2020. Development of inflorescences and flowers in Fabaceae subfamily Dialioideae: an evolutionary overview and complete ontogenetic series for *Apuleia* and *Martiodendron*. Botanical Journal of the Linnean Society 193: 19–46. https://doi.org/10.1093/botlinnean/boz098 + +Zimmerman E., Herendeen PS, Lewis GP, Bruneau A. 2017. Floral evolution and phylogeny of the Dialioideae, a diverse subfamily of tropical legumes. American Journal of Botany 104: 1019–1041. + +Zimmerman, E., G. Prenner & A. Bruneau. 2013. Floral ontogeny in Dialiinae (Caesalpinioideae: Cassieae), a study in organ loss and instability. South African Journal of Botany 89: 188–209. + +## List of genera +Below is an alphabetical list of all genera accepted by the LPWG with links out to the taxonomic pages on our portal, GBIF and World Checklist of Vascular Plants (Kew). Over time this list will be updated to reflect the evolving taxonomy. + +Please see the [Species List and Synonyms](/taxonomy/species-list) and [Legume Taxonomy Working Group](/working-groups/taxonomy) pages for more taxonomic information. The current taxonomy is accessible by [Browse](/taxonomy/browse) or [Advanced Search](/taxonomy/search). + + + +|Genus | Data Source| +| --------------------- |------------------------------|------------------------------| +| Androcalymma Dwyer |[Legume Data Portal](/taxonomy/taxon/2637022)| [GBIF](https://www.gbif.org/species/2947111) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:296592-2) | +| Apuleia Mart. |[Legume Data Portal](/taxonomy/taxon/2644498)| [GBIF](https://www.gbif.org/species/2955914) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:331358-2) | +| Baudouinia Baill. |[Legume Data Portal](/taxonomy/taxon/2671237)| [GBIF](https://www.gbif.org/species/2963752) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:21792-1) | +| Dialium L. |[Legume Data Portal](/taxonomy/taxon/2763452)| [GBIF](https://www.gbif.org/species/2970932) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22238-1) | +| Dicorynia Benth. |[Legume Data Portal](/taxonomy/taxon/2766794)| [GBIF](https://www.gbif.org/species/2944649) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22251-1) | +| Distemonanthus Benth. |[Legume Data Portal](/taxonomy/taxon/2773184)| [GBIF](https://www.gbif.org/species/2964856) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22286-1) | +| Eligmocarpus Capuron |[Legume Data Portal](/taxonomy/taxon/2787570)| [GBIF](https://www.gbif.org/species/2960218) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22353-1) | +| Kalappia Kosterm. |[Legume Data Portal](/taxonomy/taxon/2336144)| [GBIF](https://www.gbif.org/species/2939855) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22688-1) | +| Koompassia Maingay ex Benth. |[Legume Data Portal](/taxonomy/taxon/2336264)| [GBIF](https://www.gbif.org/species/2952890) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22706-1) | +| Labichea Gaudich. ex DC. |[Legume Data Portal](/taxonomy/taxon/2350870)| [GBIF](https://www.gbif.org/species/2975908) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22721-1) | +| Martiodendron Gleason |[Legume Data Portal](/taxonomy/taxon/2368514)| [GBIF](https://www.gbif.org/species/2948702) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:326830-2)| +| Mendoravia Capuron |[Legume Data Portal](/taxonomy/taxon/2368027)| [GBIF](https://www.gbif.org/species/2960417) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22926-1) | +| Petalostylis R.Br. |[Legume Data Portal](/taxonomy/taxon/2538854)| [GBIF](https://www.gbif.org/species/8293499) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23198-1) | +| Poeppigia C.Presl |[Legume Data Portal](/taxonomy/taxon/2535922)| [GBIF](https://www.gbif.org/species/5938931) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:30241950-2) | +| Storckiella Seem. |[Legume Data Portal](/taxonomy/taxon/2478158)| [GBIF](https://www.gbif.org/species/2949438) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23621-1) | +| Uittienia Steenis |[Legume Data Portal](/taxonomy/taxon/2446612)| [GBIF](https://www.gbif.org/species/8351407) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23744-1) | +| Zenia Chun |[Legume Data Portal](/taxonomy/taxon/2470192)| [GBIF](https://www.gbif.org/species/2963590) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23839-1) | diff --git a/taxonomy/Lycium.md b/taxonomy/Lycium.md new file mode 100644 index 0000000000000000000000000000000000000000..6e2e3d3ba45f677f47e42fdcf184fd0d6945aa1b --- /dev/null +++ b/taxonomy/Lycium.md @@ -0,0 +1,74 @@ +--- +layout: documentation +sideNavigation: sidenav.taxonomy +composition: + - type: postHeader + - type: pageMarkdown +title: Lycium +lang-ref: Lycium +background: /assets/images/Solanoideae/Solaneae/Sarkinen_4560_Jaltomata_repandidentata_DSC_7033.JPG +imageLicense: | + *Jaltomata_repandidentata* (Dunal) Hunz. (photo by T.Särkinen) +description: Information about *Lycium* +height: 70vh +toc: true +--- + +## Introduction +With 17 genera and approximately 85 species, Dialioideae is the second smallest of the legume subfamilies. *Dialium* is a pantropical genus of c. 30 species, *Labichea* includes approximately 14 species, but otherwise the subfamily mostly comprises small genera with few species, eight of which are monospecific. Several of these small genera are considered threatened and have rarely been collected in nature. + +All recent phylogenetic analyses place Dialioideae as sister to Caesalpinioideae + Papilionoideae. Recent analyses suggest an Oligocene crown age but no fossils have been clearly attributed to the subfamily and because of this the age of the clade has been difficult to assess with certainty. Although studies are in progress, generic level relationships within the subfamily remain poorly resolved, except for the position of the New World *Poeppigia*, initially considered a close relative of taxa now placed in Caesalpinioideae, which is clearly resolved as sister to the rest of the subfamily. + + +## Key Features +Dialioideae are mostly unarmed trees or shrubs (Australian *Labichea* and *Petalostyles*). Their flowers are highly diverse, displaying multiple symmetries and widely varied numbers of floral organs. Organ loss is frequent in the subfamily. The subfamily is also unusual in that many Dialioideae have thyrsoid inflorescences, a rare condition in the primarily racemose Leguminosae. The fruit is often indehiscent and drupaceous or samaroid, also less typical of the legumes. Finally, most species of the subfamily lack vestured pits in their xylem (present in *Poeppigia* and *Mendoravia*), a feature that is otherwise present in all Leguminosae except Cercidoideae and Duparquetioideae. + +## Distribution and Ecology +Dialioideae occur throughout the world tropics. They are native to South and Central America, Africa, Madagascar, South and Southeast Asia, south China, Australia, New Guinea and some Pacific islands. Most species of Dialioideae occur in the Rainforest biome, but *Poeppigia* (New World), *Eligmocarpus* and *Baudouinia* (both Madagascan) are Succulent biome plants, and *Labichea* and *Petalosytles* occur in the Savanna biome of Australia. + +## Formal Botanical Description +As published in LPWG (2017), Taxon 66: 44-77, doi.org/10.12705/661.3 + +Subfam. Dialioideae Legume Phylogeny Working Group, stat. nov. ≡ Dialiinae H.S.Irwin & Barneby in Polhill & Raven, Adv. Legume Syst. 1: 100. 1981. + +Type: *Dialium* L. + +Unarmed trees or shrubs, rarely suffruticose (*Labichea* Gaudich. ex DC., *Petalostylis* R.Br.); specialised extrafloral nectaries lacking on petiole and leaf rachis and on leaflet surface. Stipules in lateral position, free or absent. Leaves imparipinnate, rarely paripinnate (*Eligmocarpus* Capuron, *Poeppigia* C.Presl), 1-foliolate (*Baudouinia* Baill., *Labichea*, *Mendoravia* Capuron, *Uittienia* Steenis) or palmately compound (*Labichea*), leaflets alternate, rarely opposite (*Eligmocarpus*, *Poeppigia*), exstipellate. Inflorescences highly branched, thyrsoid, less commonly racemes with distichous anthotaxy (*Labichea*, *Petalostylis*), borne in both terminal and axillary positions, or reduced to one axillary flower (*Petalostylis*); bracteoles small or absent. Flowers bisexual (polygamous in *Apuleia* Mart.), radially or slightly to strongly bilaterally symmetrical, hypanthium rarely present, receptacle may be broad and flattened, bearing nectary-like bodies; sepals commonly 5, reduced to 4 (*Labichea*, *Storckiella* Seem.) or 3 (*Apuleia*, *Dialium*), rarely 6 (*Mendoravia*), free, equal to sub-equal; petals 5 or fewer (0, 1, 3, 4), rarely 6 (petal number often equivalent to sepal number), free, equal to subequal, imbricate, the adaxial petal innermost; fertile stamens 5 or fewer, rarely 6–10 (some *Dialium* spp., *Poeppigia*), usually only antesepalous whorl present, free, uniform, rarely dimorphic (*Eligmocarpus*), anthers basifixed, rarely dorsifixed (*Poeppigia*), dehiscing via longitudinal slits, often reduced to a short apical, poricidal slit, staminodes present or absent; pollen in tricolporate monads with punctate or finely reticulate, rarely striate (some *Dialium*) sculpture patterns; gynoecium 1-carpellate (sometimes bicarpellate in scattered flowers of *Dialium*), ovary stipitate or sessile, ovules frequently 2 (1–many). Fruits commonly indehiscent drupaceous or samaroid, rarely dehiscent (*Eligmocarpus*, *Labichea*, *Mendoravia*, *Petalostylis*) or the drupaceous fruit with indurating endocarp breaking up in one seeded segments (*Baudouinia*). Seeds 1–2, rarely more; embryo straight. +Vestured pits absent in the secondary xylem, rarely present (*Poeppigia*, *Mendoravia*); silica bodies sometimes present (*Apuleia*, *Dialium*, *Dicorynia* Benth., *Distemonanthus* Benth.); septate fibres rarely present (*Apuleia*, *Distemonanthus*, *Poeppigia*); storeyed rays often present. Root nodules absent. 2n = 28 (most genera unsurveyed). + + +## To learn more +Falcão MJA, Mansano VF, Pinto RB. 2016. A taxonomic revision of the genus *Dialium* (Leguminosae: Dialiinae) in the Neotropics. Phytotaxa 283: 123–142. + +Falcão MJA, JV Paulino, FJ Kochanovski, RC Figueiredo, JP Basso-Alves, VF Mansano. 2020. Development of inflorescences and flowers in Fabaceae subfamily Dialioideae: an evolutionary overview and complete ontogenetic series for *Apuleia* and *Martiodendron*. Botanical Journal of the Linnean Society 193: 19–46. https://doi.org/10.1093/botlinnean/boz098 + +Zimmerman E., Herendeen PS, Lewis GP, Bruneau A. 2017. Floral evolution and phylogeny of the Dialioideae, a diverse subfamily of tropical legumes. American Journal of Botany 104: 1019–1041. + +Zimmerman, E., G. Prenner & A. Bruneau. 2013. Floral ontogeny in Dialiinae (Caesalpinioideae: Cassieae), a study in organ loss and instability. South African Journal of Botany 89: 188–209. + +## List of genera +Below is an alphabetical list of all genera accepted by the LPWG with links out to the taxonomic pages on our portal, GBIF and World Checklist of Vascular Plants (Kew). Over time this list will be updated to reflect the evolving taxonomy. + +Please see the [Species List and Synonyms](/taxonomy/species-list) and [Legume Taxonomy Working Group](/working-groups/taxonomy) pages for more taxonomic information. The current taxonomy is accessible by [Browse](/taxonomy/browse) or [Advanced Search](/taxonomy/search). + + + +|Genus | Data Source| +| --------------------- |------------------------------|------------------------------| +| Androcalymma Dwyer |[Legume Data Portal](/taxonomy/taxon/2637022)| [GBIF](https://www.gbif.org/species/2947111) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:296592-2) | +| Apuleia Mart. |[Legume Data Portal](/taxonomy/taxon/2644498)| [GBIF](https://www.gbif.org/species/2955914) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:331358-2) | +| Baudouinia Baill. |[Legume Data Portal](/taxonomy/taxon/2671237)| [GBIF](https://www.gbif.org/species/2963752) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:21792-1) | +| Dialium L. |[Legume Data Portal](/taxonomy/taxon/2763452)| [GBIF](https://www.gbif.org/species/2970932) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22238-1) | +| Dicorynia Benth. |[Legume Data Portal](/taxonomy/taxon/2766794)| [GBIF](https://www.gbif.org/species/2944649) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22251-1) | +| Distemonanthus Benth. |[Legume Data Portal](/taxonomy/taxon/2773184)| [GBIF](https://www.gbif.org/species/2964856) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22286-1) | +| Eligmocarpus Capuron |[Legume Data Portal](/taxonomy/taxon/2787570)| [GBIF](https://www.gbif.org/species/2960218) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22353-1) | +| Kalappia Kosterm. |[Legume Data Portal](/taxonomy/taxon/2336144)| [GBIF](https://www.gbif.org/species/2939855) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22688-1) | +| Koompassia Maingay ex Benth. |[Legume Data Portal](/taxonomy/taxon/2336264)| [GBIF](https://www.gbif.org/species/2952890) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22706-1) | +| Labichea Gaudich. ex DC. |[Legume Data Portal](/taxonomy/taxon/2350870)| [GBIF](https://www.gbif.org/species/2975908) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22721-1) | +| Martiodendron Gleason |[Legume Data Portal](/taxonomy/taxon/2368514)| [GBIF](https://www.gbif.org/species/2948702) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:326830-2)| +| Mendoravia Capuron |[Legume Data Portal](/taxonomy/taxon/2368027)| [GBIF](https://www.gbif.org/species/2960417) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22926-1) | +| Petalostylis R.Br. |[Legume Data Portal](/taxonomy/taxon/2538854)| [GBIF](https://www.gbif.org/species/8293499) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23198-1) | +| Poeppigia C.Presl |[Legume Data Portal](/taxonomy/taxon/2535922)| [GBIF](https://www.gbif.org/species/5938931) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:30241950-2) | +| Storckiella Seem. |[Legume Data Portal](/taxonomy/taxon/2478158)| [GBIF](https://www.gbif.org/species/2949438) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23621-1) | +| Uittienia Steenis |[Legume Data Portal](/taxonomy/taxon/2446612)| [GBIF](https://www.gbif.org/species/8351407) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23744-1) | +| Zenia Chun |[Legume Data Portal](/taxonomy/taxon/2470192)| [GBIF](https://www.gbif.org/species/2963590) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23839-1) | diff --git a/taxonomy/Mandragora.md b/taxonomy/Mandragora.md new file mode 100644 index 0000000000000000000000000000000000000000..df15696ff01aaadeb928875556208561add903cf --- /dev/null +++ b/taxonomy/Mandragora.md @@ -0,0 +1,74 @@ +--- +layout: documentation +sideNavigation: sidenav.taxonomy +composition: + - type: postHeader + - type: pageMarkdown +title: Mandragora +lang-ref: Mandragora +background: /assets/images/Solanoideae/Solaneae/Sarkinen_4560_Jaltomata_repandidentata_DSC_7033.JPG +imageLicense: | + *Jaltomata_repandidentata* (Dunal) Hunz. (photo by T.Särkinen) +description: Information about *Mandragora* +height: 70vh +toc: true +--- + +## Introduction +With 17 genera and approximately 85 species, Dialioideae is the second smallest of the legume subfamilies. *Dialium* is a pantropical genus of c. 30 species, *Labichea* includes approximately 14 species, but otherwise the subfamily mostly comprises small genera with few species, eight of which are monospecific. Several of these small genera are considered threatened and have rarely been collected in nature. + +All recent phylogenetic analyses place Dialioideae as sister to Caesalpinioideae + Papilionoideae. Recent analyses suggest an Oligocene crown age but no fossils have been clearly attributed to the subfamily and because of this the age of the clade has been difficult to assess with certainty. Although studies are in progress, generic level relationships within the subfamily remain poorly resolved, except for the position of the New World *Poeppigia*, initially considered a close relative of taxa now placed in Caesalpinioideae, which is clearly resolved as sister to the rest of the subfamily. + + +## Key Features +Dialioideae are mostly unarmed trees or shrubs (Australian *Labichea* and *Petalostyles*). Their flowers are highly diverse, displaying multiple symmetries and widely varied numbers of floral organs. Organ loss is frequent in the subfamily. The subfamily is also unusual in that many Dialioideae have thyrsoid inflorescences, a rare condition in the primarily racemose Leguminosae. The fruit is often indehiscent and drupaceous or samaroid, also less typical of the legumes. Finally, most species of the subfamily lack vestured pits in their xylem (present in *Poeppigia* and *Mendoravia*), a feature that is otherwise present in all Leguminosae except Cercidoideae and Duparquetioideae. + +## Distribution and Ecology +Dialioideae occur throughout the world tropics. They are native to South and Central America, Africa, Madagascar, South and Southeast Asia, south China, Australia, New Guinea and some Pacific islands. Most species of Dialioideae occur in the Rainforest biome, but *Poeppigia* (New World), *Eligmocarpus* and *Baudouinia* (both Madagascan) are Succulent biome plants, and *Labichea* and *Petalosytles* occur in the Savanna biome of Australia. + +## Formal Botanical Description +As published in LPWG (2017), Taxon 66: 44-77, doi.org/10.12705/661.3 + +Subfam. Dialioideae Legume Phylogeny Working Group, stat. nov. ≡ Dialiinae H.S.Irwin & Barneby in Polhill & Raven, Adv. Legume Syst. 1: 100. 1981. + +Type: *Dialium* L. + +Unarmed trees or shrubs, rarely suffruticose (*Labichea* Gaudich. ex DC., *Petalostylis* R.Br.); specialised extrafloral nectaries lacking on petiole and leaf rachis and on leaflet surface. Stipules in lateral position, free or absent. Leaves imparipinnate, rarely paripinnate (*Eligmocarpus* Capuron, *Poeppigia* C.Presl), 1-foliolate (*Baudouinia* Baill., *Labichea*, *Mendoravia* Capuron, *Uittienia* Steenis) or palmately compound (*Labichea*), leaflets alternate, rarely opposite (*Eligmocarpus*, *Poeppigia*), exstipellate. Inflorescences highly branched, thyrsoid, less commonly racemes with distichous anthotaxy (*Labichea*, *Petalostylis*), borne in both terminal and axillary positions, or reduced to one axillary flower (*Petalostylis*); bracteoles small or absent. Flowers bisexual (polygamous in *Apuleia* Mart.), radially or slightly to strongly bilaterally symmetrical, hypanthium rarely present, receptacle may be broad and flattened, bearing nectary-like bodies; sepals commonly 5, reduced to 4 (*Labichea*, *Storckiella* Seem.) or 3 (*Apuleia*, *Dialium*), rarely 6 (*Mendoravia*), free, equal to sub-equal; petals 5 or fewer (0, 1, 3, 4), rarely 6 (petal number often equivalent to sepal number), free, equal to subequal, imbricate, the adaxial petal innermost; fertile stamens 5 or fewer, rarely 6–10 (some *Dialium* spp., *Poeppigia*), usually only antesepalous whorl present, free, uniform, rarely dimorphic (*Eligmocarpus*), anthers basifixed, rarely dorsifixed (*Poeppigia*), dehiscing via longitudinal slits, often reduced to a short apical, poricidal slit, staminodes present or absent; pollen in tricolporate monads with punctate or finely reticulate, rarely striate (some *Dialium*) sculpture patterns; gynoecium 1-carpellate (sometimes bicarpellate in scattered flowers of *Dialium*), ovary stipitate or sessile, ovules frequently 2 (1–many). Fruits commonly indehiscent drupaceous or samaroid, rarely dehiscent (*Eligmocarpus*, *Labichea*, *Mendoravia*, *Petalostylis*) or the drupaceous fruit with indurating endocarp breaking up in one seeded segments (*Baudouinia*). Seeds 1–2, rarely more; embryo straight. +Vestured pits absent in the secondary xylem, rarely present (*Poeppigia*, *Mendoravia*); silica bodies sometimes present (*Apuleia*, *Dialium*, *Dicorynia* Benth., *Distemonanthus* Benth.); septate fibres rarely present (*Apuleia*, *Distemonanthus*, *Poeppigia*); storeyed rays often present. Root nodules absent. 2n = 28 (most genera unsurveyed). + + +## To learn more +Falcão MJA, Mansano VF, Pinto RB. 2016. A taxonomic revision of the genus *Dialium* (Leguminosae: Dialiinae) in the Neotropics. Phytotaxa 283: 123–142. + +Falcão MJA, JV Paulino, FJ Kochanovski, RC Figueiredo, JP Basso-Alves, VF Mansano. 2020. Development of inflorescences and flowers in Fabaceae subfamily Dialioideae: an evolutionary overview and complete ontogenetic series for *Apuleia* and *Martiodendron*. Botanical Journal of the Linnean Society 193: 19–46. https://doi.org/10.1093/botlinnean/boz098 + +Zimmerman E., Herendeen PS, Lewis GP, Bruneau A. 2017. Floral evolution and phylogeny of the Dialioideae, a diverse subfamily of tropical legumes. American Journal of Botany 104: 1019–1041. + +Zimmerman, E., G. Prenner & A. Bruneau. 2013. Floral ontogeny in Dialiinae (Caesalpinioideae: Cassieae), a study in organ loss and instability. South African Journal of Botany 89: 188–209. + +## List of genera +Below is an alphabetical list of all genera accepted by the LPWG with links out to the taxonomic pages on our portal, GBIF and World Checklist of Vascular Plants (Kew). Over time this list will be updated to reflect the evolving taxonomy. + +Please see the [Species List and Synonyms](/taxonomy/species-list) and [Legume Taxonomy Working Group](/working-groups/taxonomy) pages for more taxonomic information. The current taxonomy is accessible by [Browse](/taxonomy/browse) or [Advanced Search](/taxonomy/search). + + + +|Genus | Data Source| +| --------------------- |------------------------------|------------------------------| +| Androcalymma Dwyer |[Legume Data Portal](/taxonomy/taxon/2637022)| [GBIF](https://www.gbif.org/species/2947111) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:296592-2) | +| Apuleia Mart. |[Legume Data Portal](/taxonomy/taxon/2644498)| [GBIF](https://www.gbif.org/species/2955914) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:331358-2) | +| Baudouinia Baill. |[Legume Data Portal](/taxonomy/taxon/2671237)| [GBIF](https://www.gbif.org/species/2963752) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:21792-1) | +| Dialium L. |[Legume Data Portal](/taxonomy/taxon/2763452)| [GBIF](https://www.gbif.org/species/2970932) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22238-1) | +| Dicorynia Benth. |[Legume Data Portal](/taxonomy/taxon/2766794)| [GBIF](https://www.gbif.org/species/2944649) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22251-1) | +| Distemonanthus Benth. |[Legume Data Portal](/taxonomy/taxon/2773184)| [GBIF](https://www.gbif.org/species/2964856) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22286-1) | +| Eligmocarpus Capuron |[Legume Data Portal](/taxonomy/taxon/2787570)| [GBIF](https://www.gbif.org/species/2960218) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22353-1) | +| Kalappia Kosterm. |[Legume Data Portal](/taxonomy/taxon/2336144)| [GBIF](https://www.gbif.org/species/2939855) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22688-1) | +| Koompassia Maingay ex Benth. |[Legume Data Portal](/taxonomy/taxon/2336264)| [GBIF](https://www.gbif.org/species/2952890) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22706-1) | +| Labichea Gaudich. ex DC. |[Legume Data Portal](/taxonomy/taxon/2350870)| [GBIF](https://www.gbif.org/species/2975908) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22721-1) | +| Martiodendron Gleason |[Legume Data Portal](/taxonomy/taxon/2368514)| [GBIF](https://www.gbif.org/species/2948702) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:326830-2)| +| Mendoravia Capuron |[Legume Data Portal](/taxonomy/taxon/2368027)| [GBIF](https://www.gbif.org/species/2960417) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22926-1) | +| Petalostylis R.Br. |[Legume Data Portal](/taxonomy/taxon/2538854)| [GBIF](https://www.gbif.org/species/8293499) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23198-1) | +| Poeppigia C.Presl |[Legume Data Portal](/taxonomy/taxon/2535922)| [GBIF](https://www.gbif.org/species/5938931) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:30241950-2) | +| Storckiella Seem. |[Legume Data Portal](/taxonomy/taxon/2478158)| [GBIF](https://www.gbif.org/species/2949438) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23621-1) | +| Uittienia Steenis |[Legume Data Portal](/taxonomy/taxon/2446612)| [GBIF](https://www.gbif.org/species/8351407) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23744-1) | +| Zenia Chun |[Legume Data Portal](/taxonomy/taxon/2470192)| [GBIF](https://www.gbif.org/species/2963590) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23839-1) | diff --git a/taxonomy/Nicotiana.md b/taxonomy/Nicotiana.md new file mode 100644 index 0000000000000000000000000000000000000000..34a549381599cbef78fed5bdfd79dd91aa7b35c3 --- /dev/null +++ b/taxonomy/Nicotiana.md @@ -0,0 +1,74 @@ +--- +layout: documentation +sideNavigation: sidenav.taxonomy +composition: + - type: postHeader + - type: pageMarkdown +title: Nicotiana +lang-ref: Nicotiana +background: /assets/images/Nicotianoideae/Nicotianeae/Nicotiana maritima MWC16118 YorkePenIMG_4472.JPG +imageLicense: | + *Nicotiana maritima* H.-M.Wheeler (photo by M.Christenhusz) +description: Information about *Nicotiana* +height: 70vh +toc: true +--- + +## Introduction +With 17 genera and approximately 85 species, Dialioideae is the second smallest of the legume subfamilies. *Dialium* is a pantropical genus of c. 30 species, *Labichea* includes approximately 14 species, but otherwise the subfamily mostly comprises small genera with few species, eight of which are monospecific. Several of these small genera are considered threatened and have rarely been collected in nature. + +All recent phylogenetic analyses place Dialioideae as sister to Caesalpinioideae + Papilionoideae. Recent analyses suggest an Oligocene crown age but no fossils have been clearly attributed to the subfamily and because of this the age of the clade has been difficult to assess with certainty. Although studies are in progress, generic level relationships within the subfamily remain poorly resolved, except for the position of the New World *Poeppigia*, initially considered a close relative of taxa now placed in Caesalpinioideae, which is clearly resolved as sister to the rest of the subfamily. + + +## Key Features +Dialioideae are mostly unarmed trees or shrubs (Australian *Labichea* and *Petalostyles*). Their flowers are highly diverse, displaying multiple symmetries and widely varied numbers of floral organs. Organ loss is frequent in the subfamily. The subfamily is also unusual in that many Dialioideae have thyrsoid inflorescences, a rare condition in the primarily racemose Leguminosae. The fruit is often indehiscent and drupaceous or samaroid, also less typical of the legumes. Finally, most species of the subfamily lack vestured pits in their xylem (present in *Poeppigia* and *Mendoravia*), a feature that is otherwise present in all Leguminosae except Cercidoideae and Duparquetioideae. + +## Distribution and Ecology +Dialioideae occur throughout the world tropics. They are native to South and Central America, Africa, Madagascar, South and Southeast Asia, south China, Australia, New Guinea and some Pacific islands. Most species of Dialioideae occur in the Rainforest biome, but *Poeppigia* (New World), *Eligmocarpus* and *Baudouinia* (both Madagascan) are Succulent biome plants, and *Labichea* and *Petalosytles* occur in the Savanna biome of Australia. + +## Formal Botanical Description +As published in LPWG (2017), Taxon 66: 44-77, doi.org/10.12705/661.3 + +Subfam. Dialioideae Legume Phylogeny Working Group, stat. nov. ≡ Dialiinae H.S.Irwin & Barneby in Polhill & Raven, Adv. Legume Syst. 1: 100. 1981. + +Type: *Dialium* L. + +Unarmed trees or shrubs, rarely suffruticose (*Labichea* Gaudich. ex DC., *Petalostylis* R.Br.); specialised extrafloral nectaries lacking on petiole and leaf rachis and on leaflet surface. Stipules in lateral position, free or absent. Leaves imparipinnate, rarely paripinnate (*Eligmocarpus* Capuron, *Poeppigia* C.Presl), 1-foliolate (*Baudouinia* Baill., *Labichea*, *Mendoravia* Capuron, *Uittienia* Steenis) or palmately compound (*Labichea*), leaflets alternate, rarely opposite (*Eligmocarpus*, *Poeppigia*), exstipellate. Inflorescences highly branched, thyrsoid, less commonly racemes with distichous anthotaxy (*Labichea*, *Petalostylis*), borne in both terminal and axillary positions, or reduced to one axillary flower (*Petalostylis*); bracteoles small or absent. Flowers bisexual (polygamous in *Apuleia* Mart.), radially or slightly to strongly bilaterally symmetrical, hypanthium rarely present, receptacle may be broad and flattened, bearing nectary-like bodies; sepals commonly 5, reduced to 4 (*Labichea*, *Storckiella* Seem.) or 3 (*Apuleia*, *Dialium*), rarely 6 (*Mendoravia*), free, equal to sub-equal; petals 5 or fewer (0, 1, 3, 4), rarely 6 (petal number often equivalent to sepal number), free, equal to subequal, imbricate, the adaxial petal innermost; fertile stamens 5 or fewer, rarely 6–10 (some *Dialium* spp., *Poeppigia*), usually only antesepalous whorl present, free, uniform, rarely dimorphic (*Eligmocarpus*), anthers basifixed, rarely dorsifixed (*Poeppigia*), dehiscing via longitudinal slits, often reduced to a short apical, poricidal slit, staminodes present or absent; pollen in tricolporate monads with punctate or finely reticulate, rarely striate (some *Dialium*) sculpture patterns; gynoecium 1-carpellate (sometimes bicarpellate in scattered flowers of *Dialium*), ovary stipitate or sessile, ovules frequently 2 (1–many). Fruits commonly indehiscent drupaceous or samaroid, rarely dehiscent (*Eligmocarpus*, *Labichea*, *Mendoravia*, *Petalostylis*) or the drupaceous fruit with indurating endocarp breaking up in one seeded segments (*Baudouinia*). Seeds 1–2, rarely more; embryo straight. +Vestured pits absent in the secondary xylem, rarely present (*Poeppigia*, *Mendoravia*); silica bodies sometimes present (*Apuleia*, *Dialium*, *Dicorynia* Benth., *Distemonanthus* Benth.); septate fibres rarely present (*Apuleia*, *Distemonanthus*, *Poeppigia*); storeyed rays often present. Root nodules absent. 2n = 28 (most genera unsurveyed). + + +## To learn more +Falcão MJA, Mansano VF, Pinto RB. 2016. A taxonomic revision of the genus *Dialium* (Leguminosae: Dialiinae) in the Neotropics. Phytotaxa 283: 123–142. + +Falcão MJA, JV Paulino, FJ Kochanovski, RC Figueiredo, JP Basso-Alves, VF Mansano. 2020. Development of inflorescences and flowers in Fabaceae subfamily Dialioideae: an evolutionary overview and complete ontogenetic series for *Apuleia* and *Martiodendron*. Botanical Journal of the Linnean Society 193: 19–46. https://doi.org/10.1093/botlinnean/boz098 + +Zimmerman E., Herendeen PS, Lewis GP, Bruneau A. 2017. Floral evolution and phylogeny of the Dialioideae, a diverse subfamily of tropical legumes. American Journal of Botany 104: 1019–1041. + +Zimmerman, E., G. Prenner & A. Bruneau. 2013. Floral ontogeny in Dialiinae (Caesalpinioideae: Cassieae), a study in organ loss and instability. South African Journal of Botany 89: 188–209. + +## List of genera +Below is an alphabetical list of all genera accepted by the LPWG with links out to the taxonomic pages on our portal, GBIF and World Checklist of Vascular Plants (Kew). Over time this list will be updated to reflect the evolving taxonomy. + +Please see the [Species List and Synonyms](/taxonomy/species-list) and [Legume Taxonomy Working Group](/working-groups/taxonomy) pages for more taxonomic information. The current taxonomy is accessible by [Browse](/taxonomy/browse) or [Advanced Search](/taxonomy/search). + + + +|Genus | Data Source| +| --------------------- |------------------------------|------------------------------| +| Androcalymma Dwyer |[Legume Data Portal](/taxonomy/taxon/2637022)| [GBIF](https://www.gbif.org/species/2947111) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:296592-2) | +| Apuleia Mart. |[Legume Data Portal](/taxonomy/taxon/2644498)| [GBIF](https://www.gbif.org/species/2955914) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:331358-2) | +| Baudouinia Baill. |[Legume Data Portal](/taxonomy/taxon/2671237)| [GBIF](https://www.gbif.org/species/2963752) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:21792-1) | +| Dialium L. |[Legume Data Portal](/taxonomy/taxon/2763452)| [GBIF](https://www.gbif.org/species/2970932) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22238-1) | +| Dicorynia Benth. |[Legume Data Portal](/taxonomy/taxon/2766794)| [GBIF](https://www.gbif.org/species/2944649) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22251-1) | +| Distemonanthus Benth. |[Legume Data Portal](/taxonomy/taxon/2773184)| [GBIF](https://www.gbif.org/species/2964856) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22286-1) | +| Eligmocarpus Capuron |[Legume Data Portal](/taxonomy/taxon/2787570)| [GBIF](https://www.gbif.org/species/2960218) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22353-1) | +| Kalappia Kosterm. |[Legume Data Portal](/taxonomy/taxon/2336144)| [GBIF](https://www.gbif.org/species/2939855) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22688-1) | +| Koompassia Maingay ex Benth. |[Legume Data Portal](/taxonomy/taxon/2336264)| [GBIF](https://www.gbif.org/species/2952890) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22706-1) | +| Labichea Gaudich. ex DC. |[Legume Data Portal](/taxonomy/taxon/2350870)| [GBIF](https://www.gbif.org/species/2975908) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22721-1) | +| Martiodendron Gleason |[Legume Data Portal](/taxonomy/taxon/2368514)| [GBIF](https://www.gbif.org/species/2948702) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:326830-2)| +| Mendoravia Capuron |[Legume Data Portal](/taxonomy/taxon/2368027)| [GBIF](https://www.gbif.org/species/2960417) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22926-1) | +| Petalostylis R.Br. |[Legume Data Portal](/taxonomy/taxon/2538854)| [GBIF](https://www.gbif.org/species/8293499) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23198-1) | +| Poeppigia C.Presl |[Legume Data Portal](/taxonomy/taxon/2535922)| [GBIF](https://www.gbif.org/species/5938931) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:30241950-2) | +| Storckiella Seem. |[Legume Data Portal](/taxonomy/taxon/2478158)| [GBIF](https://www.gbif.org/species/2949438) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23621-1) | +| Uittienia Steenis |[Legume Data Portal](/taxonomy/taxon/2446612)| [GBIF](https://www.gbif.org/species/8351407) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23744-1) | +| Zenia Chun |[Legume Data Portal](/taxonomy/taxon/2470192)| [GBIF](https://www.gbif.org/species/2963590) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23839-1) | diff --git a/taxonomy/Nolana.md b/taxonomy/Nolana.md new file mode 100644 index 0000000000000000000000000000000000000000..9e823eb1612753deeaff887b17502bca6eeb437b --- /dev/null +++ b/taxonomy/Nolana.md @@ -0,0 +1,74 @@ +--- +layout: documentation +sideNavigation: sidenav.taxonomy +composition: + - type: postHeader + - type: pageMarkdown +title: Nolana +lang-ref: Nolana +background: /assets/images/Nolana/N. carnosa_ J.Hepp_DSC_0200.JPG +imageLicense: | + *Nolana carnosa* (Lindl.) Miers ex Dunal (photo by J.Hepp) +description: Information about *Nolana* +height: 70vh +toc: true +--- + +## Introduction +With 17 genera and approximately 85 species, Dialioideae is the second smallest of the legume subfamilies. *Dialium* is a pantropical genus of c. 30 species, *Labichea* includes approximately 14 species, but otherwise the subfamily mostly comprises small genera with few species, eight of which are monospecific. Several of these small genera are considered threatened and have rarely been collected in nature. + +All recent phylogenetic analyses place Dialioideae as sister to Caesalpinioideae + Papilionoideae. Recent analyses suggest an Oligocene crown age but no fossils have been clearly attributed to the subfamily and because of this the age of the clade has been difficult to assess with certainty. Although studies are in progress, generic level relationships within the subfamily remain poorly resolved, except for the position of the New World *Poeppigia*, initially considered a close relative of taxa now placed in Caesalpinioideae, which is clearly resolved as sister to the rest of the subfamily. + + +## Key Features +Dialioideae are mostly unarmed trees or shrubs (Australian *Labichea* and *Petalostyles*). Their flowers are highly diverse, displaying multiple symmetries and widely varied numbers of floral organs. Organ loss is frequent in the subfamily. The subfamily is also unusual in that many Dialioideae have thyrsoid inflorescences, a rare condition in the primarily racemose Leguminosae. The fruit is often indehiscent and drupaceous or samaroid, also less typical of the legumes. Finally, most species of the subfamily lack vestured pits in their xylem (present in *Poeppigia* and *Mendoravia*), a feature that is otherwise present in all Leguminosae except Cercidoideae and Duparquetioideae. + +## Distribution and Ecology +Dialioideae occur throughout the world tropics. They are native to South and Central America, Africa, Madagascar, South and Southeast Asia, south China, Australia, New Guinea and some Pacific islands. Most species of Dialioideae occur in the Rainforest biome, but *Poeppigia* (New World), *Eligmocarpus* and *Baudouinia* (both Madagascan) are Succulent biome plants, and *Labichea* and *Petalosytles* occur in the Savanna biome of Australia. + +## Formal Botanical Description +As published in LPWG (2017), Taxon 66: 44-77, doi.org/10.12705/661.3 + +Subfam. Dialioideae Legume Phylogeny Working Group, stat. nov. ≡ Dialiinae H.S.Irwin & Barneby in Polhill & Raven, Adv. Legume Syst. 1: 100. 1981. + +Type: *Dialium* L. + +Unarmed trees or shrubs, rarely suffruticose (*Labichea* Gaudich. ex DC., *Petalostylis* R.Br.); specialised extrafloral nectaries lacking on petiole and leaf rachis and on leaflet surface. Stipules in lateral position, free or absent. Leaves imparipinnate, rarely paripinnate (*Eligmocarpus* Capuron, *Poeppigia* C.Presl), 1-foliolate (*Baudouinia* Baill., *Labichea*, *Mendoravia* Capuron, *Uittienia* Steenis) or palmately compound (*Labichea*), leaflets alternate, rarely opposite (*Eligmocarpus*, *Poeppigia*), exstipellate. Inflorescences highly branched, thyrsoid, less commonly racemes with distichous anthotaxy (*Labichea*, *Petalostylis*), borne in both terminal and axillary positions, or reduced to one axillary flower (*Petalostylis*); bracteoles small or absent. Flowers bisexual (polygamous in *Apuleia* Mart.), radially or slightly to strongly bilaterally symmetrical, hypanthium rarely present, receptacle may be broad and flattened, bearing nectary-like bodies; sepals commonly 5, reduced to 4 (*Labichea*, *Storckiella* Seem.) or 3 (*Apuleia*, *Dialium*), rarely 6 (*Mendoravia*), free, equal to sub-equal; petals 5 or fewer (0, 1, 3, 4), rarely 6 (petal number often equivalent to sepal number), free, equal to subequal, imbricate, the adaxial petal innermost; fertile stamens 5 or fewer, rarely 6–10 (some *Dialium* spp., *Poeppigia*), usually only antesepalous whorl present, free, uniform, rarely dimorphic (*Eligmocarpus*), anthers basifixed, rarely dorsifixed (*Poeppigia*), dehiscing via longitudinal slits, often reduced to a short apical, poricidal slit, staminodes present or absent; pollen in tricolporate monads with punctate or finely reticulate, rarely striate (some *Dialium*) sculpture patterns; gynoecium 1-carpellate (sometimes bicarpellate in scattered flowers of *Dialium*), ovary stipitate or sessile, ovules frequently 2 (1–many). Fruits commonly indehiscent drupaceous or samaroid, rarely dehiscent (*Eligmocarpus*, *Labichea*, *Mendoravia*, *Petalostylis*) or the drupaceous fruit with indurating endocarp breaking up in one seeded segments (*Baudouinia*). Seeds 1–2, rarely more; embryo straight. +Vestured pits absent in the secondary xylem, rarely present (*Poeppigia*, *Mendoravia*); silica bodies sometimes present (*Apuleia*, *Dialium*, *Dicorynia* Benth., *Distemonanthus* Benth.); septate fibres rarely present (*Apuleia*, *Distemonanthus*, *Poeppigia*); storeyed rays often present. Root nodules absent. 2n = 28 (most genera unsurveyed). + + +## To learn more +Falcão MJA, Mansano VF, Pinto RB. 2016. A taxonomic revision of the genus *Dialium* (Leguminosae: Dialiinae) in the Neotropics. Phytotaxa 283: 123–142. + +Falcão MJA, JV Paulino, FJ Kochanovski, RC Figueiredo, JP Basso-Alves, VF Mansano. 2020. Development of inflorescences and flowers in Fabaceae subfamily Dialioideae: an evolutionary overview and complete ontogenetic series for *Apuleia* and *Martiodendron*. Botanical Journal of the Linnean Society 193: 19–46. https://doi.org/10.1093/botlinnean/boz098 + +Zimmerman E., Herendeen PS, Lewis GP, Bruneau A. 2017. Floral evolution and phylogeny of the Dialioideae, a diverse subfamily of tropical legumes. American Journal of Botany 104: 1019–1041. + +Zimmerman, E., G. Prenner & A. Bruneau. 2013. Floral ontogeny in Dialiinae (Caesalpinioideae: Cassieae), a study in organ loss and instability. South African Journal of Botany 89: 188–209. + +## List of genera +Below is an alphabetical list of all genera accepted by the LPWG with links out to the taxonomic pages on our portal, GBIF and World Checklist of Vascular Plants (Kew). Over time this list will be updated to reflect the evolving taxonomy. + +Please see the [Species List and Synonyms](/taxonomy/species-list) and [Legume Taxonomy Working Group](/working-groups/taxonomy) pages for more taxonomic information. The current taxonomy is accessible by [Browse](/taxonomy/browse) or [Advanced Search](/taxonomy/search). + + + +|Genus | Data Source| +| --------------------- |------------------------------|------------------------------| +| Androcalymma Dwyer |[Legume Data Portal](/taxonomy/taxon/2637022)| [GBIF](https://www.gbif.org/species/2947111) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:296592-2) | +| Apuleia Mart. |[Legume Data Portal](/taxonomy/taxon/2644498)| [GBIF](https://www.gbif.org/species/2955914) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:331358-2) | +| Baudouinia Baill. |[Legume Data Portal](/taxonomy/taxon/2671237)| [GBIF](https://www.gbif.org/species/2963752) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:21792-1) | +| Dialium L. |[Legume Data Portal](/taxonomy/taxon/2763452)| [GBIF](https://www.gbif.org/species/2970932) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22238-1) | +| Dicorynia Benth. |[Legume Data Portal](/taxonomy/taxon/2766794)| [GBIF](https://www.gbif.org/species/2944649) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22251-1) | +| Distemonanthus Benth. |[Legume Data Portal](/taxonomy/taxon/2773184)| [GBIF](https://www.gbif.org/species/2964856) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22286-1) | +| Eligmocarpus Capuron |[Legume Data Portal](/taxonomy/taxon/2787570)| [GBIF](https://www.gbif.org/species/2960218) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22353-1) | +| Kalappia Kosterm. |[Legume Data Portal](/taxonomy/taxon/2336144)| [GBIF](https://www.gbif.org/species/2939855) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22688-1) | +| Koompassia Maingay ex Benth. |[Legume Data Portal](/taxonomy/taxon/2336264)| [GBIF](https://www.gbif.org/species/2952890) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22706-1) | +| Labichea Gaudich. ex DC. |[Legume Data Portal](/taxonomy/taxon/2350870)| [GBIF](https://www.gbif.org/species/2975908) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22721-1) | +| Martiodendron Gleason |[Legume Data Portal](/taxonomy/taxon/2368514)| [GBIF](https://www.gbif.org/species/2948702) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:326830-2)| +| Mendoravia Capuron |[Legume Data Portal](/taxonomy/taxon/2368027)| [GBIF](https://www.gbif.org/species/2960417) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22926-1) | +| Petalostylis R.Br. |[Legume Data Portal](/taxonomy/taxon/2538854)| [GBIF](https://www.gbif.org/species/8293499) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23198-1) | +| Poeppigia C.Presl |[Legume Data Portal](/taxonomy/taxon/2535922)| [GBIF](https://www.gbif.org/species/5938931) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:30241950-2) | +| Storckiella Seem. |[Legume Data Portal](/taxonomy/taxon/2478158)| [GBIF](https://www.gbif.org/species/2949438) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23621-1) | +| Uittienia Steenis |[Legume Data Portal](/taxonomy/taxon/2446612)| [GBIF](https://www.gbif.org/species/8351407) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23744-1) | +| Zenia Chun |[Legume Data Portal](/taxonomy/taxon/2470192)| [GBIF](https://www.gbif.org/species/2963590) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23839-1) | diff --git a/taxonomy/Petunia.md b/taxonomy/Petunia.md new file mode 100644 index 0000000000000000000000000000000000000000..8832bc26c18f9f0de879620c9f89f71862121ab2 --- /dev/null +++ b/taxonomy/Petunia.md @@ -0,0 +1,74 @@ +--- +layout: documentation +sideNavigation: sidenav.taxonomy +composition: + - type: postHeader + - type: pageMarkdown +title: Petunia +lang-ref: Petunia +background: /assets/images/Solanoideae/Solaneae/Sarkinen_4560_Jaltomata_repandidentata_DSC_7033.JPG +imageLicense: | + *Jaltomata_repandidentata* (Dunal) Hunz. (photo by T.Särkinen) +description: Information about *Petunia* +height: 70vh +toc: true +--- + +## Introduction +With 17 genera and approximately 85 species, Dialioideae is the second smallest of the legume subfamilies. *Dialium* is a pantropical genus of c. 30 species, *Labichea* includes approximately 14 species, but otherwise the subfamily mostly comprises small genera with few species, eight of which are monospecific. Several of these small genera are considered threatened and have rarely been collected in nature. + +All recent phylogenetic analyses place Dialioideae as sister to Caesalpinioideae + Papilionoideae. Recent analyses suggest an Oligocene crown age but no fossils have been clearly attributed to the subfamily and because of this the age of the clade has been difficult to assess with certainty. Although studies are in progress, generic level relationships within the subfamily remain poorly resolved, except for the position of the New World *Poeppigia*, initially considered a close relative of taxa now placed in Caesalpinioideae, which is clearly resolved as sister to the rest of the subfamily. + + +## Key Features +Dialioideae are mostly unarmed trees or shrubs (Australian *Labichea* and *Petalostyles*). Their flowers are highly diverse, displaying multiple symmetries and widely varied numbers of floral organs. Organ loss is frequent in the subfamily. The subfamily is also unusual in that many Dialioideae have thyrsoid inflorescences, a rare condition in the primarily racemose Leguminosae. The fruit is often indehiscent and drupaceous or samaroid, also less typical of the legumes. Finally, most species of the subfamily lack vestured pits in their xylem (present in *Poeppigia* and *Mendoravia*), a feature that is otherwise present in all Leguminosae except Cercidoideae and Duparquetioideae. + +## Distribution and Ecology +Dialioideae occur throughout the world tropics. They are native to South and Central America, Africa, Madagascar, South and Southeast Asia, south China, Australia, New Guinea and some Pacific islands. Most species of Dialioideae occur in the Rainforest biome, but *Poeppigia* (New World), *Eligmocarpus* and *Baudouinia* (both Madagascan) are Succulent biome plants, and *Labichea* and *Petalosytles* occur in the Savanna biome of Australia. + +## Formal Botanical Description +As published in LPWG (2017), Taxon 66: 44-77, doi.org/10.12705/661.3 + +Subfam. Dialioideae Legume Phylogeny Working Group, stat. nov. ≡ Dialiinae H.S.Irwin & Barneby in Polhill & Raven, Adv. Legume Syst. 1: 100. 1981. + +Type: *Dialium* L. + +Unarmed trees or shrubs, rarely suffruticose (*Labichea* Gaudich. ex DC., *Petalostylis* R.Br.); specialised extrafloral nectaries lacking on petiole and leaf rachis and on leaflet surface. Stipules in lateral position, free or absent. Leaves imparipinnate, rarely paripinnate (*Eligmocarpus* Capuron, *Poeppigia* C.Presl), 1-foliolate (*Baudouinia* Baill., *Labichea*, *Mendoravia* Capuron, *Uittienia* Steenis) or palmately compound (*Labichea*), leaflets alternate, rarely opposite (*Eligmocarpus*, *Poeppigia*), exstipellate. Inflorescences highly branched, thyrsoid, less commonly racemes with distichous anthotaxy (*Labichea*, *Petalostylis*), borne in both terminal and axillary positions, or reduced to one axillary flower (*Petalostylis*); bracteoles small or absent. Flowers bisexual (polygamous in *Apuleia* Mart.), radially or slightly to strongly bilaterally symmetrical, hypanthium rarely present, receptacle may be broad and flattened, bearing nectary-like bodies; sepals commonly 5, reduced to 4 (*Labichea*, *Storckiella* Seem.) or 3 (*Apuleia*, *Dialium*), rarely 6 (*Mendoravia*), free, equal to sub-equal; petals 5 or fewer (0, 1, 3, 4), rarely 6 (petal number often equivalent to sepal number), free, equal to subequal, imbricate, the adaxial petal innermost; fertile stamens 5 or fewer, rarely 6–10 (some *Dialium* spp., *Poeppigia*), usually only antesepalous whorl present, free, uniform, rarely dimorphic (*Eligmocarpus*), anthers basifixed, rarely dorsifixed (*Poeppigia*), dehiscing via longitudinal slits, often reduced to a short apical, poricidal slit, staminodes present or absent; pollen in tricolporate monads with punctate or finely reticulate, rarely striate (some *Dialium*) sculpture patterns; gynoecium 1-carpellate (sometimes bicarpellate in scattered flowers of *Dialium*), ovary stipitate or sessile, ovules frequently 2 (1–many). Fruits commonly indehiscent drupaceous or samaroid, rarely dehiscent (*Eligmocarpus*, *Labichea*, *Mendoravia*, *Petalostylis*) or the drupaceous fruit with indurating endocarp breaking up in one seeded segments (*Baudouinia*). Seeds 1–2, rarely more; embryo straight. +Vestured pits absent in the secondary xylem, rarely present (*Poeppigia*, *Mendoravia*); silica bodies sometimes present (*Apuleia*, *Dialium*, *Dicorynia* Benth., *Distemonanthus* Benth.); septate fibres rarely present (*Apuleia*, *Distemonanthus*, *Poeppigia*); storeyed rays often present. Root nodules absent. 2n = 28 (most genera unsurveyed). + + +## To learn more +Falcão MJA, Mansano VF, Pinto RB. 2016. A taxonomic revision of the genus *Dialium* (Leguminosae: Dialiinae) in the Neotropics. Phytotaxa 283: 123–142. + +Falcão MJA, JV Paulino, FJ Kochanovski, RC Figueiredo, JP Basso-Alves, VF Mansano. 2020. Development of inflorescences and flowers in Fabaceae subfamily Dialioideae: an evolutionary overview and complete ontogenetic series for *Apuleia* and *Martiodendron*. Botanical Journal of the Linnean Society 193: 19–46. https://doi.org/10.1093/botlinnean/boz098 + +Zimmerman E., Herendeen PS, Lewis GP, Bruneau A. 2017. Floral evolution and phylogeny of the Dialioideae, a diverse subfamily of tropical legumes. American Journal of Botany 104: 1019–1041. + +Zimmerman, E., G. Prenner & A. Bruneau. 2013. Floral ontogeny in Dialiinae (Caesalpinioideae: Cassieae), a study in organ loss and instability. South African Journal of Botany 89: 188–209. + +## List of genera +Below is an alphabetical list of all genera accepted by the LPWG with links out to the taxonomic pages on our portal, GBIF and World Checklist of Vascular Plants (Kew). Over time this list will be updated to reflect the evolving taxonomy. + +Please see the [Species List and Synonyms](/taxonomy/species-list) and [Legume Taxonomy Working Group](/working-groups/taxonomy) pages for more taxonomic information. The current taxonomy is accessible by [Browse](/taxonomy/browse) or [Advanced Search](/taxonomy/search). + + + +|Genus | Data Source| +| --------------------- |------------------------------|------------------------------| +| Androcalymma Dwyer |[Legume Data Portal](/taxonomy/taxon/2637022)| [GBIF](https://www.gbif.org/species/2947111) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:296592-2) | +| Apuleia Mart. |[Legume Data Portal](/taxonomy/taxon/2644498)| [GBIF](https://www.gbif.org/species/2955914) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:331358-2) | +| Baudouinia Baill. |[Legume Data Portal](/taxonomy/taxon/2671237)| [GBIF](https://www.gbif.org/species/2963752) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:21792-1) | +| Dialium L. |[Legume Data Portal](/taxonomy/taxon/2763452)| [GBIF](https://www.gbif.org/species/2970932) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22238-1) | +| Dicorynia Benth. |[Legume Data Portal](/taxonomy/taxon/2766794)| [GBIF](https://www.gbif.org/species/2944649) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22251-1) | +| Distemonanthus Benth. |[Legume Data Portal](/taxonomy/taxon/2773184)| [GBIF](https://www.gbif.org/species/2964856) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22286-1) | +| Eligmocarpus Capuron |[Legume Data Portal](/taxonomy/taxon/2787570)| [GBIF](https://www.gbif.org/species/2960218) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22353-1) | +| Kalappia Kosterm. |[Legume Data Portal](/taxonomy/taxon/2336144)| [GBIF](https://www.gbif.org/species/2939855) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22688-1) | +| Koompassia Maingay ex Benth. |[Legume Data Portal](/taxonomy/taxon/2336264)| [GBIF](https://www.gbif.org/species/2952890) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22706-1) | +| Labichea Gaudich. ex DC. |[Legume Data Portal](/taxonomy/taxon/2350870)| [GBIF](https://www.gbif.org/species/2975908) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22721-1) | +| Martiodendron Gleason |[Legume Data Portal](/taxonomy/taxon/2368514)| [GBIF](https://www.gbif.org/species/2948702) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:326830-2)| +| Mendoravia Capuron |[Legume Data Portal](/taxonomy/taxon/2368027)| [GBIF](https://www.gbif.org/species/2960417) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22926-1) | +| Petalostylis R.Br. |[Legume Data Portal](/taxonomy/taxon/2538854)| [GBIF](https://www.gbif.org/species/8293499) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23198-1) | +| Poeppigia C.Presl |[Legume Data Portal](/taxonomy/taxon/2535922)| [GBIF](https://www.gbif.org/species/5938931) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:30241950-2) | +| Storckiella Seem. |[Legume Data Portal](/taxonomy/taxon/2478158)| [GBIF](https://www.gbif.org/species/2949438) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23621-1) | +| Uittienia Steenis |[Legume Data Portal](/taxonomy/taxon/2446612)| [GBIF](https://www.gbif.org/species/8351407) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23744-1) | +| Zenia Chun |[Legume Data Portal](/taxonomy/taxon/2470192)| [GBIF](https://www.gbif.org/species/2963590) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23839-1) | diff --git a/taxonomy/Physalis.md b/taxonomy/Physalis.md new file mode 100644 index 0000000000000000000000000000000000000000..c600fcb017bfe1fd729777ea27ece2091523d746 --- /dev/null +++ b/taxonomy/Physalis.md @@ -0,0 +1,74 @@ +--- +layout: documentation +sideNavigation: sidenav.taxonomy +composition: + - type: postHeader + - type: pageMarkdown +title: Physalis +lang-ref: Physalis +background: /assets/images/Solanoideae/Solaneae/Sarkinen_4560_Jaltomata_repandidentata_DSC_7033.JPG +imageLicense: | + *Jaltomata_repandidentata* (Dunal) Hunz. (photo by T.Särkinen) +description: Information about *Physalis* and related genera +height: 70vh +toc: true +--- + +## Introduction +With 17 genera and approximately 85 species, Dialioideae is the second smallest of the legume subfamilies. *Dialium* is a pantropical genus of c. 30 species, *Labichea* includes approximately 14 species, but otherwise the subfamily mostly comprises small genera with few species, eight of which are monospecific. Several of these small genera are considered threatened and have rarely been collected in nature. + +All recent phylogenetic analyses place Dialioideae as sister to Caesalpinioideae + Papilionoideae. Recent analyses suggest an Oligocene crown age but no fossils have been clearly attributed to the subfamily and because of this the age of the clade has been difficult to assess with certainty. Although studies are in progress, generic level relationships within the subfamily remain poorly resolved, except for the position of the New World *Poeppigia*, initially considered a close relative of taxa now placed in Caesalpinioideae, which is clearly resolved as sister to the rest of the subfamily. + + +## Key Features +Dialioideae are mostly unarmed trees or shrubs (Australian *Labichea* and *Petalostyles*). Their flowers are highly diverse, displaying multiple symmetries and widely varied numbers of floral organs. Organ loss is frequent in the subfamily. The subfamily is also unusual in that many Dialioideae have thyrsoid inflorescences, a rare condition in the primarily racemose Leguminosae. The fruit is often indehiscent and drupaceous or samaroid, also less typical of the legumes. Finally, most species of the subfamily lack vestured pits in their xylem (present in *Poeppigia* and *Mendoravia*), a feature that is otherwise present in all Leguminosae except Cercidoideae and Duparquetioideae. + +## Distribution and Ecology +Dialioideae occur throughout the world tropics. They are native to South and Central America, Africa, Madagascar, South and Southeast Asia, south China, Australia, New Guinea and some Pacific islands. Most species of Dialioideae occur in the Rainforest biome, but *Poeppigia* (New World), *Eligmocarpus* and *Baudouinia* (both Madagascan) are Succulent biome plants, and *Labichea* and *Petalosytles* occur in the Savanna biome of Australia. + +## Formal Botanical Description +As published in LPWG (2017), Taxon 66: 44-77, doi.org/10.12705/661.3 + +Subfam. Dialioideae Legume Phylogeny Working Group, stat. nov. ≡ Dialiinae H.S.Irwin & Barneby in Polhill & Raven, Adv. Legume Syst. 1: 100. 1981. + +Type: *Dialium* L. + +Unarmed trees or shrubs, rarely suffruticose (*Labichea* Gaudich. ex DC., *Petalostylis* R.Br.); specialised extrafloral nectaries lacking on petiole and leaf rachis and on leaflet surface. Stipules in lateral position, free or absent. Leaves imparipinnate, rarely paripinnate (*Eligmocarpus* Capuron, *Poeppigia* C.Presl), 1-foliolate (*Baudouinia* Baill., *Labichea*, *Mendoravia* Capuron, *Uittienia* Steenis) or palmately compound (*Labichea*), leaflets alternate, rarely opposite (*Eligmocarpus*, *Poeppigia*), exstipellate. Inflorescences highly branched, thyrsoid, less commonly racemes with distichous anthotaxy (*Labichea*, *Petalostylis*), borne in both terminal and axillary positions, or reduced to one axillary flower (*Petalostylis*); bracteoles small or absent. Flowers bisexual (polygamous in *Apuleia* Mart.), radially or slightly to strongly bilaterally symmetrical, hypanthium rarely present, receptacle may be broad and flattened, bearing nectary-like bodies; sepals commonly 5, reduced to 4 (*Labichea*, *Storckiella* Seem.) or 3 (*Apuleia*, *Dialium*), rarely 6 (*Mendoravia*), free, equal to sub-equal; petals 5 or fewer (0, 1, 3, 4), rarely 6 (petal number often equivalent to sepal number), free, equal to subequal, imbricate, the adaxial petal innermost; fertile stamens 5 or fewer, rarely 6–10 (some *Dialium* spp., *Poeppigia*), usually only antesepalous whorl present, free, uniform, rarely dimorphic (*Eligmocarpus*), anthers basifixed, rarely dorsifixed (*Poeppigia*), dehiscing via longitudinal slits, often reduced to a short apical, poricidal slit, staminodes present or absent; pollen in tricolporate monads with punctate or finely reticulate, rarely striate (some *Dialium*) sculpture patterns; gynoecium 1-carpellate (sometimes bicarpellate in scattered flowers of *Dialium*), ovary stipitate or sessile, ovules frequently 2 (1–many). Fruits commonly indehiscent drupaceous or samaroid, rarely dehiscent (*Eligmocarpus*, *Labichea*, *Mendoravia*, *Petalostylis*) or the drupaceous fruit with indurating endocarp breaking up in one seeded segments (*Baudouinia*). Seeds 1–2, rarely more; embryo straight. +Vestured pits absent in the secondary xylem, rarely present (*Poeppigia*, *Mendoravia*); silica bodies sometimes present (*Apuleia*, *Dialium*, *Dicorynia* Benth., *Distemonanthus* Benth.); septate fibres rarely present (*Apuleia*, *Distemonanthus*, *Poeppigia*); storeyed rays often present. Root nodules absent. 2n = 28 (most genera unsurveyed). + + +## To learn more +Falcão MJA, Mansano VF, Pinto RB. 2016. A taxonomic revision of the genus *Dialium* (Leguminosae: Dialiinae) in the Neotropics. Phytotaxa 283: 123–142. + +Falcão MJA, JV Paulino, FJ Kochanovski, RC Figueiredo, JP Basso-Alves, VF Mansano. 2020. Development of inflorescences and flowers in Fabaceae subfamily Dialioideae: an evolutionary overview and complete ontogenetic series for *Apuleia* and *Martiodendron*. Botanical Journal of the Linnean Society 193: 19–46. https://doi.org/10.1093/botlinnean/boz098 + +Zimmerman E., Herendeen PS, Lewis GP, Bruneau A. 2017. Floral evolution and phylogeny of the Dialioideae, a diverse subfamily of tropical legumes. American Journal of Botany 104: 1019–1041. + +Zimmerman, E., G. Prenner & A. Bruneau. 2013. Floral ontogeny in Dialiinae (Caesalpinioideae: Cassieae), a study in organ loss and instability. South African Journal of Botany 89: 188–209. + +## List of genera +Below is an alphabetical list of all genera accepted by the LPWG with links out to the taxonomic pages on our portal, GBIF and World Checklist of Vascular Plants (Kew). Over time this list will be updated to reflect the evolving taxonomy. + +Please see the [Species List and Synonyms](/taxonomy/species-list) and [Legume Taxonomy Working Group](/working-groups/taxonomy) pages for more taxonomic information. The current taxonomy is accessible by [Browse](/taxonomy/browse) or [Advanced Search](/taxonomy/search). + + + +|Genus | Data Source| +| --------------------- |------------------------------|------------------------------| +| Androcalymma Dwyer |[Legume Data Portal](/taxonomy/taxon/2637022)| [GBIF](https://www.gbif.org/species/2947111) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:296592-2) | +| Apuleia Mart. |[Legume Data Portal](/taxonomy/taxon/2644498)| [GBIF](https://www.gbif.org/species/2955914) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:331358-2) | +| Baudouinia Baill. |[Legume Data Portal](/taxonomy/taxon/2671237)| [GBIF](https://www.gbif.org/species/2963752) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:21792-1) | +| Dialium L. |[Legume Data Portal](/taxonomy/taxon/2763452)| [GBIF](https://www.gbif.org/species/2970932) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22238-1) | +| Dicorynia Benth. |[Legume Data Portal](/taxonomy/taxon/2766794)| [GBIF](https://www.gbif.org/species/2944649) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22251-1) | +| Distemonanthus Benth. |[Legume Data Portal](/taxonomy/taxon/2773184)| [GBIF](https://www.gbif.org/species/2964856) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22286-1) | +| Eligmocarpus Capuron |[Legume Data Portal](/taxonomy/taxon/2787570)| [GBIF](https://www.gbif.org/species/2960218) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22353-1) | +| Kalappia Kosterm. |[Legume Data Portal](/taxonomy/taxon/2336144)| [GBIF](https://www.gbif.org/species/2939855) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22688-1) | +| Koompassia Maingay ex Benth. |[Legume Data Portal](/taxonomy/taxon/2336264)| [GBIF](https://www.gbif.org/species/2952890) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22706-1) | +| Labichea Gaudich. ex DC. |[Legume Data Portal](/taxonomy/taxon/2350870)| [GBIF](https://www.gbif.org/species/2975908) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22721-1) | +| Martiodendron Gleason |[Legume Data Portal](/taxonomy/taxon/2368514)| [GBIF](https://www.gbif.org/species/2948702) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:326830-2)| +| Mendoravia Capuron |[Legume Data Portal](/taxonomy/taxon/2368027)| [GBIF](https://www.gbif.org/species/2960417) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22926-1) | +| Petalostylis R.Br. |[Legume Data Portal](/taxonomy/taxon/2538854)| [GBIF](https://www.gbif.org/species/8293499) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23198-1) | +| Poeppigia C.Presl |[Legume Data Portal](/taxonomy/taxon/2535922)| [GBIF](https://www.gbif.org/species/5938931) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:30241950-2) | +| Storckiella Seem. |[Legume Data Portal](/taxonomy/taxon/2478158)| [GBIF](https://www.gbif.org/species/2949438) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23621-1) | +| Uittienia Steenis |[Legume Data Portal](/taxonomy/taxon/2446612)| [GBIF](https://www.gbif.org/species/8351407) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23744-1) | +| Zenia Chun |[Legume Data Portal](/taxonomy/taxon/2470192)| [GBIF](https://www.gbif.org/species/2963590) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23839-1) | diff --git a/taxonomy/Salpichroa.md b/taxonomy/Salpichroa.md new file mode 100644 index 0000000000000000000000000000000000000000..b92e5a7e4dc27f19f1133875516bd39a258eafc8 --- /dev/null +++ b/taxonomy/Salpichroa.md @@ -0,0 +1,74 @@ +--- +layout: documentation +sideNavigation: sidenav.taxonomy +composition: + - type: postHeader + - type: pageMarkdown +title: Salpichroa +lang-ref: Salpichroa +background: /assets/images/Solanoideae/Solaneae/Sarkinen_4560_Jaltomata_repandidentata_DSC_7033.JPG +imageLicense: | + *Jaltomata_repandidentata* (Dunal) Hunz. (photo by T.Särkinen) +description: Information about *Salpichroa* +height: 70vh +toc: true +--- + +## Introduction +With 17 genera and approximately 85 species, Dialioideae is the second smallest of the legume subfamilies. *Dialium* is a pantropical genus of c. 30 species, *Labichea* includes approximately 14 species, but otherwise the subfamily mostly comprises small genera with few species, eight of which are monospecific. Several of these small genera are considered threatened and have rarely been collected in nature. + +All recent phylogenetic analyses place Dialioideae as sister to Caesalpinioideae + Papilionoideae. Recent analyses suggest an Oligocene crown age but no fossils have been clearly attributed to the subfamily and because of this the age of the clade has been difficult to assess with certainty. Although studies are in progress, generic level relationships within the subfamily remain poorly resolved, except for the position of the New World *Poeppigia*, initially considered a close relative of taxa now placed in Caesalpinioideae, which is clearly resolved as sister to the rest of the subfamily. + + +## Key Features +Dialioideae are mostly unarmed trees or shrubs (Australian *Labichea* and *Petalostyles*). Their flowers are highly diverse, displaying multiple symmetries and widely varied numbers of floral organs. Organ loss is frequent in the subfamily. The subfamily is also unusual in that many Dialioideae have thyrsoid inflorescences, a rare condition in the primarily racemose Leguminosae. The fruit is often indehiscent and drupaceous or samaroid, also less typical of the legumes. Finally, most species of the subfamily lack vestured pits in their xylem (present in *Poeppigia* and *Mendoravia*), a feature that is otherwise present in all Leguminosae except Cercidoideae and Duparquetioideae. + +## Distribution and Ecology +Dialioideae occur throughout the world tropics. They are native to South and Central America, Africa, Madagascar, South and Southeast Asia, south China, Australia, New Guinea and some Pacific islands. Most species of Dialioideae occur in the Rainforest biome, but *Poeppigia* (New World), *Eligmocarpus* and *Baudouinia* (both Madagascan) are Succulent biome plants, and *Labichea* and *Petalosytles* occur in the Savanna biome of Australia. + +## Formal Botanical Description +As published in LPWG (2017), Taxon 66: 44-77, doi.org/10.12705/661.3 + +Subfam. Dialioideae Legume Phylogeny Working Group, stat. nov. ≡ Dialiinae H.S.Irwin & Barneby in Polhill & Raven, Adv. Legume Syst. 1: 100. 1981. + +Type: *Dialium* L. + +Unarmed trees or shrubs, rarely suffruticose (*Labichea* Gaudich. ex DC., *Petalostylis* R.Br.); specialised extrafloral nectaries lacking on petiole and leaf rachis and on leaflet surface. Stipules in lateral position, free or absent. Leaves imparipinnate, rarely paripinnate (*Eligmocarpus* Capuron, *Poeppigia* C.Presl), 1-foliolate (*Baudouinia* Baill., *Labichea*, *Mendoravia* Capuron, *Uittienia* Steenis) or palmately compound (*Labichea*), leaflets alternate, rarely opposite (*Eligmocarpus*, *Poeppigia*), exstipellate. Inflorescences highly branched, thyrsoid, less commonly racemes with distichous anthotaxy (*Labichea*, *Petalostylis*), borne in both terminal and axillary positions, or reduced to one axillary flower (*Petalostylis*); bracteoles small or absent. Flowers bisexual (polygamous in *Apuleia* Mart.), radially or slightly to strongly bilaterally symmetrical, hypanthium rarely present, receptacle may be broad and flattened, bearing nectary-like bodies; sepals commonly 5, reduced to 4 (*Labichea*, *Storckiella* Seem.) or 3 (*Apuleia*, *Dialium*), rarely 6 (*Mendoravia*), free, equal to sub-equal; petals 5 or fewer (0, 1, 3, 4), rarely 6 (petal number often equivalent to sepal number), free, equal to subequal, imbricate, the adaxial petal innermost; fertile stamens 5 or fewer, rarely 6–10 (some *Dialium* spp., *Poeppigia*), usually only antesepalous whorl present, free, uniform, rarely dimorphic (*Eligmocarpus*), anthers basifixed, rarely dorsifixed (*Poeppigia*), dehiscing via longitudinal slits, often reduced to a short apical, poricidal slit, staminodes present or absent; pollen in tricolporate monads with punctate or finely reticulate, rarely striate (some *Dialium*) sculpture patterns; gynoecium 1-carpellate (sometimes bicarpellate in scattered flowers of *Dialium*), ovary stipitate or sessile, ovules frequently 2 (1–many). Fruits commonly indehiscent drupaceous or samaroid, rarely dehiscent (*Eligmocarpus*, *Labichea*, *Mendoravia*, *Petalostylis*) or the drupaceous fruit with indurating endocarp breaking up in one seeded segments (*Baudouinia*). Seeds 1–2, rarely more; embryo straight. +Vestured pits absent in the secondary xylem, rarely present (*Poeppigia*, *Mendoravia*); silica bodies sometimes present (*Apuleia*, *Dialium*, *Dicorynia* Benth., *Distemonanthus* Benth.); septate fibres rarely present (*Apuleia*, *Distemonanthus*, *Poeppigia*); storeyed rays often present. Root nodules absent. 2n = 28 (most genera unsurveyed). + + +## To learn more +Falcão MJA, Mansano VF, Pinto RB. 2016. A taxonomic revision of the genus *Dialium* (Leguminosae: Dialiinae) in the Neotropics. Phytotaxa 283: 123–142. + +Falcão MJA, JV Paulino, FJ Kochanovski, RC Figueiredo, JP Basso-Alves, VF Mansano. 2020. Development of inflorescences and flowers in Fabaceae subfamily Dialioideae: an evolutionary overview and complete ontogenetic series for *Apuleia* and *Martiodendron*. Botanical Journal of the Linnean Society 193: 19–46. https://doi.org/10.1093/botlinnean/boz098 + +Zimmerman E., Herendeen PS, Lewis GP, Bruneau A. 2017. Floral evolution and phylogeny of the Dialioideae, a diverse subfamily of tropical legumes. American Journal of Botany 104: 1019–1041. + +Zimmerman, E., G. Prenner & A. Bruneau. 2013. Floral ontogeny in Dialiinae (Caesalpinioideae: Cassieae), a study in organ loss and instability. South African Journal of Botany 89: 188–209. + +## List of genera +Below is an alphabetical list of all genera accepted by the LPWG with links out to the taxonomic pages on our portal, GBIF and World Checklist of Vascular Plants (Kew). Over time this list will be updated to reflect the evolving taxonomy. + +Please see the [Species List and Synonyms](/taxonomy/species-list) and [Legume Taxonomy Working Group](/working-groups/taxonomy) pages for more taxonomic information. The current taxonomy is accessible by [Browse](/taxonomy/browse) or [Advanced Search](/taxonomy/search). + + + +|Genus | Data Source| +| --------------------- |------------------------------|------------------------------| +| Androcalymma Dwyer |[Legume Data Portal](/taxonomy/taxon/2637022)| [GBIF](https://www.gbif.org/species/2947111) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:296592-2) | +| Apuleia Mart. |[Legume Data Portal](/taxonomy/taxon/2644498)| [GBIF](https://www.gbif.org/species/2955914) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:331358-2) | +| Baudouinia Baill. |[Legume Data Portal](/taxonomy/taxon/2671237)| [GBIF](https://www.gbif.org/species/2963752) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:21792-1) | +| Dialium L. |[Legume Data Portal](/taxonomy/taxon/2763452)| [GBIF](https://www.gbif.org/species/2970932) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22238-1) | +| Dicorynia Benth. |[Legume Data Portal](/taxonomy/taxon/2766794)| [GBIF](https://www.gbif.org/species/2944649) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22251-1) | +| Distemonanthus Benth. |[Legume Data Portal](/taxonomy/taxon/2773184)| [GBIF](https://www.gbif.org/species/2964856) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22286-1) | +| Eligmocarpus Capuron |[Legume Data Portal](/taxonomy/taxon/2787570)| [GBIF](https://www.gbif.org/species/2960218) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22353-1) | +| Kalappia Kosterm. |[Legume Data Portal](/taxonomy/taxon/2336144)| [GBIF](https://www.gbif.org/species/2939855) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22688-1) | +| Koompassia Maingay ex Benth. |[Legume Data Portal](/taxonomy/taxon/2336264)| [GBIF](https://www.gbif.org/species/2952890) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22706-1) | +| Labichea Gaudich. ex DC. |[Legume Data Portal](/taxonomy/taxon/2350870)| [GBIF](https://www.gbif.org/species/2975908) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22721-1) | +| Martiodendron Gleason |[Legume Data Portal](/taxonomy/taxon/2368514)| [GBIF](https://www.gbif.org/species/2948702) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:326830-2)| +| Mendoravia Capuron |[Legume Data Portal](/taxonomy/taxon/2368027)| [GBIF](https://www.gbif.org/species/2960417) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22926-1) | +| Petalostylis R.Br. |[Legume Data Portal](/taxonomy/taxon/2538854)| [GBIF](https://www.gbif.org/species/8293499) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23198-1) | +| Poeppigia C.Presl |[Legume Data Portal](/taxonomy/taxon/2535922)| [GBIF](https://www.gbif.org/species/5938931) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:30241950-2) | +| Storckiella Seem. |[Legume Data Portal](/taxonomy/taxon/2478158)| [GBIF](https://www.gbif.org/species/2949438) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23621-1) | +| Uittienia Steenis |[Legume Data Portal](/taxonomy/taxon/2446612)| [GBIF](https://www.gbif.org/species/8351407) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23744-1) | +| Zenia Chun |[Legume Data Portal](/taxonomy/taxon/2470192)| [GBIF](https://www.gbif.org/species/2963590) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23839-1) | diff --git a/taxonomy/Schizanthus.md b/taxonomy/Schizanthus.md new file mode 100644 index 0000000000000000000000000000000000000000..246d374642c4772ed9369977e6a753f1dcc494c0 --- /dev/null +++ b/taxonomy/Schizanthus.md @@ -0,0 +1,74 @@ +--- +layout: documentation +sideNavigation: sidenav.taxonomy +composition: + - type: postHeader + - type: pageMarkdown +title: Schizanthus +lang-ref: Schizanthus +background: /assets/images/Schizanthoideae/Schizanthus pinnatus DSC00403-1200.tif +imageLicense: | + *Schizanthus pinnatus* Ruiz & Pav. (photo by S.Knapp) +description: Information about *Schizanthus* +height: 70vh +toc: true +--- + +## Introduction +With 17 genera and approximately 85 species, Dialioideae is the second smallest of the legume subfamilies. *Dialium* is a pantropical genus of c. 30 species, *Labichea* includes approximately 14 species, but otherwise the subfamily mostly comprises small genera with few species, eight of which are monospecific. Several of these small genera are considered threatened and have rarely been collected in nature. + +All recent phylogenetic analyses place Dialioideae as sister to Caesalpinioideae + Papilionoideae. Recent analyses suggest an Oligocene crown age but no fossils have been clearly attributed to the subfamily and because of this the age of the clade has been difficult to assess with certainty. Although studies are in progress, generic level relationships within the subfamily remain poorly resolved, except for the position of the New World *Poeppigia*, initially considered a close relative of taxa now placed in Caesalpinioideae, which is clearly resolved as sister to the rest of the subfamily. + + +## Key Features +Dialioideae are mostly unarmed trees or shrubs (Australian *Labichea* and *Petalostyles*). Their flowers are highly diverse, displaying multiple symmetries and widely varied numbers of floral organs. Organ loss is frequent in the subfamily. The subfamily is also unusual in that many Dialioideae have thyrsoid inflorescences, a rare condition in the primarily racemose Leguminosae. The fruit is often indehiscent and drupaceous or samaroid, also less typical of the legumes. Finally, most species of the subfamily lack vestured pits in their xylem (present in *Poeppigia* and *Mendoravia*), a feature that is otherwise present in all Leguminosae except Cercidoideae and Duparquetioideae. + +## Distribution and Ecology +Dialioideae occur throughout the world tropics. They are native to South and Central America, Africa, Madagascar, South and Southeast Asia, south China, Australia, New Guinea and some Pacific islands. Most species of Dialioideae occur in the Rainforest biome, but *Poeppigia* (New World), *Eligmocarpus* and *Baudouinia* (both Madagascan) are Succulent biome plants, and *Labichea* and *Petalosytles* occur in the Savanna biome of Australia. + +## Formal Botanical Description +As published in LPWG (2017), Taxon 66: 44-77, doi.org/10.12705/661.3 + +Subfam. Dialioideae Legume Phylogeny Working Group, stat. nov. ≡ Dialiinae H.S.Irwin & Barneby in Polhill & Raven, Adv. Legume Syst. 1: 100. 1981. + +Type: *Dialium* L. + +Unarmed trees or shrubs, rarely suffruticose (*Labichea* Gaudich. ex DC., *Petalostylis* R.Br.); specialised extrafloral nectaries lacking on petiole and leaf rachis and on leaflet surface. Stipules in lateral position, free or absent. Leaves imparipinnate, rarely paripinnate (*Eligmocarpus* Capuron, *Poeppigia* C.Presl), 1-foliolate (*Baudouinia* Baill., *Labichea*, *Mendoravia* Capuron, *Uittienia* Steenis) or palmately compound (*Labichea*), leaflets alternate, rarely opposite (*Eligmocarpus*, *Poeppigia*), exstipellate. Inflorescences highly branched, thyrsoid, less commonly racemes with distichous anthotaxy (*Labichea*, *Petalostylis*), borne in both terminal and axillary positions, or reduced to one axillary flower (*Petalostylis*); bracteoles small or absent. Flowers bisexual (polygamous in *Apuleia* Mart.), radially or slightly to strongly bilaterally symmetrical, hypanthium rarely present, receptacle may be broad and flattened, bearing nectary-like bodies; sepals commonly 5, reduced to 4 (*Labichea*, *Storckiella* Seem.) or 3 (*Apuleia*, *Dialium*), rarely 6 (*Mendoravia*), free, equal to sub-equal; petals 5 or fewer (0, 1, 3, 4), rarely 6 (petal number often equivalent to sepal number), free, equal to subequal, imbricate, the adaxial petal innermost; fertile stamens 5 or fewer, rarely 6–10 (some *Dialium* spp., *Poeppigia*), usually only antesepalous whorl present, free, uniform, rarely dimorphic (*Eligmocarpus*), anthers basifixed, rarely dorsifixed (*Poeppigia*), dehiscing via longitudinal slits, often reduced to a short apical, poricidal slit, staminodes present or absent; pollen in tricolporate monads with punctate or finely reticulate, rarely striate (some *Dialium*) sculpture patterns; gynoecium 1-carpellate (sometimes bicarpellate in scattered flowers of *Dialium*), ovary stipitate or sessile, ovules frequently 2 (1–many). Fruits commonly indehiscent drupaceous or samaroid, rarely dehiscent (*Eligmocarpus*, *Labichea*, *Mendoravia*, *Petalostylis*) or the drupaceous fruit with indurating endocarp breaking up in one seeded segments (*Baudouinia*). Seeds 1–2, rarely more; embryo straight. +Vestured pits absent in the secondary xylem, rarely present (*Poeppigia*, *Mendoravia*); silica bodies sometimes present (*Apuleia*, *Dialium*, *Dicorynia* Benth., *Distemonanthus* Benth.); septate fibres rarely present (*Apuleia*, *Distemonanthus*, *Poeppigia*); storeyed rays often present. Root nodules absent. 2n = 28 (most genera unsurveyed). + + +## To learn more +Falcão MJA, Mansano VF, Pinto RB. 2016. A taxonomic revision of the genus *Dialium* (Leguminosae: Dialiinae) in the Neotropics. Phytotaxa 283: 123–142. + +Falcão MJA, JV Paulino, FJ Kochanovski, RC Figueiredo, JP Basso-Alves, VF Mansano. 2020. Development of inflorescences and flowers in Fabaceae subfamily Dialioideae: an evolutionary overview and complete ontogenetic series for *Apuleia* and *Martiodendron*. Botanical Journal of the Linnean Society 193: 19–46. https://doi.org/10.1093/botlinnean/boz098 + +Zimmerman E., Herendeen PS, Lewis GP, Bruneau A. 2017. Floral evolution and phylogeny of the Dialioideae, a diverse subfamily of tropical legumes. American Journal of Botany 104: 1019–1041. + +Zimmerman, E., G. Prenner & A. Bruneau. 2013. Floral ontogeny in Dialiinae (Caesalpinioideae: Cassieae), a study in organ loss and instability. South African Journal of Botany 89: 188–209. + +## List of genera +Below is an alphabetical list of all genera accepted by the LPWG with links out to the taxonomic pages on our portal, GBIF and World Checklist of Vascular Plants (Kew). Over time this list will be updated to reflect the evolving taxonomy. + +Please see the [Species List and Synonyms](/taxonomy/species-list) and [Legume Taxonomy Working Group](/working-groups/taxonomy) pages for more taxonomic information. The current taxonomy is accessible by [Browse](/taxonomy/browse) or [Advanced Search](/taxonomy/search). + + + +|Genus | Data Source| +| --------------------- |------------------------------|------------------------------| +| Androcalymma Dwyer |[Legume Data Portal](/taxonomy/taxon/2637022)| [GBIF](https://www.gbif.org/species/2947111) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:296592-2) | +| Apuleia Mart. |[Legume Data Portal](/taxonomy/taxon/2644498)| [GBIF](https://www.gbif.org/species/2955914) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:331358-2) | +| Baudouinia Baill. |[Legume Data Portal](/taxonomy/taxon/2671237)| [GBIF](https://www.gbif.org/species/2963752) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:21792-1) | +| Dialium L. |[Legume Data Portal](/taxonomy/taxon/2763452)| [GBIF](https://www.gbif.org/species/2970932) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22238-1) | +| Dicorynia Benth. |[Legume Data Portal](/taxonomy/taxon/2766794)| [GBIF](https://www.gbif.org/species/2944649) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22251-1) | +| Distemonanthus Benth. |[Legume Data Portal](/taxonomy/taxon/2773184)| [GBIF](https://www.gbif.org/species/2964856) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22286-1) | +| Eligmocarpus Capuron |[Legume Data Portal](/taxonomy/taxon/2787570)| [GBIF](https://www.gbif.org/species/2960218) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22353-1) | +| Kalappia Kosterm. |[Legume Data Portal](/taxonomy/taxon/2336144)| [GBIF](https://www.gbif.org/species/2939855) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22688-1) | +| Koompassia Maingay ex Benth. |[Legume Data Portal](/taxonomy/taxon/2336264)| [GBIF](https://www.gbif.org/species/2952890) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22706-1) | +| Labichea Gaudich. ex DC. |[Legume Data Portal](/taxonomy/taxon/2350870)| [GBIF](https://www.gbif.org/species/2975908) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22721-1) | +| Martiodendron Gleason |[Legume Data Portal](/taxonomy/taxon/2368514)| [GBIF](https://www.gbif.org/species/2948702) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:326830-2)| +| Mendoravia Capuron |[Legume Data Portal](/taxonomy/taxon/2368027)| [GBIF](https://www.gbif.org/species/2960417) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22926-1) | +| Petalostylis R.Br. |[Legume Data Portal](/taxonomy/taxon/2538854)| [GBIF](https://www.gbif.org/species/8293499) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23198-1) | +| Poeppigia C.Presl |[Legume Data Portal](/taxonomy/taxon/2535922)| [GBIF](https://www.gbif.org/species/5938931) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:30241950-2) | +| Storckiella Seem. |[Legume Data Portal](/taxonomy/taxon/2478158)| [GBIF](https://www.gbif.org/species/2949438) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23621-1) | +| Uittienia Steenis |[Legume Data Portal](/taxonomy/taxon/2446612)| [GBIF](https://www.gbif.org/species/8351407) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23744-1) | +| Zenia Chun |[Legume Data Portal](/taxonomy/taxon/2470192)| [GBIF](https://www.gbif.org/species/2963590) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23839-1) | diff --git a/taxonomy/Schwenckia.md b/taxonomy/Schwenckia.md new file mode 100644 index 0000000000000000000000000000000000000000..d2323f16f77a881750f0f511de8f3db2bbcbfab9 --- /dev/null +++ b/taxonomy/Schwenckia.md @@ -0,0 +1,74 @@ +--- +layout: documentation +sideNavigation: sidenav.taxonomy +composition: + - type: postHeader + - type: pageMarkdown +title: Schwenckia +lang-ref: Schwenckia +background: /assets/images/Solanoideae/Solaneae/Solanum/Solanum_Bohs_3655_IMG_2051.jpg +imageLicense: | + *Solanum* sp. (Androceras group; Photo by L.Bohs) +description: Information about *Schwenckia* +height: 70vh +toc: true +--- + +## Introduction +With 17 genera and approximately 85 species, Dialioideae is the second smallest of the legume subfamilies. *Dialium* is a pantropical genus of c. 30 species, *Labichea* includes approximately 14 species, but otherwise the subfamily mostly comprises small genera with few species, eight of which are monospecific. Several of these small genera are considered threatened and have rarely been collected in nature. + +All recent phylogenetic analyses place Dialioideae as sister to Caesalpinioideae + Papilionoideae. Recent analyses suggest an Oligocene crown age but no fossils have been clearly attributed to the subfamily and because of this the age of the clade has been difficult to assess with certainty. Although studies are in progress, generic level relationships within the subfamily remain poorly resolved, except for the position of the New World *Poeppigia*, initially considered a close relative of taxa now placed in Caesalpinioideae, which is clearly resolved as sister to the rest of the subfamily. + + +## Key Features +Dialioideae are mostly unarmed trees or shrubs (Australian *Labichea* and *Petalostyles*). Their flowers are highly diverse, displaying multiple symmetries and widely varied numbers of floral organs. Organ loss is frequent in the subfamily. The subfamily is also unusual in that many Dialioideae have thyrsoid inflorescences, a rare condition in the primarily racemose Leguminosae. The fruit is often indehiscent and drupaceous or samaroid, also less typical of the legumes. Finally, most species of the subfamily lack vestured pits in their xylem (present in *Poeppigia* and *Mendoravia*), a feature that is otherwise present in all Leguminosae except Cercidoideae and Duparquetioideae. + +## Distribution and Ecology +Dialioideae occur throughout the world tropics. They are native to South and Central America, Africa, Madagascar, South and Southeast Asia, south China, Australia, New Guinea and some Pacific islands. Most species of Dialioideae occur in the Rainforest biome, but *Poeppigia* (New World), *Eligmocarpus* and *Baudouinia* (both Madagascan) are Succulent biome plants, and *Labichea* and *Petalosytles* occur in the Savanna biome of Australia. + +## Formal Botanical Description +As published in LPWG (2017), Taxon 66: 44-77, doi.org/10.12705/661.3 + +Subfam. Dialioideae Legume Phylogeny Working Group, stat. nov. ≡ Dialiinae H.S.Irwin & Barneby in Polhill & Raven, Adv. Legume Syst. 1: 100. 1981. + +Type: *Dialium* L. + +Unarmed trees or shrubs, rarely suffruticose (*Labichea* Gaudich. ex DC., *Petalostylis* R.Br.); specialised extrafloral nectaries lacking on petiole and leaf rachis and on leaflet surface. Stipules in lateral position, free or absent. Leaves imparipinnate, rarely paripinnate (*Eligmocarpus* Capuron, *Poeppigia* C.Presl), 1-foliolate (*Baudouinia* Baill., *Labichea*, *Mendoravia* Capuron, *Uittienia* Steenis) or palmately compound (*Labichea*), leaflets alternate, rarely opposite (*Eligmocarpus*, *Poeppigia*), exstipellate. Inflorescences highly branched, thyrsoid, less commonly racemes with distichous anthotaxy (*Labichea*, *Petalostylis*), borne in both terminal and axillary positions, or reduced to one axillary flower (*Petalostylis*); bracteoles small or absent. Flowers bisexual (polygamous in *Apuleia* Mart.), radially or slightly to strongly bilaterally symmetrical, hypanthium rarely present, receptacle may be broad and flattened, bearing nectary-like bodies; sepals commonly 5, reduced to 4 (*Labichea*, *Storckiella* Seem.) or 3 (*Apuleia*, *Dialium*), rarely 6 (*Mendoravia*), free, equal to sub-equal; petals 5 or fewer (0, 1, 3, 4), rarely 6 (petal number often equivalent to sepal number), free, equal to subequal, imbricate, the adaxial petal innermost; fertile stamens 5 or fewer, rarely 6–10 (some *Dialium* spp., *Poeppigia*), usually only antesepalous whorl present, free, uniform, rarely dimorphic (*Eligmocarpus*), anthers basifixed, rarely dorsifixed (*Poeppigia*), dehiscing via longitudinal slits, often reduced to a short apical, poricidal slit, staminodes present or absent; pollen in tricolporate monads with punctate or finely reticulate, rarely striate (some *Dialium*) sculpture patterns; gynoecium 1-carpellate (sometimes bicarpellate in scattered flowers of *Dialium*), ovary stipitate or sessile, ovules frequently 2 (1–many). Fruits commonly indehiscent drupaceous or samaroid, rarely dehiscent (*Eligmocarpus*, *Labichea*, *Mendoravia*, *Petalostylis*) or the drupaceous fruit with indurating endocarp breaking up in one seeded segments (*Baudouinia*). Seeds 1–2, rarely more; embryo straight. +Vestured pits absent in the secondary xylem, rarely present (*Poeppigia*, *Mendoravia*); silica bodies sometimes present (*Apuleia*, *Dialium*, *Dicorynia* Benth., *Distemonanthus* Benth.); septate fibres rarely present (*Apuleia*, *Distemonanthus*, *Poeppigia*); storeyed rays often present. Root nodules absent. 2n = 28 (most genera unsurveyed). + + +## To learn more +Falcão MJA, Mansano VF, Pinto RB. 2016. A taxonomic revision of the genus *Dialium* (Leguminosae: Dialiinae) in the Neotropics. Phytotaxa 283: 123–142. + +Falcão MJA, JV Paulino, FJ Kochanovski, RC Figueiredo, JP Basso-Alves, VF Mansano. 2020. Development of inflorescences and flowers in Fabaceae subfamily Dialioideae: an evolutionary overview and complete ontogenetic series for *Apuleia* and *Martiodendron*. Botanical Journal of the Linnean Society 193: 19–46. https://doi.org/10.1093/botlinnean/boz098 + +Zimmerman E., Herendeen PS, Lewis GP, Bruneau A. 2017. Floral evolution and phylogeny of the Dialioideae, a diverse subfamily of tropical legumes. American Journal of Botany 104: 1019–1041. + +Zimmerman, E., G. Prenner & A. Bruneau. 2013. Floral ontogeny in Dialiinae (Caesalpinioideae: Cassieae), a study in organ loss and instability. South African Journal of Botany 89: 188–209. + +## List of genera +Below is an alphabetical list of all genera accepted by the LPWG with links out to the taxonomic pages on our portal, GBIF and World Checklist of Vascular Plants (Kew). Over time this list will be updated to reflect the evolving taxonomy. + +Please see the [Species List and Synonyms](/taxonomy/species-list) and [Legume Taxonomy Working Group](/working-groups/taxonomy) pages for more taxonomic information. The current taxonomy is accessible by [Browse](/taxonomy/browse) or [Advanced Search](/taxonomy/search). + + + +|Genus | Data Source| +| --------------------- |------------------------------|------------------------------| +| Androcalymma Dwyer |[Legume Data Portal](/taxonomy/taxon/2637022)| [GBIF](https://www.gbif.org/species/2947111) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:296592-2) | +| Apuleia Mart. |[Legume Data Portal](/taxonomy/taxon/2644498)| [GBIF](https://www.gbif.org/species/2955914) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:331358-2) | +| Baudouinia Baill. |[Legume Data Portal](/taxonomy/taxon/2671237)| [GBIF](https://www.gbif.org/species/2963752) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:21792-1) | +| Dialium L. |[Legume Data Portal](/taxonomy/taxon/2763452)| [GBIF](https://www.gbif.org/species/2970932) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22238-1) | +| Dicorynia Benth. |[Legume Data Portal](/taxonomy/taxon/2766794)| [GBIF](https://www.gbif.org/species/2944649) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22251-1) | +| Distemonanthus Benth. |[Legume Data Portal](/taxonomy/taxon/2773184)| [GBIF](https://www.gbif.org/species/2964856) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22286-1) | +| Eligmocarpus Capuron |[Legume Data Portal](/taxonomy/taxon/2787570)| [GBIF](https://www.gbif.org/species/2960218) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22353-1) | +| Kalappia Kosterm. |[Legume Data Portal](/taxonomy/taxon/2336144)| [GBIF](https://www.gbif.org/species/2939855) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22688-1) | +| Koompassia Maingay ex Benth. |[Legume Data Portal](/taxonomy/taxon/2336264)| [GBIF](https://www.gbif.org/species/2952890) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22706-1) | +| Labichea Gaudich. ex DC. |[Legume Data Portal](/taxonomy/taxon/2350870)| [GBIF](https://www.gbif.org/species/2975908) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22721-1) | +| Martiodendron Gleason |[Legume Data Portal](/taxonomy/taxon/2368514)| [GBIF](https://www.gbif.org/species/2948702) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:326830-2)| +| Mendoravia Capuron |[Legume Data Portal](/taxonomy/taxon/2368027)| [GBIF](https://www.gbif.org/species/2960417) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22926-1) | +| Petalostylis R.Br. |[Legume Data Portal](/taxonomy/taxon/2538854)| [GBIF](https://www.gbif.org/species/8293499) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23198-1) | +| Poeppigia C.Presl |[Legume Data Portal](/taxonomy/taxon/2535922)| [GBIF](https://www.gbif.org/species/5938931) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:30241950-2) | +| Storckiella Seem. |[Legume Data Portal](/taxonomy/taxon/2478158)| [GBIF](https://www.gbif.org/species/2949438) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23621-1) | +| Uittienia Steenis |[Legume Data Portal](/taxonomy/taxon/2446612)| [GBIF](https://www.gbif.org/species/8351407) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23744-1) | +| Zenia Chun |[Legume Data Portal](/taxonomy/taxon/2470192)| [GBIF](https://www.gbif.org/species/2963590) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23839-1) | diff --git a/taxonomy/Solandra.md b/taxonomy/Solandra.md new file mode 100644 index 0000000000000000000000000000000000000000..3bbc92d50f6da10e68b714afb7bae841af0d93f5 --- /dev/null +++ b/taxonomy/Solandra.md @@ -0,0 +1,74 @@ +--- +layout: documentation +sideNavigation: sidenav.taxonomy +composition: + - type: postHeader + - type: pageMarkdown +title: Solandra +lang-ref: Solandra +background: /assets/images/Solanoideae/Solaneae/Sarkinen_4560_Jaltomata_repandidentata_DSC_7033.JPG +imageLicense: | + *Jaltomata_repandidentata* (Dunal) Hunz. (photo by T.Särkinen) +description: Information about *Solandra* and related genera +height: 70vh +toc: true +--- + +## Introduction +With 17 genera and approximately 85 species, Dialioideae is the second smallest of the legume subfamilies. *Dialium* is a pantropical genus of c. 30 species, *Labichea* includes approximately 14 species, but otherwise the subfamily mostly comprises small genera with few species, eight of which are monospecific. Several of these small genera are considered threatened and have rarely been collected in nature. + +All recent phylogenetic analyses place Dialioideae as sister to Caesalpinioideae + Papilionoideae. Recent analyses suggest an Oligocene crown age but no fossils have been clearly attributed to the subfamily and because of this the age of the clade has been difficult to assess with certainty. Although studies are in progress, generic level relationships within the subfamily remain poorly resolved, except for the position of the New World *Poeppigia*, initially considered a close relative of taxa now placed in Caesalpinioideae, which is clearly resolved as sister to the rest of the subfamily. + + +## Key Features +Dialioideae are mostly unarmed trees or shrubs (Australian *Labichea* and *Petalostyles*). Their flowers are highly diverse, displaying multiple symmetries and widely varied numbers of floral organs. Organ loss is frequent in the subfamily. The subfamily is also unusual in that many Dialioideae have thyrsoid inflorescences, a rare condition in the primarily racemose Leguminosae. The fruit is often indehiscent and drupaceous or samaroid, also less typical of the legumes. Finally, most species of the subfamily lack vestured pits in their xylem (present in *Poeppigia* and *Mendoravia*), a feature that is otherwise present in all Leguminosae except Cercidoideae and Duparquetioideae. + +## Distribution and Ecology +Dialioideae occur throughout the world tropics. They are native to South and Central America, Africa, Madagascar, South and Southeast Asia, south China, Australia, New Guinea and some Pacific islands. Most species of Dialioideae occur in the Rainforest biome, but *Poeppigia* (New World), *Eligmocarpus* and *Baudouinia* (both Madagascan) are Succulent biome plants, and *Labichea* and *Petalosytles* occur in the Savanna biome of Australia. + +## Formal Botanical Description +As published in LPWG (2017), Taxon 66: 44-77, doi.org/10.12705/661.3 + +Subfam. Dialioideae Legume Phylogeny Working Group, stat. nov. ≡ Dialiinae H.S.Irwin & Barneby in Polhill & Raven, Adv. Legume Syst. 1: 100. 1981. + +Type: *Dialium* L. + +Unarmed trees or shrubs, rarely suffruticose (*Labichea* Gaudich. ex DC., *Petalostylis* R.Br.); specialised extrafloral nectaries lacking on petiole and leaf rachis and on leaflet surface. Stipules in lateral position, free or absent. Leaves imparipinnate, rarely paripinnate (*Eligmocarpus* Capuron, *Poeppigia* C.Presl), 1-foliolate (*Baudouinia* Baill., *Labichea*, *Mendoravia* Capuron, *Uittienia* Steenis) or palmately compound (*Labichea*), leaflets alternate, rarely opposite (*Eligmocarpus*, *Poeppigia*), exstipellate. Inflorescences highly branched, thyrsoid, less commonly racemes with distichous anthotaxy (*Labichea*, *Petalostylis*), borne in both terminal and axillary positions, or reduced to one axillary flower (*Petalostylis*); bracteoles small or absent. Flowers bisexual (polygamous in *Apuleia* Mart.), radially or slightly to strongly bilaterally symmetrical, hypanthium rarely present, receptacle may be broad and flattened, bearing nectary-like bodies; sepals commonly 5, reduced to 4 (*Labichea*, *Storckiella* Seem.) or 3 (*Apuleia*, *Dialium*), rarely 6 (*Mendoravia*), free, equal to sub-equal; petals 5 or fewer (0, 1, 3, 4), rarely 6 (petal number often equivalent to sepal number), free, equal to subequal, imbricate, the adaxial petal innermost; fertile stamens 5 or fewer, rarely 6–10 (some *Dialium* spp., *Poeppigia*), usually only antesepalous whorl present, free, uniform, rarely dimorphic (*Eligmocarpus*), anthers basifixed, rarely dorsifixed (*Poeppigia*), dehiscing via longitudinal slits, often reduced to a short apical, poricidal slit, staminodes present or absent; pollen in tricolporate monads with punctate or finely reticulate, rarely striate (some *Dialium*) sculpture patterns; gynoecium 1-carpellate (sometimes bicarpellate in scattered flowers of *Dialium*), ovary stipitate or sessile, ovules frequently 2 (1–many). Fruits commonly indehiscent drupaceous or samaroid, rarely dehiscent (*Eligmocarpus*, *Labichea*, *Mendoravia*, *Petalostylis*) or the drupaceous fruit with indurating endocarp breaking up in one seeded segments (*Baudouinia*). Seeds 1–2, rarely more; embryo straight. +Vestured pits absent in the secondary xylem, rarely present (*Poeppigia*, *Mendoravia*); silica bodies sometimes present (*Apuleia*, *Dialium*, *Dicorynia* Benth., *Distemonanthus* Benth.); septate fibres rarely present (*Apuleia*, *Distemonanthus*, *Poeppigia*); storeyed rays often present. Root nodules absent. 2n = 28 (most genera unsurveyed). + + +## To learn more +Falcão MJA, Mansano VF, Pinto RB. 2016. A taxonomic revision of the genus *Dialium* (Leguminosae: Dialiinae) in the Neotropics. Phytotaxa 283: 123–142. + +Falcão MJA, JV Paulino, FJ Kochanovski, RC Figueiredo, JP Basso-Alves, VF Mansano. 2020. Development of inflorescences and flowers in Fabaceae subfamily Dialioideae: an evolutionary overview and complete ontogenetic series for *Apuleia* and *Martiodendron*. Botanical Journal of the Linnean Society 193: 19–46. https://doi.org/10.1093/botlinnean/boz098 + +Zimmerman E., Herendeen PS, Lewis GP, Bruneau A. 2017. Floral evolution and phylogeny of the Dialioideae, a diverse subfamily of tropical legumes. American Journal of Botany 104: 1019–1041. + +Zimmerman, E., G. Prenner & A. Bruneau. 2013. Floral ontogeny in Dialiinae (Caesalpinioideae: Cassieae), a study in organ loss and instability. South African Journal of Botany 89: 188–209. + +## List of genera +Below is an alphabetical list of all genera accepted by the LPWG with links out to the taxonomic pages on our portal, GBIF and World Checklist of Vascular Plants (Kew). Over time this list will be updated to reflect the evolving taxonomy. + +Please see the [Species List and Synonyms](/taxonomy/species-list) and [Legume Taxonomy Working Group](/working-groups/taxonomy) pages for more taxonomic information. The current taxonomy is accessible by [Browse](/taxonomy/browse) or [Advanced Search](/taxonomy/search). + + + +|Genus | Data Source| +| --------------------- |------------------------------|------------------------------| +| Androcalymma Dwyer |[Legume Data Portal](/taxonomy/taxon/2637022)| [GBIF](https://www.gbif.org/species/2947111) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:296592-2) | +| Apuleia Mart. |[Legume Data Portal](/taxonomy/taxon/2644498)| [GBIF](https://www.gbif.org/species/2955914) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:331358-2) | +| Baudouinia Baill. |[Legume Data Portal](/taxonomy/taxon/2671237)| [GBIF](https://www.gbif.org/species/2963752) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:21792-1) | +| Dialium L. |[Legume Data Portal](/taxonomy/taxon/2763452)| [GBIF](https://www.gbif.org/species/2970932) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22238-1) | +| Dicorynia Benth. |[Legume Data Portal](/taxonomy/taxon/2766794)| [GBIF](https://www.gbif.org/species/2944649) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22251-1) | +| Distemonanthus Benth. |[Legume Data Portal](/taxonomy/taxon/2773184)| [GBIF](https://www.gbif.org/species/2964856) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22286-1) | +| Eligmocarpus Capuron |[Legume Data Portal](/taxonomy/taxon/2787570)| [GBIF](https://www.gbif.org/species/2960218) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22353-1) | +| Kalappia Kosterm. |[Legume Data Portal](/taxonomy/taxon/2336144)| [GBIF](https://www.gbif.org/species/2939855) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22688-1) | +| Koompassia Maingay ex Benth. |[Legume Data Portal](/taxonomy/taxon/2336264)| [GBIF](https://www.gbif.org/species/2952890) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22706-1) | +| Labichea Gaudich. ex DC. |[Legume Data Portal](/taxonomy/taxon/2350870)| [GBIF](https://www.gbif.org/species/2975908) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22721-1) | +| Martiodendron Gleason |[Legume Data Portal](/taxonomy/taxon/2368514)| [GBIF](https://www.gbif.org/species/2948702) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:326830-2)| +| Mendoravia Capuron |[Legume Data Portal](/taxonomy/taxon/2368027)| [GBIF](https://www.gbif.org/species/2960417) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22926-1) | +| Petalostylis R.Br. |[Legume Data Portal](/taxonomy/taxon/2538854)| [GBIF](https://www.gbif.org/species/8293499) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23198-1) | +| Poeppigia C.Presl |[Legume Data Portal](/taxonomy/taxon/2535922)| [GBIF](https://www.gbif.org/species/5938931) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:30241950-2) | +| Storckiella Seem. |[Legume Data Portal](/taxonomy/taxon/2478158)| [GBIF](https://www.gbif.org/species/2949438) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23621-1) | +| Uittienia Steenis |[Legume Data Portal](/taxonomy/taxon/2446612)| [GBIF](https://www.gbif.org/species/8351407) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23744-1) | +| Zenia Chun |[Legume Data Portal](/taxonomy/taxon/2470192)| [GBIF](https://www.gbif.org/species/2963590) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23839-1) | diff --git a/taxonomy/Solanum.md b/taxonomy/Solanum.md new file mode 100644 index 0000000000000000000000000000000000000000..af3dfbf1a9bda83e653897b0d4d32fe57b343a3d --- /dev/null +++ b/taxonomy/Solanum.md @@ -0,0 +1,75 @@ +--- +layout: documentation +sideNavigation: sidenav.taxonomy +composition: + - type: postHeader + - type: pageMarkdown +title: Solanum +lang-ref: Solanum +background: /assets/images/Solanoideae/Solaneae/Solanum/Solanum_Bohs_3655_IMG_2051.jpg +imageLicense: | + *Solanum* sp. (Androceras group; Photo by L.Bohs) +description: Information about *Solanum* +height: 70vh +toc: true +--- + +## Introduction +With 17 genera and approximately 85 species, Dialioideae is the second smallest of the legume subfamilies. *Dialium* is a pantropical genus of c. 30 species, *Labichea* includes approximately 14 species, but otherwise the subfamily mostly comprises small genera with few species, eight of which are monospecific. Several of these small genera are considered threatened and have rarely been collected in nature. + +All recent phylogenetic analyses place Dialioideae as sister to Caesalpinioideae + Papilionoideae. Recent analyses suggest an Oligocene crown age but no fossils have been clearly attributed to the subfamily and because of this the age of the clade has been difficult to assess with certainty. Although studies are in progress, generic level relationships within the subfamily remain poorly resolved, except for the position of the New World *Poeppigia*, initially considered a close relative of taxa now placed in Caesalpinioideae, which is clearly resolved as sister to the rest of the subfamily. + + +## Key Features +Dialioideae are mostly unarmed trees or shrubs (Australian *Labichea* and *Petalostyles*). Their flowers are highly diverse, displaying multiple symmetries and widely varied numbers of floral organs. Organ loss is frequent in the subfamily. The subfamily is also unusual in that many Dialioideae have thyrsoid inflorescences, a rare condition in the primarily racemose Leguminosae. The fruit is often indehiscent and drupaceous or samaroid, also less typical of the legumes. Finally, most species of the subfamily lack vestured pits in their xylem (present in *Poeppigia* and *Mendoravia*), a feature that is otherwise present in all Leguminosae except Cercidoideae and Duparquetioideae. + +## Distribution and Ecology +Dialioideae occur throughout the world tropics. They are native to South and Central America, Africa, Madagascar, South and Southeast Asia, south China, Australia, New Guinea and some Pacific islands. Most species of Dialioideae occur in the Rainforest biome, but *Poeppigia* (New World), *Eligmocarpus* and *Baudouinia* (both Madagascan) are Succulent biome plants, and *Labichea* and *Petalosytles* occur in the Savanna biome of Australia. + +## Formal Botanical Description +As published in LPWG (2017), Taxon 66: 44-77, doi.org/10.12705/661.3 + +Subfam. Dialioideae Legume Phylogeny Working Group, stat. nov. ≡ Dialiinae H.S.Irwin & Barneby in Polhill & Raven, Adv. Legume Syst. 1: 100. 1981. + +Type: *Dialium* L. + +Unarmed trees or shrubs, rarely suffruticose (*Labichea* Gaudich. ex DC., *Petalostylis* R.Br.); specialised extrafloral nectaries lacking on petiole and leaf rachis and on leaflet surface. Stipules in lateral position, free or absent. Leaves imparipinnate, rarely paripinnate (*Eligmocarpus* Capuron, *Poeppigia* C.Presl), 1-foliolate (*Baudouinia* Baill., *Labichea*, *Mendoravia* Capuron, *Uittienia* Steenis) or palmately compound (*Labichea*), leaflets alternate, rarely opposite (*Eligmocarpus*, *Poeppigia*), exstipellate. Inflorescences highly branched, thyrsoid, less commonly racemes with distichous anthotaxy (*Labichea*, *Petalostylis*), borne in both terminal and axillary positions, or reduced to one axillary flower (*Petalostylis*); bracteoles small or absent. Flowers bisexual (polygamous in *Apuleia* Mart.), radially or slightly to strongly bilaterally symmetrical, hypanthium rarely present, receptacle may be broad and flattened, bearing nectary-like bodies; sepals commonly 5, reduced to 4 (*Labichea*, *Storckiella* Seem.) or 3 (*Apuleia*, *Dialium*), rarely 6 (*Mendoravia*), free, equal to sub-equal; petals 5 or fewer (0, 1, 3, 4), rarely 6 (petal number often equivalent to sepal number), free, equal to subequal, imbricate, the adaxial petal innermost; fertile stamens 5 or fewer, rarely 6–10 (some *Dialium* spp., *Poeppigia*), usually only antesepalous whorl present, free, uniform, rarely dimorphic (*Eligmocarpus*), anthers basifixed, rarely dorsifixed (*Poeppigia*), dehiscing via longitudinal slits, often reduced to a short apical, poricidal slit, staminodes present or absent; pollen in tricolporate monads with punctate or finely reticulate, rarely striate (some *Dialium*) sculpture patterns; gynoecium 1-carpellate (sometimes bicarpellate in scattered flowers of *Dialium*), ovary stipitate or sessile, ovules frequently 2 (1–many). Fruits commonly indehiscent drupaceous or samaroid, rarely dehiscent (*Eligmocarpus*, *Labichea*, *Mendoravia*, *Petalostylis*) or the drupaceous fruit with indurating endocarp breaking up in one seeded segments (*Baudouinia*). Seeds 1–2, rarely more; embryo straight. +Vestured pits absent in the secondary xylem, rarely present (*Poeppigia*, *Mendoravia*); silica bodies sometimes present (*Apuleia*, *Dialium*, *Dicorynia* Benth., *Distemonanthus* Benth.); septate fibres rarely present (*Apuleia*, *Distemonanthus*, *Poeppigia*); storeyed rays often present. Root nodules absent. 2n = 28 (most genera unsurveyed). + + +## To learn more +Falcão MJA, Mansano VF, Pinto RB. 2016. A taxonomic revision of the genus *Dialium* (Leguminosae: Dialiinae) in the Neotropics. Phytotaxa 283: 123–142. + +Falcão MJA, JV Paulino, FJ Kochanovski, RC Figueiredo, JP Basso-Alves, VF Mansano. 2020. Development of inflorescences and flowers in Fabaceae subfamily Dialioideae: an evolutionary overview and complete ontogenetic series for *Apuleia* and *Martiodendron*. Botanical Journal of the Linnean Society 193: 19–46. https://doi.org/10.1093/botlinnean/boz098 + +Zimmerman E., Herendeen PS, Lewis GP, Bruneau A. 2017. Floral evolution and phylogeny of the Dialioideae, a diverse subfamily of tropical legumes. American Journal of Botany 104: 1019–1041. + +Zimmerman, E., G. Prenner & A. Bruneau. 2013. Floral ontogeny in Dialiinae (Caesalpinioideae: Cassieae), a study in organ loss and instability. South African Journal of Botany 89: 188–209. + +## List of genera +Below is an alphabetical list of all genera accepted by the LPWG with links out to the taxonomic pages on our portal, GBIF and World Checklist of Vascular Plants (Kew). Over time this list will be updated to reflect the evolving taxonomy. + +Please see the [Species List and Synonyms](/taxonomy/species-list) and [Legume Taxonomy Working Group](/working-groups/taxonomy) pages for more taxonomic information. The current taxonomy is accessible by [Browse](/taxonomy/browse) or [Advanced Search](/taxonomy/search). + + + +|Genus | Data Source| +| --------------------- |------------------------------|------------------------------| +| Androcalymma Dwyer |[Legume Data Portal](/taxonomy/taxon/2637022)| [GBIF](https://www.gbif.org/species/2947111) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:296592-2) | +| Apuleia Mart. |[Legume Data Portal](/taxonomy/taxon/2644498)| [GBIF](https://www.gbif.org/species/2955914) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:331358-2) | +| Baudouinia Baill. |[Legume Data Portal](/taxonomy/taxon/2671237)| [GBIF](https://www.gbif.org/species/2963752) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:21792-1) | +| Dialium L. |[Legume Data Portal](/taxonomy/taxon/2763452)| [GBIF](https://www.gbif.org/species/2970932) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22238-1) | +| Dicorynia Benth. |[Legume Data Portal](/taxonomy/taxon/2766794)| [GBIF](https://www.gbif.org/species/2944649) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22251-1) | +| Distemonanthus Benth. |[Legume Data Portal](/taxonomy/taxon/2773184)| [GBIF](https://www.gbif.org/species/2964856) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22286-1) | +| Eligmocarpus Capuron |[Legume Data Portal](/taxonomy/taxon/2787570)| [GBIF](https://www.gbif.org/species/2960218) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22353-1) | +| Kalappia Kosterm. |[Legume Data Portal](/taxonomy/taxon/2336144)| [GBIF](https://www.gbif.org/species/2939855) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22688-1) | +| Koompassia Maingay ex Benth. |[Legume Data Portal](/taxonomy/taxon/2336264)| [GBIF](https://www.gbif.org/species/2952890) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22706-1) | +| Labichea Gaudich. ex DC. |[Legume Data Portal](/taxonomy/taxon/2350870)| [GBIF](https://www.gbif.org/species/2975908) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22721-1) | +| Martiodendron Gleason |[Legume Data Portal](/taxonomy/taxon/2368514)| [GBIF](https://www.gbif.org/species/2948702) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:326830-2)| +| Mendoravia Capuron |[Legume Data Portal](/taxonomy/taxon/2368027)| [GBIF](https://www.gbif.org/species/2960417) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22926-1) | +| Petalostylis R.Br. |[Legume Data Portal](/taxonomy/taxon/2538854)| [GBIF](https://www.gbif.org/species/8293499) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23198-1) | +| Poeppigia C.Presl |[Legume Data Portal](/taxonomy/taxon/2535922)| [GBIF](https://www.gbif.org/species/5938931) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:30241950-2) | +| Storckiella Seem. |[Legume Data Portal](/taxonomy/taxon/2478158)| [GBIF](https://www.gbif.org/species/2949438) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23621-1) | +| Uittienia Steenis |[Legume Data Portal](/taxonomy/taxon/2446612)| [GBIF](https://www.gbif.org/species/8351407) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23744-1) | +| Zenia Chun |[Legume Data Portal](/taxonomy/taxon/2470192)| [GBIF](https://www.gbif.org/species/2963590) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23839-1) | + diff --git a/taxonomy/Witheringia.md b/taxonomy/Witheringia.md new file mode 100644 index 0000000000000000000000000000000000000000..420c597a98916eb8d2d504e93dc83fabb5f6b8d2 --- /dev/null +++ b/taxonomy/Witheringia.md @@ -0,0 +1,75 @@ +--- +layout: documentation +sideNavigation: sidenav.taxonomy +composition: + - type: postHeader + - type: pageMarkdown +title: Witheringia +lang-ref: Witheringia +background: /assets/images/Physalideae/BM1233_Solanaceae (3).JPG +imageLicense: | + *Witheringia solanacea* L'Hér. (photo by B.Melchor-Castro) +description: Information about *Witheringia* +height: 70vh +toc: true +--- + +## Introduction +With 17 genera and approximately 85 species, Dialioideae is the second smallest of the legume subfamilies. *Dialium* is a pantropical genus of c. 30 species, *Labichea* includes approximately 14 species, but otherwise the subfamily mostly comprises small genera with few species, eight of which are monospecific. Several of these small genera are considered threatened and have rarely been collected in nature. + +All recent phylogenetic analyses place Dialioideae as sister to Caesalpinioideae + Papilionoideae. Recent analyses suggest an Oligocene crown age but no fossils have been clearly attributed to the subfamily and because of this the age of the clade has been difficult to assess with certainty. Although studies are in progress, generic level relationships within the subfamily remain poorly resolved, except for the position of the New World *Poeppigia*, initially considered a close relative of taxa now placed in Caesalpinioideae, which is clearly resolved as sister to the rest of the subfamily. + + +## Key Features +Dialioideae are mostly unarmed trees or shrubs (Australian *Labichea* and *Petalostyles*). Their flowers are highly diverse, displaying multiple symmetries and widely varied numbers of floral organs. Organ loss is frequent in the subfamily. The subfamily is also unusual in that many Dialioideae have thyrsoid inflorescences, a rare condition in the primarily racemose Leguminosae. The fruit is often indehiscent and drupaceous or samaroid, also less typical of the legumes. Finally, most species of the subfamily lack vestured pits in their xylem (present in *Poeppigia* and *Mendoravia*), a feature that is otherwise present in all Leguminosae except Cercidoideae and Duparquetioideae. + +## Distribution and Ecology +Dialioideae occur throughout the world tropics. They are native to South and Central America, Africa, Madagascar, South and Southeast Asia, south China, Australia, New Guinea and some Pacific islands. Most species of Dialioideae occur in the Rainforest biome, but *Poeppigia* (New World), *Eligmocarpus* and *Baudouinia* (both Madagascan) are Succulent biome plants, and *Labichea* and *Petalosytles* occur in the Savanna biome of Australia. + +## Formal Botanical Description +As published in LPWG (2017), Taxon 66: 44-77, doi.org/10.12705/661.3 + +Subfam. Dialioideae Legume Phylogeny Working Group, stat. nov. ≡ Dialiinae H.S.Irwin & Barneby in Polhill & Raven, Adv. Legume Syst. 1: 100. 1981. + +Type: *Dialium* L. + +Unarmed trees or shrubs, rarely suffruticose (*Labichea* Gaudich. ex DC., *Petalostylis* R.Br.); specialised extrafloral nectaries lacking on petiole and leaf rachis and on leaflet surface. Stipules in lateral position, free or absent. Leaves imparipinnate, rarely paripinnate (*Eligmocarpus* Capuron, *Poeppigia* C.Presl), 1-foliolate (*Baudouinia* Baill., *Labichea*, *Mendoravia* Capuron, *Uittienia* Steenis) or palmately compound (*Labichea*), leaflets alternate, rarely opposite (*Eligmocarpus*, *Poeppigia*), exstipellate. Inflorescences highly branched, thyrsoid, less commonly racemes with distichous anthotaxy (*Labichea*, *Petalostylis*), borne in both terminal and axillary positions, or reduced to one axillary flower (*Petalostylis*); bracteoles small or absent. Flowers bisexual (polygamous in *Apuleia* Mart.), radially or slightly to strongly bilaterally symmetrical, hypanthium rarely present, receptacle may be broad and flattened, bearing nectary-like bodies; sepals commonly 5, reduced to 4 (*Labichea*, *Storckiella* Seem.) or 3 (*Apuleia*, *Dialium*), rarely 6 (*Mendoravia*), free, equal to sub-equal; petals 5 or fewer (0, 1, 3, 4), rarely 6 (petal number often equivalent to sepal number), free, equal to subequal, imbricate, the adaxial petal innermost; fertile stamens 5 or fewer, rarely 6–10 (some *Dialium* spp., *Poeppigia*), usually only antesepalous whorl present, free, uniform, rarely dimorphic (*Eligmocarpus*), anthers basifixed, rarely dorsifixed (*Poeppigia*), dehiscing via longitudinal slits, often reduced to a short apical, poricidal slit, staminodes present or absent; pollen in tricolporate monads with punctate or finely reticulate, rarely striate (some *Dialium*) sculpture patterns; gynoecium 1-carpellate (sometimes bicarpellate in scattered flowers of *Dialium*), ovary stipitate or sessile, ovules frequently 2 (1–many). Fruits commonly indehiscent drupaceous or samaroid, rarely dehiscent (*Eligmocarpus*, *Labichea*, *Mendoravia*, *Petalostylis*) or the drupaceous fruit with indurating endocarp breaking up in one seeded segments (*Baudouinia*). Seeds 1–2, rarely more; embryo straight. +Vestured pits absent in the secondary xylem, rarely present (*Poeppigia*, *Mendoravia*); silica bodies sometimes present (*Apuleia*, *Dialium*, *Dicorynia* Benth., *Distemonanthus* Benth.); septate fibres rarely present (*Apuleia*, *Distemonanthus*, *Poeppigia*); storeyed rays often present. Root nodules absent. 2n = 28 (most genera unsurveyed). + + +## To learn more +Falcão MJA, Mansano VF, Pinto RB. 2016. A taxonomic revision of the genus *Dialium* (Leguminosae: Dialiinae) in the Neotropics. Phytotaxa 283: 123–142. + +Falcão MJA, JV Paulino, FJ Kochanovski, RC Figueiredo, JP Basso-Alves, VF Mansano. 2020. Development of inflorescences and flowers in Fabaceae subfamily Dialioideae: an evolutionary overview and complete ontogenetic series for *Apuleia* and *Martiodendron*. Botanical Journal of the Linnean Society 193: 19–46. https://doi.org/10.1093/botlinnean/boz098 + +Zimmerman E., Herendeen PS, Lewis GP, Bruneau A. 2017. Floral evolution and phylogeny of the Dialioideae, a diverse subfamily of tropical legumes. American Journal of Botany 104: 1019–1041. + +Zimmerman, E., G. Prenner & A. Bruneau. 2013. Floral ontogeny in Dialiinae (Caesalpinioideae: Cassieae), a study in organ loss and instability. South African Journal of Botany 89: 188–209. + +## List of genera +Below is an alphabetical list of all genera accepted by the LPWG with links out to the taxonomic pages on our portal, GBIF and World Checklist of Vascular Plants (Kew). Over time this list will be updated to reflect the evolving taxonomy. + +Please see the [Species List and Synonyms](/taxonomy/species-list) and [Legume Taxonomy Working Group](/working-groups/taxonomy) pages for more taxonomic information. The current taxonomy is accessible by [Browse](/taxonomy/browse) or [Advanced Search](/taxonomy/search). + + + +|Genus | Data Source| +| --------------------- |------------------------------|------------------------------| +| Androcalymma Dwyer |[Legume Data Portal](/taxonomy/taxon/2637022)| [GBIF](https://www.gbif.org/species/2947111) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:296592-2) | +| Apuleia Mart. |[Legume Data Portal](/taxonomy/taxon/2644498)| [GBIF](https://www.gbif.org/species/2955914) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:331358-2) | +| Baudouinia Baill. |[Legume Data Portal](/taxonomy/taxon/2671237)| [GBIF](https://www.gbif.org/species/2963752) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:21792-1) | +| Dialium L. |[Legume Data Portal](/taxonomy/taxon/2763452)| [GBIF](https://www.gbif.org/species/2970932) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22238-1) | +| Dicorynia Benth. |[Legume Data Portal](/taxonomy/taxon/2766794)| [GBIF](https://www.gbif.org/species/2944649) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22251-1) | +| Distemonanthus Benth. |[Legume Data Portal](/taxonomy/taxon/2773184)| [GBIF](https://www.gbif.org/species/2964856) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22286-1) | +| Eligmocarpus Capuron |[Legume Data Portal](/taxonomy/taxon/2787570)| [GBIF](https://www.gbif.org/species/2960218) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22353-1) | +| Kalappia Kosterm. |[Legume Data Portal](/taxonomy/taxon/2336144)| [GBIF](https://www.gbif.org/species/2939855) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22688-1) | +| Koompassia Maingay ex Benth. |[Legume Data Portal](/taxonomy/taxon/2336264)| [GBIF](https://www.gbif.org/species/2952890) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22706-1) | +| Labichea Gaudich. ex DC. |[Legume Data Portal](/taxonomy/taxon/2350870)| [GBIF](https://www.gbif.org/species/2975908) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22721-1) | +| Martiodendron Gleason |[Legume Data Portal](/taxonomy/taxon/2368514)| [GBIF](https://www.gbif.org/species/2948702) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:326830-2)| +| Mendoravia Capuron |[Legume Data Portal](/taxonomy/taxon/2368027)| [GBIF](https://www.gbif.org/species/2960417) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22926-1) | +| Petalostylis R.Br. |[Legume Data Portal](/taxonomy/taxon/2538854)| [GBIF](https://www.gbif.org/species/8293499) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23198-1) | +| Poeppigia C.Presl |[Legume Data Portal](/taxonomy/taxon/2535922)| [GBIF](https://www.gbif.org/species/5938931) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:30241950-2) | +| Storckiella Seem. |[Legume Data Portal](/taxonomy/taxon/2478158)| [GBIF](https://www.gbif.org/species/2949438) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23621-1) | +| Uittienia Steenis |[Legume Data Portal](/taxonomy/taxon/2446612)| [GBIF](https://www.gbif.org/species/8351407) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23744-1) | +| Zenia Chun |[Legume Data Portal](/taxonomy/taxon/2470192)| [GBIF](https://www.gbif.org/species/2963590) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23839-1) | + diff --git a/taxonomy/browse.md b/taxonomy/browse.md new file mode 100644 index 0000000000000000000000000000000000000000..739dfa04e8c0bd631691de47692242c5b4b5ba1e --- /dev/null +++ b/taxonomy/browse.md @@ -0,0 +1,45 @@ +--- +layout: documentation +sideNavigation: sidenav.taxonomy +title: Browse +permalink: /taxonomy/browse +description: Browse the checklist of Solanaceae +klass: fullwidth +lang-ref: species-browse +--- + +You can download the latest version of the Solanceae Source list in .txt (with DarwinCore fields) from the [Catalogue of Life ChecklistBank](https://data.catalogueoflife.org/). + + + + + + + + +
+ + diff --git a/taxonomy/search.md b/taxonomy/search.md new file mode 100644 index 0000000000000000000000000000000000000000..c48199cb9fee911f8301749272dda20098fba856 --- /dev/null +++ b/taxonomy/search.md @@ -0,0 +1,43 @@ +--- +layout: documentation +sideNavigation: sidenav.taxonomy +title: Taxon +permalink: /taxonomy/search +description: Search the checklist of Fabaceae +klass: fullwidth +lang-ref: species-search +--- +You can download the latest version of the Solanceae Source list in .txt (with DarwinCore fields) from the [Catalogue of Life ChecklistBank](https://data.catalogueoflife.org/). + + + + + + + + + + diff --git a/taxonomy/species-list.md b/taxonomy/species-list.md new file mode 100644 index 0000000000000000000000000000000000000000..bba5d5aac35c7673c5a1eae9ab62c3ba1c0f8fb8 --- /dev/null +++ b/taxonomy/species-list.md @@ -0,0 +1,32 @@ +--- +layout: documentation +sideNavigation: sidenav.taxonomy +composition: + - type: postHeader + - type: pageMarkdown +lang-ref: species-list +lang: en +title: Accepted Species +background: "{{ site.data.images.datura.src }}" +imageLicense: "{{ site.data.images.datura.caption }}" +description: List Solanaceae species +height: 70vh +--- + +## Taxonomy +Solanaceae Source taxonomy here is an overview of the current consensus of Solanaceae taxonomy by a [global network of specialists](https://about.worldfloraonline.org/tens/solanaceaesource-org). The taxonomy is updated every 6 months following the [World Flora Online (WFO)](https://about.worldfloraonline.org/) release dates in June and December each year. If you would like to become a member of the Solanaceae Source team, please contact us. + +## Species List +The most recent version of this taxonomy can be accessed through the [menu on the left](/taxonomy/browse). The species list is derived from World Flora Online as the WFO taxonomy is worked on by [Solanaceae Taxonomic Expert Network](https://about.worldfloraonline.org/tens/solanaceaesource-org) and can be downloaded in different formats from the [WFO site](https://www.worldfloraonline.org/downloadData). + +## List of genera + +Below is an alphabetical list of all genera, with the subfamily designation, as currently accepted. + +The current taxonomy is accessible by [Browse](/taxonomy/browse) or [Advanced Search](/taxonomy/search). + +# | Genus | Subfamily | Data Source | +# |----------------------|------------------------|---------------------------|------------------------|------------------------| +# | Abarema Pittier| [Caesalpinioideae](/taxonomy/caesalpinioideae)| [Legume Data Portal](/taxonomy/taxon/2609286)| [GBIF](https://www.gbif.org/species/2977807)| [POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:30032383-2)| +# | Abrus Adans.| [Papilionoideae](/taxonomy/papilionoideae)| [Legume Data Portal](/taxonomy/taxon/2610294)| [GBIF](https://www.gbif.org/species/2943776)| [POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:21549-1)| +# | Acacia Mill.| [Caesalpinioideae](/taxonomy/caesalpinioideae)| [Legume Data Portal](/taxonomy/taxon/2611079)| [GBIF](https://www.gbif.org/species/2978223)| [POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:325783-2)| diff --git a/taxonomy/taxon.md b/taxonomy/taxon.md new file mode 100644 index 0000000000000000000000000000000000000000..c680540fd7f162b24e062e3a9aa6539d7b1dd587 --- /dev/null +++ b/taxonomy/taxon.md @@ -0,0 +1,60 @@ +--- +layout: documentation +sideNavigation: sidenav.taxonomy +title: Taxon +permalink: /taxonomy/taxon +--- + + + + + + + +
+ + + + + diff --git a/uses.md b/uses.md new file mode 100644 index 0000000000000000000000000000000000000000..bb56f73dd14a6756590cee6b001f066cfe590771 --- /dev/null +++ b/uses.md @@ -0,0 +1,13 @@ +--- +title: Uses +layout: heroImage +description: A global taxonomic resource for the nightshade family +background: "{{ site.data.images.nolana.src }}" +imageLicense: "{{ site.data.images.nolana.caption }}" +height: 50vh +--- + +## Uses of Solanaceae + + +The plant family Solanaceae provides many products used by human beings for food, drugs and enjoyment. The family includes edible species such as the potato, tomato, and eggplant (aubergine) and a host of minor fruit crops. Medicinal plants such as deadly nightshade, jimson weed, tobacco, and henbane are the sources of drugs such as atropine, hyoscine, nicotine and other alkaloids. Solanaceae species of horticultural importance include petunia, floripondio, velvet tongue, and butterfly flower. Species such as tomato, potato, tobacco, and petunia are important experimental organisms in genetics and molecular biology.