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

<http://data.bibliotheken.nl/id/thes/p073057096> a schema1:Person ;
    rdfs:label "Groot, Matthijs de" ;
    schema1:familyName "de Groot" ;
    schema1:givenName "Matthijs" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1f5deba7084d1adfe48b579a7d3385c7> ;
    schema1:name "Matthijs de Groot" ;
    schema1:sameAs <http://viaf.org/viaf/289044195>,
        <https://isni.org/isni/0000000394546065> .

