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

<http://data.bibliotheken.nl/id/thes/p333149440> a schema1:Person ;
    rdfs:label "Burgers, Ingrid" ;
    schema1:familyName "Burgers" ;
    schema1:givenName "Ingrid" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/acf84282b1bf4cda8ad59b1ba951f393> ;
    schema1:name "Ingrid Burgers" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/226772004>,
        <https://isni.org/isni/0000000362831988> .

