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

<http://data.bibliotheken.nl/id/thes/p075019361> a schema1:Person ;
    rdfs:label "Nijdam, W. (1943-)" ;
    schema1:birthDate "1943" ;
    schema1:familyName "Nijdam" ;
    schema1:givenName "W." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/dd23b223c1de9175dd03ae73bd2a24ab> ;
    schema1:name "W. Nijdam" ;
    schema1:sameAs <http://viaf.org/viaf/283511625>,
        <https://isni.org/isni/0000000389993426> .

