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

<http://data.bibliotheken.nl/id/thes/p166609277> a schema1:Person ;
    rdfs:label "Vlasblom, Jan Dirk (1967-)" ;
    schema1:birthDate "1967" ;
    schema1:familyName "Vlasblom" ;
    schema1:givenName "Jan Dirk" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/552ce77eb93378f42285ec6ea8640538> ;
    schema1:name "Jan Dirk Vlasblom" ;
    schema1:sameAs <http://viaf.org/viaf/10549257>,
        <https://isni.org/isni/0000000110381490> .

