charts_x_entities
Data license: CC-BY
12 rows where chartId = 7357
This data as json, CSV (advanced)
Link | chartId | entityId |
---|---|---|
7357,35473 | Share of notable AI systems by domain 7357 | Other 35473 |
7357,306044 | Share of notable AI systems by domain 7357 | Image generation 306044 |
7357,368116 | Share of notable AI systems by domain 7357 | Language 368116 |
7357,368117 | Share of notable AI systems by domain 7357 | Recommendation 368117 |
7357,368118 | Share of notable AI systems by domain 7357 | Multimodal 368118 |
7357,368119 | Share of notable AI systems by domain 7357 | Speech 368119 |
7357,368120 | Share of notable AI systems by domain 7357 | Vision 368120 |
7357,368122 | Share of notable AI systems by domain 7357 | Games 368122 |
7357,369044 | Share of notable AI systems by domain 7357 | Robotics 369044 |
7357,369045 | Share of notable AI systems by domain 7357 | Biology 369045 |
7357,369576 | Share of notable AI systems by domain 7357 | Video 369576 |
7357,369579 | Share of notable AI systems by domain 7357 | Audio 369579 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "charts_x_entities" ( "chartId" INTEGER NOT NULL , "entityId" INTEGER NOT NULL , PRIMARY KEY ("chartId", "entityId"), FOREIGN KEY("chartId") REFERENCES "charts" ("id") ON UPDATE CASCADE ON DELETE CASCADE, FOREIGN KEY("entityId") REFERENCES "entities" ("id") ON UPDATE RESTRICT ON DELETE RESTRICT ); CREATE INDEX "entityId" ON "charts_x_entities" ("entityId");