home / prelib

Menu
  • Search all tables

prelib_collectifecritoeuvre

Contributions de collectifs à la création d'une œuvre

Data license: Licence Ouverte version 2.0

9 rows

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: collectif_id, fonction_id

id ▼ date_ecriture collectif_id fonction_id oeuvre_id
5 2009 715 [fonction à préciser] 12 [Illustrations de An tri arzh] 4063
6   715 traducteur 5 Ganit ha ganin 4125
7   715 traducteur 5 Ket ! 4146
8   89 conteur 7 Lizig, priñsezig an dour 4148
9   715 traducteur 5 Soubenn ar maen 4162
10   715 traducteur 5 Ar valeadenn war valaenn 4080
11   639 auteur 1 Anatole Le Braz et la presse 4231
12   36 auteur 1 D'al lennerien 4416
13   36 auteur 1 D'al lennerien 4460

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "prelib_collectifecritoeuvre" (
"id" INTEGER,
  "date_ecriture" INTEGER,
  "collectif_id" INTEGER,
  "fonction_id" INTEGER,
  "oeuvre_id" INTEGER
  ,PRIMARY KEY ([id]),
   FOREIGN KEY(fonction_id) REFERENCES prelib_fonctionecritoeuvre(id),
   FOREIGN KEY(collectif_id) REFERENCES prelib_collectif(id),
   FOREIGN KEY(oeuvre_id) REFERENCES prelib_oeuvre(id)
);
Powered by Datasette · Query took 18.993ms · Data license: Licence Ouverte version 2.0