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

<http://data.bibliotheken.nl/id/thes/p140622276> a schema1:Person ;
    rdfs:label "Kop, C." ;
    schema1:familyName "Kop" ;
    schema1:givenName "C." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a09d03b38b8d549b5406c43d26cb7620> ;
    schema1:name "C. Kop" ;
    schema1:sameAs <http://viaf.org/viaf/288592497> .

