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

<http://data.bibliotheken.nl/id/thes/p205031234> a schema1:Person ;
    rdfs:label "Meurs, Wim" ;
    schema1:familyName "Meurs" ;
    schema1:givenName "Wim" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5942840d3ce62ae31269399784bd6650> ;
    schema1:name "Wim Meurs" ;
    schema1:sameAs <http://viaf.org/viaf/288603377>,
        <https://isni.org/isni/0000000394192279> .

