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

<http://data.bibliotheken.nl/id/thes/p069535728> a schema1:Person ;
    rdfs:label "Lambeck, Paul Vincent (1939-)" ;
    schema1:birthDate "1939" ;
    schema1:familyName "Lambeck" ;
    schema1:givenName "Paul Vincent" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/53eed326c642379ef04036a8cb01a7e1> ;
    schema1:name "Paul Vincent Lambeck" ;
    schema1:sameAs <http://viaf.org/viaf/279851098>,
        <https://isni.org/isni/0000000387014546> .

