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

<http://data.bibliotheken.nl/id/thes/p073735426> a schema1:Person ;
    rdfs:label "Elzenga, C. (illustrator)" ;
    schema1:familyName "Elzenga" ;
    schema1:givenName "C." ;
    schema1:hasOccupation "illustrator" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ade2d5ed59fa1db21a1c4657b1e9555c> ;
    schema1:name "C. Elzenga" ;
    schema1:sameAs <http://viaf.org/viaf/1033163026468689570001>,
        <https://isni.org/isni/0000000396645411> .

