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

<http://data.bibliotheken.nl/id/thes/p074137824> a schema1:Person ;
    rdfs:label "Leeuwis, Cees (1962-)" ;
    schema1:alternateName "Leeuwis, C." ;
    schema1:birthDate "1962" ;
    schema1:familyName "Leeuwis" ;
    schema1:givenName "Cees" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/edbf6d9a7200bb9370ddc5e3a62308a7> ;
    schema1:name "Cees Leeuwis" ;
    schema1:sameAs <http://viaf.org/viaf/50923703>,
        <https://isni.org/isni/0000000031437820> .

