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

<http://data.bibliotheken.nl/id/thes/p311442595> a schema1:Person ;
    rdfs:label "Wink, K." ;
    schema1:description "archeologie",
        "drs." ;
    schema1:familyName "Wink" ;
    schema1:givenName "K." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1488c5e9dc9e2125eb7e80dcc506420d> ;
    schema1:name "K. Wink" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/285845820>,
        <https://isni.org/isni/0000000391901527> .

