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

<http://data.bibliotheken.nl/id/thes/p093678282> a schema1:Person ;
    rdfs:label "Zeyfert, Marek" ;
    schema1:alternateName "Zeijfert, Marek" ;
    schema1:description "vert." ;
    schema1:familyName "Zeyfert" ;
    schema1:givenName "Marek" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3d409c46d2c3484423bd2219a4848dfd> ;
    schema1:name "Marek Zeyfert" ;
    schema1:sameAs <http://viaf.org/viaf/13144242>,
        <https://isni.org/isni/0000000015601934> .

