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

<http://data.bibliotheken.nl/id/thes/p409306282> a schema1:Person ;
    rdfs:label "Smit, Hans" ;
    schema1:familyName "Smit" ;
    schema1:givenName "Hans" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1713dd0394b528b908c2f8e80f73e665> ;
    schema1:name "Hans Smit" ;
    schema1:sameAs <http://viaf.org/viaf/3695149296276780670006> .

