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

<http://data.bibliotheken.nl/id/thes/p070335001> a schema1:Person ;
    rdfs:label "Stoepman, Marja" ;
    schema1:familyName "Stoepman" ;
    schema1:givenName "Marja" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d25699ddcdda17102e103aa6914f7582> ;
    schema1:name "Marja Stoepman" ;
    schema1:sameAs <http://viaf.org/viaf/284893224>,
        <https://isni.org/isni/000000036881744X> .

