sources
Data license: CC-BY
1 row where datasetId = 4996 sorted by id descending
This data as json, CSV (advanced)
Suggested facets: createdAt (date), updatedAt (date)
id ▲ | name | description | createdAt | updatedAt | datasetId | additionalInfo | link | dataPublishedBy |
---|---|---|---|---|---|---|---|---|
17727 | ASTI R&D Indicators: ASTI-Researchers | { "link": "http://www.fao.org/faostat/en/?#data/", "retrievedDate": "13-Feb-2020", "additionalInfo": "Agricultural RD is defined to include research on crops, livestock, forestry, fisheries, natural resources, as well as on-farm postharvest research.All human resource data have been expressed in full-time equivalents (FTEs). This method takes into account the proportion of time researchers spend on research compared with other nonresearch activities. For example, four faculty members estimated to spend 25 percent of their time on research would individually represent 0.25 FTEs and collectively be counted as 1.0 FTE.", "dataPublishedBy": "Food and Agriculture Organization of the United Nations (FAO) (2020)", "dataPublisherSource": "ASTI performs first-hand data collection on an institutional basis. It does not rely on already existing government datasets." } |
2020-02-14 00:52:10 | 2020-02-14 00:52:10 | ASTI R&D Indicators: ASTI-Researchers 4996 | Agricultural RD is defined to include research on crops, livestock, forestry, fisheries, natural resources, as well as on-farm postharvest research.All human resource data have been expressed in full-time equivalents (FTEs). This method takes into account the proportion of time researchers spend on research compared with other nonresearch activities. For example, four faculty members estimated to spend 25 percent of their time on research would individually represent 0.25 FTEs and collectively be counted as 1.0 FTE. | http://www.fao.org/faostat/en/?#data/ | Food and Agriculture Organization of the United Nations (FAO) (2020) |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "sources" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "name" VARCHAR(512) NULL , "description" TEXT NOT NULL , "createdAt" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP , "updatedAt" DATETIME NULL , "datasetId" INTEGER NULL, additionalInfo TEXT GENERATED ALWAYS as (JSON_EXTRACT(description, '$.additionalInfo')) VIRTUAL, link TEXT GENERATED ALWAYS as (JSON_EXTRACT(description, '$.link')) VIRTUAL, dataPublishedBy TEXT GENERATED ALWAYS as (JSON_EXTRACT(description, '$.dataPublishedBy')) VIRTUAL, FOREIGN KEY("datasetId") REFERENCES "datasets" ("id") ON UPDATE RESTRICT ON DELETE RESTRICT ); CREATE INDEX "sources_datasetId" ON "sources" ("datasetId");