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

<http://data.bibliotheken.nl/id/thes/p114373264> a schema1:Person ;
    rdfs:label "Kok, D. de (dans)" ;
    schema1:familyName "de Kok" ;
    schema1:givenName "D." ;
    schema1:hasOccupation "dans" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/02e10dc76a89e3b6f0620ad092cc6813> ;
    schema1:name "D. de Kok" ;
    schema1:sameAs <http://viaf.org/viaf/281641783>,
        <https://isni.org/isni/0000000388499557> .

