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

<http://data.bibliotheken.nl/id/thes/p070421595> a schema1:Person ;
    rdfs:label "Westland, Lambert (1944-)" ;
    schema1:birthDate "1944" ;
    schema1:familyName "Westland" ;
    schema1:givenName "Lambert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/63f7b8929087da95fe1116cbfe96c79a> ;
    schema1:name "Lambert Westland" ;
    schema1:sameAs <http://viaf.org/viaf/237107945>,
        <https://isni.org/isni/0000000385603371> .

