File size: 874 Bytes
7cc6ee0
707e4f7
7cc6ee0
707e4f7
7cc6ee0
6d85436
7cc6ee0
 
707e4f7
948faf7
707e4f7
7cc6ee0
707e4f7
 
7cc6ee0
 
707e4f7
 
7cc6ee0
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
    "title": "gbifocc-reconcile",
    "databases": {
        "gbifocc": {
            "tables": {
                "gbifocc": {
                    "plugins": {
                        "datasette-reconcile": {
                            "id_field": "gbifID",
                            "name_field": "collectorNameAndNumber",
                            "type_field": "basisOfRecord",
                            "type_default": [{
                              "id": "basisOfRecord",
                              "name": "PRESERVED_SPECIMEN"
                            }],
                            "max_limit": 5,
                            "service_name": "GBIF specimens reconciliation",
                            "view_url": "https://gbif.org/occurrence/{{id}}"
                        }
                    }
                }
            }
        }
    }
}