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

<http://data.bibliotheken.nl/id/thes/p093709935> a schema1:Person ;
    rdfs:label "Sigmond, Cornelis (1953-)" ;
    schema1:alternateName "Sigmond, C.",
        "Sigmond, Cornelis" ;
    schema1:birthDate "1953" ;
    schema1:familyName "Sigmond" ;
    schema1:givenName "Cornelis" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4df4908f2a69f7e698a34046705dc76d> ;
    schema1:name "Cornelis Sigmond" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/212352153>,
        <https://isni.org/isni/0000000359191086> .

