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

<http://data.bibliotheken.nl/id/thes/p176563601> a schema1:Person ;
    rdfs:label "Zeman, Miro (1957-)" ;
    schema1:alternateName "Zeman, M." ;
    schema1:birthDate "1957" ;
    schema1:familyName "Zeman" ;
    schema1:givenName "Miro" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3040646a180bdcdc601898ed889346ee> ;
    schema1:name "Miro Zeman" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/265491506>,
        <https://isni.org/isni/0000000034311609> .

