origins_variables
Data license: CC-BY
14 rows where originId = 97
This data as json, CSV (advanced)
Suggested facets: displayOrder
Link | originId | variableId | displayOrder |
---|---|---|---|
97,597929 | HYDE 97 | Population 597929 | 2 |
97,597930 | HYDE 97 | Population (historical estimates) 597930 | 2 |
97,597931 | HYDE 97 | Share of world population 597931 | 2 |
97,597932 | HYDE 97 | Population (future projections) 597932 | 2 |
97,597933 | HYDE 97 | Share of world population (historical estimates) 597933 | 2 |
97,597934 | HYDE 97 | Share of world population (future projections) 597934 | 2 |
97,598054 | HYDE 97 | Source 598054 | 2 |
97,734429 | HYDE 97 | Population density 734429 | 2 |
97,734430 | HYDE 97 | Source (population) 734430 | 2 |
97,736843 | HYDE 97 | Years since population was half 736843 | 1 |
97,848418 | HYDE 97 | Year one decade back 848418 | 1 |
97,848455 | HYDE 97 | Hypothetical number of slaughtered animals if everyone ate like the average citizen of a given country 848455 | 3 |
97,848457 | HYDE 97 | World population 848457 | 2 |
97,848459 | HYDE 97 | Hypothetical global meat demand if everyone ate like the average citizen of a given country 848459 | 3 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "origins_variables" ( "originId" INTEGER NOT NULL , "variableId" INTEGER NOT NULL , "displayOrder" SMALLINT NOT NULL DEFAULT '0' , PRIMARY KEY ("originId", "variableId"), FOREIGN KEY("originId") REFERENCES "origins" ("id") ON UPDATE NO ACTION ON DELETE NO ACTION, FOREIGN KEY("variableId") REFERENCES "variables" ("id") ON UPDATE NO ACTION ON DELETE NO ACTION );