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

<http://data.bibliotheken.nl/id/thes/p07445398X> a schema1:Person ;
    rdfs:label "Penning, Charles (1929- ; tandheelkundige)" ;
    schema1:alternateName "Penning, Ch." ;
    schema1:birthDate "1929" ;
    schema1:familyName "Penning" ;
    schema1:givenName "Charles" ;
    schema1:hasOccupation "tandheelkundige" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/780bfaccdd7dee0234afb56df65ff9ff> ;
    schema1:name "Charles Penning" ;
    schema1:sameAs <http://viaf.org/viaf/3922001>,
        <https://isni.org/isni/0000000034671567> .

