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

<http://data.bibliotheken.nl/id/thes/p195014855> a schema1:Person ;
    rdfs:label "Kat, Henk (1950-)" ;
    schema1:birthDate "1950" ;
    schema1:description "aikido" ;
    schema1:familyName "Kat" ;
    schema1:givenName "Henk" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2c584f80e3ae0b11011be4a228ef383e> ;
    schema1:name "Henk Kat" ;
    schema1:sameAs <http://viaf.org/viaf/51637451>,
        <https://isni.org/isni/0000000051696766> .

