@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/p074841165> a schema1:Person ;
    rdfs:label "Vansant, Jacqueline (1954-)" ;
    schema1:birthDate "1954" ;
    schema1:familyName "Vansant" ;
    schema1:givenName "Jacqueline" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3a45ac20490593a080304c79d24e1c73> ;
    schema1:name "Jacqueline Vansant" ;
    schema1:sameAs <http://viaf.org/viaf/7624250>,
        wd:Q110997720,
        <https://isni.org/isni/0000000080871105> .

