@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .
@prefix wd: <http://www.wikidata.org/entity/> .

<http://data.bibliotheken.nl/id/thes/p073053112> a schema1:Person ;
    rdfs:label "Miller, Frank (1957-)" ;
    schema1:birthDate "1957" ;
    schema1:description "filmregisseur, scenarioschrijver, auteur van 'graphic novels'" ;
    schema1:familyName "Miller" ;
    schema1:givenName "Frank" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/10511a41f8723c9df513ca9e70e6a666> ;
    schema1:name "Frank Miller" ;
    schema1:nationality "us" ;
    schema1:sameAs <http://viaf.org/viaf/119775784>,
        wd:Q207676,
        <https://isni.org/isni/0000000121489691> .

