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

<http://data.bibliotheken.nl/id/thes/p217050581> a schema1:Person ;
    rdfs:label "Berendes, Dick" ;
    schema1:description "kunstenaar" ;
    schema1:familyName "Berendes" ;
    schema1:givenName "Dick" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/da69a06dcb41c1c1a1feaa5d8843ebdf> ;
    schema1:name "Dick Berendes" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/287815642>,
        <https://isni.org/isni/0000000393523822> .

