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

<http://data.bibliotheken.nl/id/thes/p397092253> a schema1:Person ;
    rdfs:label "Kok, Arie" ;
    schema1:familyName "Kok" ;
    schema1:givenName "Arie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4cded76fd57c49ce0a44cab4ae97bcc7> ;
    schema1:name "Arie Kok" ;
    schema1:sameAs <http://viaf.org/viaf/2091147270455335700007> .

