-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprolog_db.pl
More file actions
20 lines (19 loc) · 1.09 KB
/
prolog_db.pl
File metadata and controls
20 lines (19 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
filme('Inception', christopher_nolan, ciencia_ficcao, 2010).
filme('The Matrix', wachowski_sisters, ciencia_ficcao, 1999).
filme('The Godfather', francis_ford_coppola, drama, 1972).
filme('Pulp Fiction', quentin_tarantino, crime, 1994).
filme('The Shawshank Redemption', frank_darabont, drama, 1994).
filme('Forrest Gump', robert_zemeckis, drama, 1994).
filme('The Dark Knight', christopher_nolan, acao, 2008).
filme('Fight Club', david_fincher, drama, 1999).
filme('The Lord of the Rings: The Fellowship of the Ring', peter_jackson, fantasia, 2001).
filme('Gladiator', ridley_scott, acao, 2000).
filme('Interstellar', christopher_nolan, ciencia_ficcao, 2014).
filme('The Silence of the Lambs', jonathan_demme, thriller, 1991).
filme('Jurassic Park', steven_spielberg, aventura, 1993).
filme('Avatar', james_cameron, ciencia_ficcao, 2009).
filme('The Departed', martin_scorsese, crime, 2006).
filme('La La Land', damien_chazelle, musical, 2016).
filme('The Revenant', alejandro_gonzalez_inarritu, drama, 2015).
filme('A Beautiful Mind', ron_howard, drama, 2001).
filme('Whiplash', damien_chazelle, drama, 2014).