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

<http://data.bibliotheken.nl/id/thes/p326086668> a schema1:Person ;
    rdfs:label "Davids, Jan Koert" ;
    schema1:description "Omslag Beleef ... (2010) vermeldt: Jan Koert Davids" ;
    schema1:familyName "Davids" ;
    schema1:givenName "Jan Koert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f3acec1ccf3553925743686086acf2cd> ;
    schema1:name "Jan Koert Davids" ;
    schema1:sameAs <http://viaf.org/viaf/290509013>,
        <https://isni.org/isni/0000000369016695> .

