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

<http://data.bibliotheken.nl/id/thes/p121263762> a schema1:Person ;
    rdfs:label "Pauw, Bas" ;
    schema1:familyName "Pauw" ;
    schema1:givenName "Bas" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/175eb7cd20c1463d40f68a0b9e24f3ed> ;
    schema1:name "Bas Pauw" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/292217668>,
        <https://isni.org/isni/0000000397126680> .

