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

<http://data.bibliotheken.nl/id/thes/p100594697> a schema1:Person ;
    rdfs:label "Burns, Barbara (1952-)" ;
    schema1:alternateName "Burns, Barbara J." ;
    schema1:birthDate "1952" ;
    schema1:familyName "Burns" ;
    schema1:givenName "Barbara" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8b27831c6095285c4afed18dd53760d8> ;
    schema1:name "Barbara Burns" ;
    schema1:sameAs <http://viaf.org/viaf/24686684>,
        <https://isni.org/isni/0000000114890153> .

