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

<http://data.bibliotheken.nl/id/thes/p195298756> a schema1:Person ;
    rdfs:label "Smit, John T." ;
    schema1:alternateName "Smit, John" ;
    schema1:description "Entomoloog" ;
    schema1:familyName "Smit" ;
    schema1:givenName "John T." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d7fbcb238050f5281f18cd2d6972ca24> ;
    schema1:name "John T. Smit" ;
    schema1:sameAs <https://isni.org/isni/0000000388690327> .

