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

<http://data.bibliotheken.nl/id/thes/p072913940> a schema1:Person ;
    rdfs:label "Blonk, Matthijs" ;
    schema1:familyName "Blonk" ;
    schema1:givenName "Matthijs" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8fa23cecf01a962741a2d4379f6da3c9> ;
    schema1:name "Matthijs Blonk" ;
    schema1:sameAs <http://viaf.org/viaf/280752434>,
        <https://isni.org/isni/0000000369007772> .

