Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data model #94

Open
rednaw opened this issue Jan 23, 2022 · 1 comment
Open

Data model #94

rednaw opened this issue Jan 23, 2022 · 1 comment

Comments

@rednaw
Copy link
Owner

rednaw commented Jan 23, 2022

sqlite> .schema
CREATE TABLE [Opere_no_img] (
[Titolo_Opera] text,
[ID_Artisti] integer,
[ID_Opere] integer,
[Anno_Opera] text,
[Dimensioni] text,
[ID_Ubicazioni] text,
[Suorce] text,
[Tecnica] text,
[Titolo_Opera_Esonimo] text
);
CREATE TABLE [Artisti_esposti] (
[ID_Esposizione] integer,
[ID_Artista] integer
);
CREATE TABLE [Ubicazioni] (
[ID_Ubicazioni] integer,
[Città_visione] text,
[Luogo_Espositivo] text,
[Nazione] text
);
CREATE TABLE [Artisti] (
[Cognome] text,
[GND] text,
[ID_Artisti] integer,
[Morto a] text,
[Morto il] integer,
[Nato a] text,
[Nato il] integer,
[Nome] text,
[Numero Esposizioni] text,
[Numero Opere dell'Artista] text,
[Pseudonimo] text,
[ULAN] text,
[WikiData] text
);
CREATE TABLE [Opere_Esposte] (
[ID_Esposizione] integer,
[ID_Opera] integer,
[Numero di Catalogo] text,
[Commento] text,
[Proprietà] text,
[Esposto col Titolo] text,
[Provenienza] text
);
CREATE TABLE [Esposizioni] (
[ID_Esposizioni] integer,
[Anno_Esposizione] integer,
[Titolo_Esposizione] text,
[Num_Artisti_per_Esp] text,
[Num_Opere_per_Esp] text,
[Source] text,
[ID_Ubicazioni] integer,
[Note] text
);

@salvo-vitale
Copy link
Collaborator

Questo per le opere

of Cat. Entries

Questo per gli artisti

of Artists

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants