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

<http://data.bibliotheken.nl/id/thes/p375880550> a schema1:Person ;
    rdfs:label "Loonstra, Agnes" ;
    schema1:description "Illustrator van kinderboeken" ;
    schema1:familyName "Loonstra" ;
    schema1:givenName "Agnes" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d6ea2b94157b1f3ed480caed924afdec> ;
    schema1:name "Agnes Loonstra" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/309903449>,
        <https://isni.org/isni/000000044287008X> .

