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

<http://data.bibliotheken.nl/id/thes/p314196234> a schema1:Person ;
    rdfs:label "Krick, Kees (1964-)" ;
    schema1:birthDate "1964" ;
    schema1:description "Freelance schrijver en fotogr" ;
    schema1:familyName "Krick" ;
    schema1:givenName "Kees" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5ad07ef0686165c026674954f3a51cc0> ;
    schema1:name "Kees Krick" ;
    schema1:sameAs <http://viaf.org/viaf/281684563>,
        <https://isni.org/isni/0000000368758718> .

