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

<http://data.bibliotheken.nl/id/thes/p441777899> a schema1:Person ;
    rdfs:label "Armstrong, Gail (1966-)" ;
    schema1:birthDate "1966" ;
    schema1:description "Prijswinnende Britse illustrator" ;
    schema1:familyName "Armstrong" ;
    schema1:givenName "Gail" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/023e0a0dbfc907572d094d5028fa947b> ;
    schema1:name "Gail Armstrong" ;
    schema1:sameAs <https://isni.org/isni/0000000501786591> .

