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

<http://data.bibliotheken.nl/id/thes/p072499451> a schema1:Person ;
    rdfs:label "Gerritsma, J. (1924-2019)" ;
    schema1:birthDate "1924" ;
    schema1:deathDate "2019" ;
    schema1:familyName "Gerritsma" ;
    schema1:givenName "J." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c70713420f655fab3af5f15feb58abcf> ;
    schema1:name "J. Gerritsma" ;
    schema1:sameAs <http://viaf.org/viaf/12255178>,
        wd:Q73539121,
        <https://isni.org/isni/0000000048107019> .

