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

<http://data.bibliotheken.nl/id/thes/p41895707X> a schema1:Person ;
    rdfs:label "Taylor, Georgina" ;
    schema1:description "illustraties" ;
    schema1:familyName "Taylor" ;
    schema1:givenName "Georgina" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2f41bdd15faaec36b8468840096009e4> ;
    schema1:name "Georgina Taylor" ;
    schema1:sameAs <http://viaf.org/viaf/86153288346232651879>,
        <https://isni.org/isni/0000000467810737> .

