@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/p19846679X> a schema1:Person ;
    rdfs:label "Voskuil, Menno (1977-)" ;
    schema1:birthDate "1977" ;
    schema1:familyName "Voskuil" ;
    schema1:givenName "Menno" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7cde51b3887e2a78f3090e87ae793cfb> ;
    schema1:name "Menno Voskuil" ;
    schema1:sameAs <http://viaf.org/viaf/288782672>,
        wd:Q2302659,
        <https://isni.org/isni/0000000368922995> .

