@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/p069002541> a schema1:Person ;
    rdfs:label "Hitchcock, Alfred Joseph (1899-1980)" ;
    schema1:birthDate "1899" ;
    schema1:deathDate "1980" ;
    schema1:familyName "Hitchcock" ;
    schema1:givenName "Alfred Joseph" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f8d967ef1b6024d024e98d0aa344e72b> ;
    schema1:name "Alfred Joseph Hitchcock" ;
    schema1:nationality "gb" ;
    schema1:sameAs <http://viaf.org/viaf/49226917>,
        wd:Q7374,
        <https://isni.org/isni/0000000121318219> .

