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

<http://data.bibliotheken.nl/id/thes/p150621094> a schema1:Person ;
    rdfs:label "Engelse, Dick (illustrator)" ;
    schema1:familyName "Engelse" ;
    schema1:givenName "Dick" ;
    schema1:hasOccupation "illustrator" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/73cc0e5a24739f882c55b648ebd278a9> ;
    schema1:name "Dick Engelse" ;
    schema1:sameAs <http://viaf.org/viaf/290023601>,
        <https://isni.org/isni/0000000395357776> .

