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

<http://data.bibliotheken.nl/id/thes/p160101085> a schema1:Person ;
    rdfs:label "Kok, Els" ;
    schema1:familyName "Kok" ;
    schema1:givenName "Els" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5f616c1c323f07d2fded315b40d779b4> ;
    schema1:name "Els Kok" ;
    schema1:sameAs <http://viaf.org/viaf/47665356>,
        <https://isni.org/isni/0000000397727865> .

