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

<http://data.bibliotheken.nl/id/thes/p338345833> a schema1:Person ;
    rdfs:label "Vlaardingerbroek, Matthijs" ;
    schema1:familyName "Vlaardingerbroek" ;
    schema1:givenName "Matthijs" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2c3fd5f34c56ea31e0929829422e5ca1> ;
    schema1:name "Matthijs Vlaardingerbroek" ;
    schema1:sameAs <http://viaf.org/viaf/280648194>,
        <https://isni.org/isni/0000000387641152> .

