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

<http://data.bibliotheken.nl/id/thes/p305331930> a schema1:Person ;
    rdfs:label "Wanrooi, Vincent van" ;
    schema1:familyName "van Wanrooi" ;
    schema1:givenName "Vincent" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/293f582e2586f2625db60c24d301bc7c> ;
    schema1:name "Vincent van Wanrooi" ;
    schema1:sameAs <http://viaf.org/viaf/286983008>,
        <https://isni.org/isni/0000000368995780> .

