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

<http://data.bibliotheken.nl/id/thes/p305243543> a schema1:Person ;
    rdfs:label "K, Mink (1961-)" ;
    schema1:alternateName "Kok, Mink",
        "Kok, Robert Mink" ;
    schema1:birthDate "1961" ;
    schema1:familyName "K" ;
    schema1:givenName "Mink" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b3e077c01bdd4d555954c8d2d0c29674> ;
    schema1:name "Mink K" ;
    schema1:sameAs <http://viaf.org/viaf/284233892>,
        wd:Q2686058 .

