@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/p069048010> a schema1:Person ;
    rdfs:label "Kopal, Zdeněk (1914-1993)" ;
    schema1:birthDate "1914" ;
    schema1:deathDate "1993" ;
    schema1:familyName "Kopal" ;
    schema1:givenName "Zdeněk" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6018fdc81a51489abb580f12ba0506bb> ;
    schema1:name "Zdeněk Kopal" ;
    schema1:sameAs <http://viaf.org/viaf/110029053>,
        wd:Q168999,
        <https://isni.org/isni/0000000109340659> .

