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

<http://data.bibliotheken.nl/id/thes/p068304382> a schema1:Person ;
    rdfs:label "Schulte Nordholt, Nicolaas Gerhard (1940-)" ;
    schema1:alternateName "Nordholt, Nicolaas Gerhard Schulte",
        "Schulte Nordholt, N.G.",
        "Schulte Nordholt, Nico G." ;
    schema1:birthDate "1940" ;
    schema1:familyName "Schulte Nordholt" ;
    schema1:givenName "Nicolaas Gerhard" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0ab513e7b7c4fbd8346e8f1457a35f97> ;
    schema1:name "Nicolaas Gerhard Schulte Nordholt" ;
    schema1:sameAs <http://viaf.org/viaf/88069796>,
        <https://isni.org/isni/0000000081622004> .

