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

<http://data.bibliotheken.nl/id/thes/p202544079> a schema1:Person ;
    rdfs:label "Timmer, Adrie" ;
    schema1:familyName "Timmer" ;
    schema1:givenName "Adrie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5fd5ee228cb28cd9f98bdd283649c435> ;
    schema1:name "Adrie Timmer" ;
    schema1:sameAs <http://viaf.org/viaf/286085486>,
        <https://isni.org/isni/0000000392112167> .

