sources
Data license: CC-BY
1 row where datasetId = 3075 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 |
---|---|---|---|---|---|---|---|---|
16210 | World Organization for Animal Health (OIE) (2018) | { "link": "http://web.oie.int/hs2/sit_mald_cont.asp?c_mald=5&c_cont=6&annee=2004", "retrievedDate": "3 October 2018", "additionalInfo": "Mauritania and Pakistan's values were obtained from the 2003 Archives of the OIE that can be accessed here: http://web.oie.int/hs2/sit_mald_cont.asp?c_mald=5&c_cont=6&annee=2003\n\nChina's value was obtained from page 109 in Roeder, P. L., Taylor, W. P. & Rweyemamu, M. M. (2006) Rinderpest in the twentieth and twenty-first centuries. Academic Press. Abstract available online here: https://www.sciencedirect.com/science/article/pii/B9780120883851500368", "dataPublishedBy": "World Organization for Animal Health (OIE)", "dataPublisherSource": "Archives of World Animal Health (Organization's own data collection)" } |
2018-10-04 17:12:23 | 2018-10-04 17:12:23 | Year of last Rinderpest case - OIE (2018) 3075 | Mauritania and Pakistan's values were obtained from the 2003 Archives of the OIE that can be accessed here: http://web.oie.int/hs2/sit_mald_cont.asp?c_mald=5&c_cont=6&annee=2003 China's value was obtained from page 109 in Roeder, P. L., Taylor, W. P. & Rweyemamu, M. M. (2006) Rinderpest in the twentieth and twenty-first centuries. Academic Press. Abstract available online here: https://www.sciencedirect.com/science/article/pii/B9780120883851500368 | http://web.oie.int/hs2/sit_mald_cont.asp?c_mald=5&c_cont=6&annee=2004 | World Organization for Animal Health (OIE) |
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");