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

<http://data.bibliotheken.nl/id/thes/p154048402> a schema1:Person ;
    rdfs:label "Veenendaal, Haske van" ;
    schema1:familyName "van Veenendaal" ;
    schema1:givenName "Haske" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/cd7208788c72a79c6ad069898d2a31bd> ;
    schema1:name "Haske van Veenendaal" ;
    schema1:sameAs <http://viaf.org/viaf/285815720>,
        <https://isni.org/isni/000000039185760X> .

