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

<http://data.bibliotheken.nl/id/thes/p393574458> a schema1:Person ;
    rdfs:label "Rodriguez, Celso (illustraties)" ;
    schema1:familyName "Rodriguez" ;
    schema1:givenName "Celso" ;
    schema1:hasOccupation "illustraties" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a3ef4fbbe16efa034b93fba8c2d75966> ;
    schema1:name "Celso Rodriguez" ;
    schema1:sameAs <http://viaf.org/viaf/311347922> .

