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

<http://data.bibliotheken.nl/id/thes/p068780788> a schema1:Person ;
    rdfs:label "Boom, Willem Rudolf (1919-)" ;
    schema1:birthDate "1919" ;
    schema1:description "geb. Curaçao 22-5-1919",
        "ondervoorzitter Raad van Advies Nederlandse Antillen" ;
    schema1:familyName "Boom" ;
    schema1:givenName "Willem Rudolf" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4a7a48d9f233ab807ce6f903fb396cb6> ;
    schema1:name "Willem Rudolf Boom" ;
    schema1:sameAs <http://viaf.org/viaf/30914189>,
        <https://isni.org/isni/0000000026614060> .

