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

<http://data.bibliotheken.nl/id/thes/p273353586> a schema1:Person ;
    rdfs:label "Kuyper, Margje" ;
    schema1:familyName "Kuyper" ;
    schema1:givenName "Margje" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a91869abc4956cc4a04a99602fe2da0d> ;
    schema1:name "Margje Kuyper" ;
    schema1:sameAs <http://viaf.org/viaf/279927296>,
        <https://isni.org/isni/000000038707686X> .

