@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/p073576298> a schema1:Person ;
    rdfs:label "Kok, Leo (1923-1945)" ;
    schema1:birthDate "1923" ;
    schema1:deathDate "1945" ;
    schema1:description "(joodse) tekenaar in o.a. kamp Westerbork" ;
    schema1:familyName "Kok" ;
    schema1:givenName "Leo" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/80dfdaf824b790b89e0d33e25bd1db85> ;
    schema1:name "Leo Kok" ;
    schema1:sameAs <http://viaf.org/viaf/54948984>,
        wd:Q13749183,
        <https://isni.org/isni/000000002927847X> .

