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

<http://data.bibliotheken.nl/id/thes/p321541073> a schema1:Person ;
    rdfs:label "Potjewijd, Klaas (1933-)" ;
    schema1:birthDate "1933" ;
    schema1:familyName "Potjewijd" ;
    schema1:givenName "Klaas" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e461260cbabc63edc1ead74d546fb852> ;
    schema1:name "Klaas Potjewijd" ;
    schema1:sameAs <http://viaf.org/viaf/121077588>,
        <https://isni.org/isni/0000000079231282> .

