posts_links
Data license: CC-BY
4 rows where sourceId = 54648
This data as json, CSV (advanced)
Suggested facets: linkType, componentType, queryString
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
15743 | How many species are there? 54648 | https://www.iucnredlist.org/resources/summary-statistics | url | href | |||
15746 | How many species are there? 54648 | https://science.sciencemag.org/content/329/5987/41.summary | url | href | |||
15749 | How many species are there? 54648 | number-of-described-species | grapher | src | ?country=Fishes~Insects~Reptiles~Mammals~Birds~Amphibians~Corals~Molluscs~Crustaceans~Arachnids~All+groups~Fungi+and+Protists | ||
25247 | How many species are there? 54648 | https://britishbirds.co.uk/content/bb%C2%A0eye%C2%A0do-taxonomic-changes-affect-conservation | url | href |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "posts_links" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "sourceId" INTEGER NOT NULL , "target" VARCHAR(2047) NOT NULL , "linkType" TEXT NULL , "componentType" VARCHAR(255) NOT NULL , "text" VARCHAR(255) NOT NULL , "queryString" VARCHAR(2047) NOT NULL , "hash" VARCHAR(2047) NOT NULL, FOREIGN KEY("sourceId") REFERENCES "posts" ("id") ON UPDATE CASCADE ON DELETE CASCADE );