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

<http://data.bibliotheken.nl/id/thes/p095900780> a schema1:Person ;
    rdfs:label "Rooij, Veronic van" ;
    schema1:familyName "van Rooij" ;
    schema1:givenName "Veronic" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/bb1b7bbb6fcd5318732617093e9f3507> ;
    schema1:name "Veronic van Rooij" ;
    schema1:sameAs <http://viaf.org/viaf/288025453>,
        <https://isni.org/isni/0000000368840551> .

