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

<http://data.bibliotheken.nl/id/thes/p302327959> a schema1:Person ;
    rdfs:label "Nauta, C." ;
    schema1:familyName "Nauta" ;
    schema1:givenName "C." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3064a6d00a46c74aa16b2a8b0c901c5e> ;
    schema1:name "C. Nauta" ;
    schema1:sameAs <http://viaf.org/viaf/289584959>,
        <https://isni.org/isni/0000000394995450> .

