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

<http://data.bibliotheken.nl/id/thes/p256199787> a schema1:Person ;
    rdfs:label "Bruinsma, Marjon (1976-)" ;
    schema1:birthDate "1976" ;
    schema1:familyName "Bruinsma" ;
    schema1:givenName "Marjon" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4c79ed1fc447356f9d6d725e32d323db> ;
    schema1:name "Marjon Bruinsma" ;
    schema1:sameAs <http://viaf.org/viaf/291408698>,
        <https://isni.org/isni/0000000396451780> .

