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

<http://data.bibliotheken.nl/id/thes/p124305148> a schema1:Person ;
    rdfs:label "Woelders, Michiel Otto (1921-)" ;
    schema1:alternateName "Woelders, M." ;
    schema1:birthDate "1921" ;
    schema1:familyName "Woelders" ;
    schema1:givenName "Michiel Otto" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ad5052c5fd0e857732c5e93ddc8ee703> ;
    schema1:name "Michiel Otto Woelders" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/289597109>,
        <https://isni.org/isni/0000000394978618> .

