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

<http://data.bibliotheken.nl/id/thes/p06825699X> a schema1:Person ;
    rdfs:label "Dijk, Klaas J. van" ;
    schema1:familyName "van Dijk" ;
    schema1:givenName "Klaas J." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/509ffd2bbc911bfeabd6d9e0c852c7ca> ;
    schema1:name "Klaas J. van Dijk" ;
    schema1:sameAs <http://viaf.org/viaf/60460600>,
        <https://isni.org/isni/0000000023456677> .

