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

<http://data.bibliotheken.nl/id/thes/p417056575> a schema1:Person ;
    rdfs:label "Vreijling, Jeroen (1974-)" ;
    schema1:birthDate "1974" ;
    schema1:familyName "Vreijling" ;
    schema1:givenName "Jeroen" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8100757f27209922860323b01bffd61c> ;
    schema1:name "Jeroen Vreijling" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/77152380146301762744>,
        <https://isni.org/isni/0000000483983355> .

