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

<http://data.bibliotheken.nl/id/thes/p074763903> a schema1:Person ;
    rdfs:label "Dijkema, Fokke Theodoor (1938-)" ;
    schema1:birthDate "1938" ;
    schema1:familyName "Dijkema" ;
    schema1:givenName "Fokke Theodoor" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/054b84b43569f20fcad9fe3a33903af2> ;
    schema1:name "Fokke Theodoor Dijkema" ;
    schema1:sameAs <http://viaf.org/viaf/218560875>,
        <https://isni.org/isni/0000000140648336> .

