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

<http://data.bibliotheken.nl/id/thes/p426580559> a schema1:Person ;
    rdfs:label "Bal, M." ;
    schema1:familyName "Bal" ;
    schema1:givenName "M." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/79c608b99ba73ae2c15b4b2011cf38e2> ;
    schema1:name "M. Bal" .

