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

<http://data.bibliotheken.nl/id/thes/p171660145> a schema1:Person ;
    rdfs:label "Hooreman, Monique" ;
    schema1:familyName "Hooreman" ;
    schema1:givenName "Monique" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b74dad6b17ba9d408e6da5cb8842c98e> ;
    schema1:name "Monique Hooreman" ;
    schema1:sameAs <http://viaf.org/viaf/281679392>,
        <https://isni.org/isni/0000000388534455> .

