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

<http://data.bibliotheken.nl/id/thes/p074781065> a schema1:Person ;
    rdfs:label "Gabriëls, Susanne (1960-)" ;
    schema1:birthDate "1960" ;
    schema1:familyName "Gabriëls" ;
    schema1:givenName "Susanne" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b7152445531fc308e6bf34f592dde286> ;
    schema1:name "Susanne Gabriëls" ;
    schema1:sameAs <http://viaf.org/viaf/4432131>,
        <https://isni.org/isni/0000000050356292> .

