@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/p329477927> a schema1:Person ;
    rdfs:label "Andrews, Andy (1959-)" ;
    schema1:birthDate "1959" ;
    schema1:familyName "Andrews" ;
    schema1:givenName "Andy" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/39ac977d7b1599e369c14edb09c53752> ;
    schema1:name "Andy Andrews" ;
    schema1:sameAs <http://viaf.org/viaf/107581069>,
        wd:Q16150531,
        <https://isni.org/isni/000000010930579X> .

