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

<http://data.bibliotheken.nl/id/thes/p06823192X> a schema1:Person ;
    rdfs:label "Elsendoorn, Willem (1946-)" ;
    schema1:birthDate "1946" ;
    schema1:familyName "Elsendoorn" ;
    schema1:givenName "Willem" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/795d8142b012bf7eb4c790dd993d33e9> ;
    schema1:name "Willem Elsendoorn" ;
    schema1:sameAs <http://viaf.org/viaf/286316345>,
        <https://isni.org/isni/0000000369152523> .

