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

<http://data.bibliotheken.nl/id/thes/p434180807> a schema1:Person ;
    rdfs:label "Snijder, Marlous" ;
    schema1:familyName "Snijder" ;
    schema1:givenName "Marlous" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c9d851551dce0c2b45bd5d62cb2c198c> ;
    schema1:name "Marlous Snijder" ;
    schema1:sameAs <http://viaf.org/viaf/160163332366702641894>,
        <https://isni.org/isni/0000000503804167> .

