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

<http://data.bibliotheken.nl/id/thes/p424547112> a schema1:Person ;
    rdfs:label "Citron, Coline" ;
    schema1:description "illustraties" ;
    schema1:familyName "Citron" ;
    schema1:givenName "Coline" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5296331480e75f631dd4fe85223a955d> ;
    schema1:name "Coline Citron" .

