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

<http://data.bibliotheken.nl/id/thes/p239394461> a schema1:Person ;
    rdfs:label "Cate, D.A. ten" ;
    schema1:familyName "ten Cate" ;
    schema1:givenName "D.A." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c50ea34d8b503e5f2ddb9360bca18930> ;
    schema1:name "D.A. ten Cate" ;
    schema1:sameAs <http://viaf.org/viaf/290653825>,
        <https://isni.org/isni/0000000395842288> .

