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

<http://data.bibliotheken.nl/id/thes/p355535904> a schema1:Person ;
    rdfs:label "Broer, Nanda" ;
    schema1:familyName "Broer" ;
    schema1:givenName "Nanda" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/462a144add4765491108ca1777cfca96> ;
    schema1:name "Nanda Broer" ;
    schema1:sameAs <http://viaf.org/viaf/305807134> .

