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

<http://data.bibliotheken.nl/id/thes/p072665459> a schema1:Person ;
    rdfs:label "Goede, Erik Dick de (1962-)" ;
    schema1:birthDate "1962" ;
    schema1:familyName "de Goede" ;
    schema1:givenName "Erik Dick" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fbc3eaeeddf09be43ef3da0facf1a3af> ;
    schema1:name "Erik Dick de Goede" ;
    schema1:sameAs <http://viaf.org/viaf/63593567>,
        <https://isni.org/isni/0000000041798806> .

