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

<http://data.bibliotheken.nl/id/thes/p451734114> a schema1:Person ;
    rdfs:label "Keßler, Andreas (tandheelkunde)" ;
    schema1:familyName "Keßler" ;
    schema1:givenName "Andreas" ;
    schema1:hasOccupation "tandheelkunde" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a8e3b78dba0135d8cb375912a8290342> ;
    schema1:name "Andreas Keßler" ;
    schema1:sameAs <https://isni.org/isni/0000000516138837> .

