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

<http://data.bibliotheken.nl/id/thes/p409044628> a schema1:Person ;
    rdfs:label "Hunt, Madeline Bonavia (1853-1937)" ;
    schema1:alternateName "Author of Mr. Burke's Nieces",
        "Bonavia Hunt, Madeline" ;
    schema1:birthDate "1853" ;
    schema1:deathDate "1937" ;
    schema1:description "In Engelse edities soms aangeduid als \"Author of Mr. Burke's Nieces\"",
        "Kinderboeken" ;
    schema1:familyName "Hunt" ;
    schema1:givenName "Madeline Bonavia" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e4c7498673e1e2419f564805babfee58> ;
    schema1:name "Madeline Bonavia Hunt" ;
    schema1:nationality "gb" ;
    schema1:sameAs <http://viaf.org/viaf/612149066469265600077> .

