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

<http://data.bibliotheken.nl/id/thes/p191844292> a schema1:Person ;
    rdfs:label "Boekholt, Michel" ;
    schema1:familyName "Boekholt" ;
    schema1:givenName "Michel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/31c44c7e695f2f5dc3c9aef268a5663d> ;
    schema1:name "Michel Boekholt" ;
    schema1:sameAs <http://viaf.org/viaf/285183171>,
        <https://isni.org/isni/000000039137275X> .

