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

<http://data.bibliotheken.nl/id/thes/p072427205> a schema1:Person ;
    rdfs:label "Nijland, Evert" ;
    schema1:familyName "Nijland" ;
    schema1:givenName "Evert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/632a6a6e1bf21ff7901aae0bcd4f39fa> ;
    schema1:name "Evert Nijland" ;
    schema1:sameAs <http://viaf.org/viaf/291340315>,
        <https://isni.org/isni/0000000396376477> .

