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

<http://data.bibliotheken.nl/id/thes/p275146324> a schema1:Person ;
    rdfs:label "Bruin-Muurling, Geeke" ;
    schema1:description "Geeke Bruin-Muurlingstudeerde wiskunde aan de TU Delft." ;
    schema1:familyName "Bruin-Muurling" ;
    schema1:givenName "Geeke" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/aead8db798caa40a29e624cb4978678c> ;
    schema1:name "Geeke Bruin-Muurling" ;
    schema1:sameAs <https://isni.org/isni/0000000396790782> .

