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

<http://data.bibliotheken.nl/id/thes/p073028606> a schema1:Person ;
    rdfs:label "Korte, Barbara (1957-)" ;
    schema1:birthDate "1957" ;
    schema1:familyName "Korte" ;
    schema1:givenName "Barbara" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/bc565d83ec6796f217435c0fe78fd62f> ;
    schema1:name "Barbara Korte" ;
    schema1:sameAs <http://viaf.org/viaf/115199349>,
        wd:Q21255269,
        <https://isni.org/isni/0000000081836846> .

