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

<http://data.bibliotheken.nl/id/thes/p300330626> a schema1:Person ;
    rdfs:label "Hoekstra, Lodewijk (1976-)" ;
    schema1:birthDate "1976" ;
    schema1:familyName "Hoekstra" ;
    schema1:givenName "Lodewijk" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6a1d5f9d078aa3dd252c3be2e54053f6> ;
    schema1:name "Lodewijk Hoekstra" ;
    schema1:sameAs <http://viaf.org/viaf/281550716>,
        <https://isni.org/isni/0000000369045509> .

