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

<http://data.bibliotheken.nl/id/thes/p151472300> a schema1:Person ;
    rdfs:label "Voorhoeve, Alex" ;
    schema1:familyName "Voorhoeve" ;
    schema1:givenName "Alex" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ccab9b6dc7072fa2dfda359995e96039> ;
    schema1:name "Alex Voorhoeve" ;
    schema1:sameAs <http://viaf.org/viaf/51006667>,
        <https://isni.org/isni/0000000078535532> .

