<?xml version="1.0"?>
<imdb_database>
    <persons>
        <person>
            <name>JJ Abrams</name>
            <role>Director</role>
            <filmography>
                <film title="Star Wars VII" year="2015"/>
                <film title="Star Trek Into Darkness" year="2013"/>
                <film title="Super 8" year="2011"/>
                <film title="Mission: Impossible III" year="2006"/>
            </filmography>
        </person>

        <person>
            <name>Harrison Ford</name>
            <role>Actor</role>
            <filmography>
                <film title="Star Wars VII" year="2015"/>
                <film title="Indiana Jones and the Kingdom of the Crystal Skull" year="2008"/>
                <film title="Air Force One" year="1997"/>
                <film title="Clear and Present Danger" year="1994"/>
                <film title="The Fugitive" year="1993"/>
            </filmography>
        </person>

        <person>
            <name>Phil Hodges</name>
            <role>Actor</role>
            <filmography>
                <film title="Star Wars VII" year="2015"/>
                <film title="Fury" year="2014"/>
            </filmography>
        </person>

        <person>
            <name>John Williams</name>
            <role>Composer/Conductor</role>
            <filmography>
                <film title="Star Wars VII" year="2015"/>
                <film title="Jurassic World" year="2015"/>
                <film title="Harry Potter and the Deathly Hallows: Part 2" year="2011"/>
                <film title="Indiana Jones and the Kingdom of the Crystal Skull" year="2008"/>
            </filmography>
        </person>

        <person>
            <name>Lawrence Kasdan</name>
            <role>Writer</role>
            <filmography>
                <film title="Star Wars VII" year="2015"/>
                <film title="The Bodyguard" year="1992"/>
                <film title="The Big Chill" year="1983"/>
                <film title="Raiders of the Lost Ark" year="1981"/>
            </filmography>
        </person>

        <person>
            <name>George Lucas</name>
            <role>Writer</role>
            <filmography>
                <film title="Star Wars VII" year="2015"/>
                <film title="Strange Magic" year="2015"/>
                <film title="Indiana Jones and the Kingdom of the Crystal Skull" year="2008"/>
                <film title="Willow" year="1988"/>
            </filmography>
        </person>
    </persons>
</imdb_database>
