@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/p073689688> a schema1:Person ;
    rdfs:label "Voyé, Liliane (1938-)" ;
    schema1:birthDate "1938" ;
    schema1:familyName "Voyé" ;
    schema1:givenName "Liliane" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b74f694db8ddcee79ead4e31e33cc35e> ;
    schema1:name "Liliane Voyé" ;
    schema1:sameAs <http://viaf.org/viaf/9854922>,
        wd:Q55620150,
        <https://isni.org/isni/0000000108684855> .

