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

<http://data.bibliotheken.nl/id/thes/p440134072> a schema1:Person ;
    rdfs:label "Burdick, Annie" ;
    schema1:familyName "Burdick" ;
    schema1:givenName "Annie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f5c9d92213afc236ec70aecb52331d84> ;
    schema1:name "Annie Burdick" ;
    schema1:sameAs <https://isni.org/isni/0000000503907801> .

