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

<http://data.bibliotheken.nl/id/thes/p069968276> a schema1:Person ;
    rdfs:label "Mulder, Jacob Denis (1921-)" ;
    schema1:birthDate "1921" ;
    schema1:description "radiodiagnostiek" ;
    schema1:familyName "Mulder" ;
    schema1:givenName "Jacob Denis" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a3ccccae98a01290c4d4d1699eeab37f> ;
    schema1:name "Jacob Denis Mulder" ;
    schema1:sameAs <http://viaf.org/viaf/113480306>,
        <https://isni.org/isni/0000000083144392> .

