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

<http://data.bibliotheken.nl/id/thes/p074274775> a schema1:Person ;
    rdfs:label "Nijland, Cornelis" ;
    schema1:alternateName "Nijland, Cees" ;
    schema1:familyName "Nijland" ;
    schema1:givenName "Cornelis" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/43cf30afff087aeec3b4ae8336829d36> ;
    schema1:name "Cornelis Nijland" ;
    schema1:sameAs <http://viaf.org/viaf/271668596>,
        <https://isni.org/isni/0000000383777562> .

