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

<http://data.bibliotheken.nl/id/thes/p30872979X> a schema1:Person ;
    rdfs:label "Zwierlein, Cornel" ;
    schema1:description "Prof. Dr." ;
    schema1:familyName "Zwierlein" ;
    schema1:givenName "Cornel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3406c971fed9ad78c7d63fc34da7e629> ;
    schema1:name "Cornel Zwierlein" ;
    schema1:sameAs <http://viaf.org/viaf/39685687>,
        <https://isni.org/isni/0000000110575332> .

