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

<http://data.bibliotheken.nl/id/thes/p418847967> a schema1:Person ;
    rdfs:label "Dove, Emily" ;
    schema1:description "illustraties" ;
    schema1:familyName "Dove" ;
    schema1:givenName "Emily" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b5ef2b009dffe29d5e1e29520308dc65> ;
    schema1:name "Emily Dove" ;
    schema1:nationality "us" ;
    schema1:sameAs <http://viaf.org/viaf/311457458>,
        <https://isni.org/isni/0000000439998760> .

