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

<http://data.bibliotheken.nl/id/thes/p438240065> a schema1:Person ;
    rdfs:label "Buesink, Rick" ;
    schema1:description "kevers" ;
    schema1:familyName "Buesink" ;
    schema1:givenName "Rick" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/33fca728f1020e4de88b858733232222> ;
    schema1:name "Rick Buesink" ;
    schema1:nationality "nl" ;
    schema1:sameAs <https://isni.org/isni/000000050985304X> .

