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

<http://data.bibliotheken.nl/id/thes/p07146736X> a schema1:Person ;
    rdfs:label "Lambert, David (1932-)" ;
    schema1:birthDate "1932" ;
    schema1:description "mb" ;
    schema1:familyName "Lambert" ;
    schema1:givenName "David" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/15f3fb4f0e7836f7c26322bf3a03c070> ;
    schema1:name "David Lambert" ;
    schema1:sameAs <http://viaf.org/viaf/25791302>,
        <https://isni.org/isni/0000000121249436> .

