@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/p068569874> a schema1:Person ;
    rdfs:label "Gubbels, Klaas (1934-)" ;
    schema1:birthDate "1934" ;
    schema1:familyName "Gubbels" ;
    schema1:givenName "Klaas" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/12666fcbc64fe1a9207cd70a3d10a575> ;
    schema1:name "Klaas Gubbels" ;
    schema1:sameAs <http://viaf.org/viaf/96652612>,
        wd:Q2550956,
        <https://isni.org/isni/0000000078378717> .

