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

<http://data.bibliotheken.nl/id/thes/p073608521> a schema1:Person ;
    rdfs:label "Kok, J.A.A.M." ;
    schema1:description "Jos" ;
    schema1:familyName "Kok" ;
    schema1:givenName "J.A.A.M." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4ae640fe9e4dde644314ab00628ea431> ;
    schema1:name "J.A.A.M. Kok" ;
    schema1:sameAs <http://viaf.org/viaf/50794881>,
        <https://isni.org/isni/0000000029148229> .

