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

<http://data.bibliotheken.nl/id/thes/p213060051> a schema1:Person ;
    rdfs:label "Mateboer, Willem (1929-2014)" ;
    schema1:birthDate "1929" ;
    schema1:deathDate "2014" ;
    schema1:familyName "Mateboer" ;
    schema1:givenName "Willem" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/62b1929bce86a0b072402a882a91b1a5> ;
    schema1:name "Willem Mateboer" ;
    schema1:sameAs <http://viaf.org/viaf/209685574>,
        <https://isni.org/isni/0000000390539554> .

