{"database": "geonomia", "private": false, "path": "/geonomia", "size": 703746048, "tables": [{"name": "cluster", "columns": ["cluster_stage1_id", "num_records", "recordedby_unique", "recordedby_first_familyname", "recordnumber_unique", "eventdate_unique", "eventdate_day_offset_min", "eventdate_day_offset_max", "year_min", "year_max", "countrycode_unique", "duration_days", "hascoordinate_count", "hascoordinate_pct", "days_active_pct", "habitat", "itinerary", "collecting_areas", "placenames", "regional_units", "profile_Object"], "primary_keys": ["cluster_stage1_id"], "count": 10913, "hidden": false, "fts_table": "cluster_fts", "foreign_keys": {"incoming": [{"other_table": "occ", "column": "cluster_stage1_id", "other_column": "cluster_stage1_id"}], "outgoing": [{"other_table": "profile", "column": "profile_Object", "other_column": "Object"}]}, "private": false}, {"name": "dataset", "columns": ["datasetkey", "source_url", "name", "license", "license_url"], "primary_keys": ["datasetkey"], "count": 294, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [{"other_table": "occ", "column": "datasetkey", "other_column": "datasetkey"}], "outgoing": []}, "private": false}, {"name": "occ", "columns": ["gbifid", "institutionid", "basisofrecord", "catalognumber", "recordnumber", "recordnumber_contains_numerals", "recordnumber_contains_year", "recordedby", "recordedby_has_personal_name", "recordedbyid", "georeferenceverificationstatus", "othercatalognumbers", "fieldnumber", "fieldnumber_contains_numerals", "eventdate", "eventdate_day_offset", "year", "month", "day", "verbatimeventdate", "habitat", "fieldnotes", "eventremarks", "countrycode", "locality", "verbatimlocality", "decimallatitude", "decimallongitude", "scientificname", "datasetkey", "elevation", "elevationaccuracy", "nontaxonomicissue", "mediatype", "v_associatedmedia", "hascoordinate", "hasgeospatialissues", "issequenced", "institutionkey", "collectionkey", "isincluster", "recordnumber_mainnumber", "recordedby_first_familyname", "recordedby_team_familynames", "eventdate_eligible", "recordnumber_eligible", "recordedby_eligible", "cluster_stage1_id", "coordinate_source_specimen_metadata", "coordinate_source_collecting_event", "coordinate_source_collector_day", "coordinate_source", "Subject", "bionomia_profile_id"], "primary_keys": [], "count": 681830, "hidden": false, "fts_table": "occ_fts", "foreign_keys": {"incoming": [], "outgoing": [{"other_table": "cluster", "column": "cluster_stage1_id", "other_column": "cluster_stage1_id"}, {"other_table": "dataset", "column": "datasetkey", "other_column": "datasetkey"}]}, "private": false}, {"name": "profile", "columns": ["Object", "Family", "Given"], "primary_keys": ["Object"], "count": 308, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [{"other_table": "cluster", "column": "Object", "other_column": "profile_Object"}], "outgoing": []}, "private": false}, {"name": "reconcile_rb_rn_yr", "columns": ["gbifid", "reconciliation_backend_key"], "primary_keys": ["gbifid"], "count": 404228, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "cluster_fts", "columns": ["habitat", "itinerary", "collecting_areas", "cluster_fts", "rank"], "primary_keys": [], "count": 10913, "hidden": true, "fts_table": "cluster_fts", "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "cluster_fts_config", "columns": ["k", "v"], "primary_keys": ["k"], "count": 1, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "cluster_fts_data", "columns": ["id", "block"], "primary_keys": ["id"], "count": 153, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "cluster_fts_docsize", "columns": ["id", "sz"], "primary_keys": ["id"], "count": 10913, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "cluster_fts_idx", "columns": ["segid", "term", "pgno"], "primary_keys": ["segid", "term"], "count": 132, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "occ_fts", "columns": ["locality", "recordedBy", "occ_fts", "rank"], "primary_keys": [], "count": null, "hidden": true, "fts_table": "occ_fts", "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "occ_fts_config", "columns": ["k", "v"], "primary_keys": ["k"], "count": 1, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "occ_fts_data", "columns": ["id", "block"], "primary_keys": ["id"], "count": 6238, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "occ_fts_docsize", "columns": ["id", "sz"], "primary_keys": ["id"], "count": 681830, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "occ_fts_idx", "columns": ["segid", "term", "pgno"], "primary_keys": ["segid", "term"], "count": 3194, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}], "hidden_count": 10, "views": [], "queries": [{"sql": "SELECT gbifid, scientificName, eventDate, locality, recordedby, recordnumber FROM occ WHERE recordedby_first_familyname = :Collector_Surname AND recordnumber_mainnumber = :Record_Number AND year = :Year", "parameters": {"Collector_Surname": {"type": "string", "description": "The surname of the collector"}, "Record_Number": {"type": "string", "description": "The record number of the specimen"}, "Year": {"type": "integer", "description": "The year of collection"}}, "description": "Query to locate a specimen based on collector surname, record number, and year.", "title": "Specimen Locator", "name": "specimen_locator", "private": false}, {"sql": "SELECT cluster_stage1_id, recordedby_first_familyname FROM cluster WHERE year BETWEEN :Year_min - 1 AND :Year_max", "parameters": {"Year_min": {"type": "integer", "description": "The minimum year of collection"}, "Year_max": {"type": "integer", "description": "The maximum year of collection"}}, "description": "Query to indicate which collectors were present during a specific time period.", "title": "Who Was There?", "name": "who_was_there", "private": false}], "allow_execute_sql": true, "query_ms": 10.983818909153342}