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

<http://data.bibliotheken.nl/id/thes/p071111409> a schema1:Person ;
    rdfs:label "Billiet, Isabelle" ;
    schema1:familyName "Billiet" ;
    schema1:givenName "Isabelle" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/24f9fde23176fbaac2ce208df2b29a8b> ;
    schema1:name "Isabelle Billiet" ;
    schema1:sameAs <http://viaf.org/viaf/286564182>,
        <https://isni.org/isni/0000000392535581> .

