-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglobi.json
67 lines (67 loc) · 3.09 KB
/
globi.json
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"@context" : [ "http://www.w3.org/ns/csvw", {
"@language" : "en"
} ],
"rdfs:comment" : [ "inspired by https://www.w3.org/TR/2015/REC-tabular-data-model-20151217/" ],
"tables" : [ {
"@context" : [ "http://www.w3.org/ns/csvw", {
"@language" : "en"
} ],
"rdfs:comment" : [ "inspired by https://www.w3.org/TR/2015/REC-tabular-data-model-20151217/" ],
"url" : "mcy127_suppl_supplementary_material-s02.csv",
"dcterms:bibliographicCitation" : "Ollerton J, Liede-Schumann S, Endress ME, Meve U, Rech AR, Shuttleworth A, Keller HA, Fishbein M, Alvarado-Cárdenas LO, Amorim FW, Bernhardt P, Celep F, Chirango Y, Chiriboga-Arroyo F, Civeyrel L, Cocucci A, Cranmer L, da Silva-Batista IC, de Jager L, Deprá MS, Domingos-Melo A, Dvorsky C, Agostini K, Freitas L, Gaglianone MC, Galetto L, Gilbert M, González-Ramírez I, Gorostiague P, Goyder D, Hachuy-Filho L, Heiduk A, Howard A, Ionta G, Islas-Hernández SC, Johnson SD, Joubert L, Kaiser-Bunbury CN, Kephart S, Kidyoo A, Koptur S, Koschnitzke C, Lamborn E, Livshultz T, Machado IC, Marino S, Mema L, Mochizuki K, Morellato LPC, Mrisha CK, Muiruri EW, Nakahama N, Nascimento VT, Nuttman C, Oliveira PE, Peter CI, Punekar S, Rafferty N, Rapini A, Ren ZX, Rodríguez-Flores CI, Rosero L, Sakai S, Sazima M, Steenhuisen SL, Tan CW, Torres C, Trøjelsgaard K, Ushimaru A, Vieira MF, Wiemer AP, Yamashiro T, Nadia T, Queiroz J, Quirino Z. The diversity and evolution of pollination systems in large plant clades: Apocynaceae as a case study. Ann Bot. 2019 Jan 23;123(2):311-325. doi: 10.1093/aob/mcy127. PMID: 30099492; PMCID: PMC6344220.",
"doi": "10.1093/aob/mcy127",
"sourceBodyPartName": "flower",
"sourceBodyPartId": "http://purl.obolibrary.org/obo/PO_0009046",
"delimiter" : ",",
"headerRowCount" : 7,
"null" : [ "" ],
"tableSchema" : {
"columns" : [ {
"name" : "Clade number",
"titles" : "Clade number",
"datatype" : "string"
}, {
"name" : "sourceTaxonSubfamilyName",
"titles" : "Subfamily",
"datatype" : "string"
}, {
"name" : "sourceTaxonTribeName",
"titles" : "Tribe",
"datatype" : "string"
}, {
"name" : "sourceTaxonSubtribeName",
"titles" : "Subtribe",
"datatype" : "string"
}, {
"name" : "sourceTaxonSpeciesName",
"titles" : "Species",
"datatype" : "string"
}, {
"name" : "countryName",
"titles" : "Country",
"datatype" : "string"
}, {
"name" : "targetTaxonName",
"titles" : "Pollinators/Flower visitors",
"datatype" : "string"
}, {
"name" : "Higher taxon",
"titles" : "Higher taxon",
"datatype" : "string"
}, {
"name" : "interactionTypeName",
"titles" : "Code",
"datatype" : "string"
}, {
"name" : "referenceCitation",
"titles" : "Reference",
"datatype" : "string"
}, {
"name" : "Name used in original publication",
"titles" : "Name used in original publication",
"datatype" : "string"
} ]
}
} ]
}