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

<http://data.bibliotheken.nl/id/thes/p21718927X> a schema1:Person ;
    rdfs:label "Kirschner, Max" ;
    schema1:familyName "Kirschner" ;
    schema1:givenName "Max" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/728e254057cbc4dcf835404d0f454c4a> ;
    schema1:name "Max Kirschner" ;
    schema1:sameAs <http://viaf.org/viaf/306224140>,
        <https://isni.org/isni/0000000108939694> .

