@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/p070239339> a schema1:Person ;
    rdfs:label "Čermák, František (1940-)" ;
    schema1:birthDate "1940" ;
    schema1:familyName "Čermák" ;
    schema1:givenName "František" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c4413211a7ebc4b6ac625403fa4d255c> ;
    schema1:name "František Čermák" ;
    schema1:sameAs <http://viaf.org/viaf/64041942>,
        wd:Q12017661,
        <https://isni.org/isni/0000000109087323> .

