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

<http://data.bibliotheken.nl/id/thes/p113729359> a schema1:Person ;
    rdfs:label "Fox, Dorothea Warren (illustratrice)" ;
    schema1:familyName "Fox" ;
    schema1:givenName "Dorothea Warren" ;
    schema1:hasOccupation "illustratrice" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/606807b3eda5583b6143b908f57cab80> ;
    schema1:name "Dorothea Warren Fox" ;
    schema1:nationality "us" ;
    schema1:sameAs <http://viaf.org/viaf/169025547>,
        <https://isni.org/isni/0000000118074532> .

