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

<http://data.bibliotheken.nl/id/thes/p184608236> a schema1:Person ;
    rdfs:label "Nijhuis, Gerard A.B." ;
    schema1:familyName "Nijhuis" ;
    schema1:givenName "Gerard A.B." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/68a9fb8e4832fad57abfd1c7edb81911> ;
    schema1:name "Gerard A.B. Nijhuis" ;
    schema1:sameAs <http://viaf.org/viaf/281521283>,
        <https://isni.org/isni/000000038837165X> .

