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

<http://data.bibliotheken.nl/id/thes/p337709246> a schema1:Person ;
    rdfs:label "Oomes, Marjolein" ;
    schema1:familyName "Oomes" ;
    schema1:givenName "Marjolein" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c00e77d18d39481ff53332cfcbae3329> ;
    schema1:name "Marjolein Oomes" ;
    schema1:sameAs <http://viaf.org/viaf/284105708>,
        <https://isni.org/isni/0000000390471799> .

