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

<http://data.bibliotheken.nl/id/thes/p204841429> a schema1:Person ;
    rdfs:label "Bhinda, Nils" ;
    schema1:familyName "Bhinda" ;
    schema1:givenName "Nils" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e10e1af4715819166206ab5710523317> ;
    schema1:name "Nils Bhinda" .

